Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space BL and version 10.0
Sv translation
languageen

Files that Business Link moves into the Error subfolder of your specified base hot folder directory indicate a problem with the formatting or the content of the message.

File structure

You can test files for valid file structures before testing them in Business Link. Any standard browser is capable of opening XML files, and because XML is the basis of the JDF file structure, a properly formatted JDF file can also be interpreted and displayed in a browser.

Failure to display indicates a problem within the file, and usually an error message indicates at least the point in the file at which the error occurred.

Files that fail to display in a browser will very likely cause errors in Business Link. Other tools such as Altova XMLSpy software are also able to test XML-based file structures. Properly displayed files are more likely to be processed by Business Link but they can still contain incorrect data, so this test is no guarantee that the file will work in Business Link.

Illegal characters

Because certain characters are reserved for specific functions and commands as defined by the XML specification (JDF is based on XML), JDF files must not contain those characters directly in the data fields. For example, the quotation mark character is used to define the opening or closing of a data field, so it cannot be used directly within a data field.

Characters must be expressed inside an escape sequence that starts with an ampersand (&) and ends with a semicolon (;).

Intended Character

Correct Expression in JDF/JMF

quote (")

"

apostrophe (')

'

ampersand (&)

&

less than (<)

&lt;

greater than (>)

&gt;

Incorrect example: <sl:CreoSynapseJobCreate JobGroup="Jobs|Monthly|Jan & Feb"  Correct example: <sl:CreoSynapseJobCreate JobGroup="Jobs|Monthly|Jan &amp; Feb"

Parsing error: An end quote is missing

A closing quotation mark is missing, which caused Business Link to read the content as part of the CustomerJobName field. This message contains an illegal "less than" character (<) character in the field that specifies the CustomerJobName. 

 

ERROR [CSTR_Util] --------The document specified is invalid. ------------- 

ERROR [CSTR_Util] org.xml.sax.SAXException: Parsing Error : The value of  attribute "CustomerJobName" associated with an element type "jdf:CustomerInfo"  must not contain the '<' character. Line : 6, Column : 2 

ERROR [CMIS_HotFolderMISServer] The contents of file  E:\Link_HF\Inbox\BasicCreateJob.xml contains errors

Parsing error: A closing tag is missing

A closing tag is missing for jdf:CustomerInfo. The closing tag can be either a greater than character (>) by itself or a forward slash (/) followed by a greater than character (>). Not closing this field causes Business Link to read the next field as part of the previous field.
 
ERROR [CSTR_Util] --------The document specified is invalid. ------------- 
ERROR [CSTR_Util] org.xml.sax.SAXException: Parsing Error : Element type 
"jdf:CustomerInfo" must be followed by either attribute specifications, ">" or 
"/>". Line : 6, Column : 1 
ERROR [CSTR_Util] will continue trying without validating 
ERROR [CMIS_HotFolderMISServer] The contents of file 
E:\Link_HF\Inbox\BasicCreateJob.xml contains errors

Failure to create job: A Required field is missing

Because Category is a required field, and because the Category attribute is missing entirely in this example, Business Link ignores the message. 
 
ERROR [CMIS_HotFolderMISServer] code 125415; The file 
E:\Link_HF\Inbox\BasicCreateJob.xml does not contain a valid create job 
message.

Sv translation
languagees

Los archivos que Business Link mueve a la subcarpeta Error del directorio de la hot folder de base especificado indican la existencia de problemas de formato o de contenido en el mensaje.

Sv translation
languagefr

Les fichiers déplacés par Business Link dans le sous-dossier Erreur de votre répertoire de dossier actif de base spécifié indiquent un problème au niveau du formatage ou du contenu du message.

Sv translation
languageja

指定したホット フォルダ ディレクトリの Error サブフォルダにファイルが Business Link によって移動された場合、メッセージのフォーマットまたは内容に問題があることを示しています。

Sv translation
languagede

Wenn Business Link Dateien in den Unterordner Fehler des angegebenen Hot Folder-Standardverzeichnisses verschiebt, weist dies darauf hin, dass ein Problem mit der Formatierung oder dem Inhalt der Nachricht vorliegt.