Hi,
Where can I find sample XML for D2 job D2JobImportMassCreate. What is the mechanism to create this XML and where is it described?
Thanks.
Regards,
Anurag
Hello
Some reference is available in the EMC documentation.
https://support.emc.com/products/24306_Documentum-D2/Documentation/
Document: Documentum D2 4.1 Administration Guide
This is an excerpt from this guide
Name: D2JobImportMassCreate
Description: Import and fill content with Documentum properties based on XML files linked to each file.
XML files must be composed of a root element, document attribute files, and repeating attributes listed under the value tag.
filename-meta.xml enables import of XML content as well as metadata.
Frequency: Once per day
Default state: Inactive
Parameters
For a test XML:
Hope it helps!!
<?xml version="1.0" encoding="UTF-8" ?><d2_import_xml><my_trademark_id><value>123456</value></my_trademark_id><my_trademark><value>TestValue</value></my_trademark><my_country><value>INDIA</value></my_country><my_filing_type><value>FILING</value></my_filing_type><my_filing_number><value>1234</value></my_filing_number><my_registration_number><value>789</value></my_registration_number><my_folder><value>39160945</value></my_folder><my_attorney><value>JOHN</value></my_attorney><my_specialist><value>SMITH</value></my_specialist><my_status><value>LIVE</value></my_status><my_filing_date_s format="dd/mm/yyyyy"><value>19/01/2011</value></my_filing_date_s><r_object_type><value>my_trademark</value></r_object_type><my_document_date format="dd/mm/yyyyy"><value>21/08/2013</value></my_document_date><my_document_nature><value>AGREEMENT</value></my_document_nature></d2_import_xml>
Thanks for your reply. But I could not find the guidlines for making the xml. where did you find it?
Also do you know how efficient is the job with BULK data? What if we wan to treat a lot of documents to migrate it into documentum? what will you suggest.
I have not personally used it but with feedbacks I had from my friends, it should be pretty decent.
By "BULK" - you mean GBs / TBs ?
Another alternative solution would be to hae a custom import/migration utility to mass ingest documents
and then process them using D2CoreJob (you can use a qualification to batch your processing) -
This way you will ensure naming, linking and permission are set as you have set up in D2 Configurations.
Best Regards
There still doesn't seem to be any real documentation on this function.
The job runs for me but doesn't seem to do anything, server logs shows the job ran sucsesfully but it doesn't import anything or show any errors.
Anybody have luck with this?
Documentum D2 v4.2 documentation contains all the information you need to inmport data using the job "D2JobImportMassCreate":
Benoit
.