Drop Folder XML Upload and referenceId

Hi,

I’m trying to ingest video and medatada with kaltura drop folder ingestion workflow.
My configuration is with FTP and XML.
I use Kaltura 11.7 (configured as cluster with RPM).

Everything works fine with drop folder/bulk upload, except I can not enter the referenceId field.
When I insert the referenceId, I obtain the following error while parsing:
https://www.dropbox.com/s/fyn4ocnsymwzquv/test_drop_folder_2017-06-14.xml_log.XML?dl=1

I checked and in the file ingestion.xsd the referenceId field is expected:

This is an example of my xml in drop folder:
https://www.dropbox.com/s/5myrb4f1mmuo496/test_drop_folder_2017-06-14.xml?dl=1

Anyone can help me?

thanks in advance

Hi Amleto,
Unfortunately the XSD also defines the order of the XML elements.
Please try to set the referenceId after type and before userId.

T.

it works! Thank you @Jonathan.Kanarek !!