Troubleshooting
- Many problems can be avoided by validating XML (see above)
- Imported data does not have the correct XML structure – validate XML
- Imported XML does not match the XSD template – validate XML
- An imported vacancy cannot contain the same ClientID_xx as a vacancy that already exists and has been edited in Teamio
- XML content may contain forbidden characters that should be written as proper entities, for example: (& to &) or (> to >) – validate XML
- Even though the
<jobLocality/>element is not required by the XSD template it must be included- to import correctly the location must be completed at least on the continent level (e.g. Europe)
- Values specified in “id” attributes (or their svlId prefix) do not match Teamio’s code list
- Values stated in attributes “id” (eventually their prefix in svl Id) are not accepted in the declaration of available numeric values, scheme enumerationType.xsd (http://schema.lmc.cz/ei_std/xsd/enumerationType.xsd ) – validate XML
- After the import is successfully completed, the application sends back values “1” and “0” (below each other in a browser or next to each other in Shell in Linux)
- TextField maximum character length is 10,000 for element content and 255 for the name attribute
- Customer applications must support the Diffie-Hellman encryption algorithm with a 2048-bit key, otherwise the error message “HTTPS connection is not established” appears and the connection is refused.
Empty id
If you do not want to provide a tag, you cannot skip only the id; you must skip the entire tag.
The wrong way without filled value:
<country id="" svlId="1002000″></country>The correct way with the filled value, examples:
<country id="56″ svlId="1002000″>Czech Republic</country>
<country id="56″ svlId="1002000″></country>
<country id="56″ svlId="1002000″/>The right way without filled value: skip the entire tag
Active position editing
An active position cannot be edited by importing positions.
Last updated on