asked on February 24, 2023

I have two questions -

1. How do you format adding a tag to a document in an xml file used by the import engine?

I have tried this:

            <LF:metadata>
                <LF:field_values>
                    <LF:field_value name="Document Type">Confidential Employee Record</LF:field_value>

                    ...
                </LF:field_values>
                <LF:entrytags>
                    <LF:entrytag name="name">HRDOC</LF:entrytag>
                    <LF:entrytag name="description">Human Resources document</LF:entrytag>
                </LF:entrytags>
            </LF:metadata>
The import works without the tag entry section.

I formatted the tag entry based on the ImportEngine.xsd but perhaps I have it wrong.

 

2. Where do you find errors when it fails validation?

I get this error:

Import operation has failed! Failure reason:Validation failure. See logged exceptions for details.

I have looked at all the event viewer logs on the server and see nothing

0 0