My CDI files contain twice the Distribution Information / Service Bindings block (http://www.sdn-taskmanager.org/, HTTP-DOWNLOAD, etc).
Service bindings are links (urls) to online services that allow an user or machine to download the data or get more information on it.The first binding (first occurance of <TransfertOptions>) is mandatory and is always the "standard" referral to the SeaDataNet portal. Further bindings are optional.
In MIKADO automatic, the query for Distribution Information (var 40, 42, 43) must return at least default binding to the SeaDataNet portal:
var40 : http://www.sdn-taskmanager.org/
var42: HTTP-DOWNLOAD
var43: downloadRegistration
If your CDI files contains twice the default binding block, it means that you have certainly made a mistake in your query for var 40, 42 or 43. In all cases, if MIKADO does not find the var40=http://www.sdn-taskmanager.org/, var42=HTTP-DOWNLOAD, var43=downloadRegistration, it creates automatically a record corresponding to this values.
Examples of errors:
- Typing error in var40: "/" at the end of the URL is missing: http://www.sdn-taskmanager.org instead of http://www.sdn-taskmanager.org/.
- Typing error in var 42: Spaces have been added : HTTP - DOWNLOAD instead of HTTP-DOWNLOAD
- If var 40 is 'http://www.sdn-taskmanager.org/', then var42 has to be ''HTTP-DOWNLOAD'' and var 43 'downloadRegistration'