I am attempting to perform a bulk import of projects into OpenText PPM using the "Import Request from XML" option, but I am encountering the following error: "Missing expected element".
I would appreciate guidance on:
- The mandatory elements that the XML file must contain for a successful import.
- An example of a valid XML file or a template that I can use to properly structure the projects for import.
- Any other available options or methods in OpenText PPM to efficiently perform a bulk project import.
- I have attached the XML file I am currently using for this process for your review.
Thank you for your assistance in determining the best way to proceed with the bulk import of projects.
regards
<?xml version="1.0" encoding="UTF-8"?> <requests date_format="YYYY-MM-DD"> <request> <request_type>SGP: Proyecto general</request_type> <field> <token>REQ.P.KNTA_PROJECT_NAME</token> <value>Prueba Import</value> </field> <field> <token>REQ.P.KNTA_PROJECT_MANAGER</token> <value>Admin User</value> </field> <field> <token>REQ.P.KNTA_PLAN_START_DATE</token> <value>2024-01-01</value> </field> <field> <token>REQ.P.KNTA_PLAN_FINISH_DATE</token> <value>2024-03-31</value> </field> <field> <token>REQ.P.SGP_CODIGO</token> <value>PR_09_2022_PI_1234</value> </field> <field> <token>REQ.P.REGION</token> <value>CHILE</value> </field> </request> </requests>