Is there additional tags that can be used to export objects that allows you to reduce the amount of metadata that is exported? For example not including Categories or ACL.
How are you exporting? Using Object Exporter or another method?
Configuration Considerationsfor LES.docx https://knowledge.opentext.com/knowledge/cs.dll/properties/17764164
Configuration Considerationsfor LES.zip https://knowledge.opentext.com/knowledge/cs.dll/properties/18042298
Exporting objects for another system Posted bySimon, JohnOn 06/29/2016 08:49 AM How are you exporting? Using Object Exporter or another method?[To post a comment, use the normal reply function]Topic:Exporting objects for another systemForum:Content Server Development ForumContent Server:Knowledge Center
For small hierarchies and metadata templates(categories) and many others XMLexport and XMLImport with one catch.This process is not "name" aware so if a category dataid is referenced as 12345 in a source system file and you had that category when you create that in the target is 776554 you would use a texteditor to replace all of them before importing it into target system.Looks complicated it is not. If you do a sample export of a folder and a file with applied category and create that in a target you will see what I am talking about.A wrapper called Transport is now built by OT it will take care of the replacments. The XMLexport while universal may not be implemented at the XMLimport side a shortcoming that has existed for years.The OI & OE code has some built flags to eliminate some of the data it throws out.If you understand Oscript you can add your own things in there. Likewise LAPI and webservices also has capabilities.If you want a 100% clone replete with all objects in your source system and wants to say prepare for an upgrade or something that is what people in this business do,taking care of not destroying your production filestore or search.This is not advised if you just want a small system or have not practiced this before to work out the kinks.Awesome third part modules like Global Cents exist for specialized operations like wfmap,form applications portability.You may take these documents I wrote with a pinch of salt as they are pretty old but should mostly work anyways.That is how poor men and organizations make do with things available.Configuration Considerationsfor LES.docx https://knowledge.opentext.com/knowledge/cs.dll/properties/17764164Configuration Considerationsfor LES.zip https://knowledge.opentext.com/knowledge/cs.dll/properties/18042298 .....appu appnair appunairWell, if I called the wrongnumber, why did you answer the phone?James Thurber, New Yorker cartoon caption, June 5, 1937 On Wed, Jun 29, 2016 at 7:58 AM, eLink Entry: Content Server Development Forum <development@elinkkc.opentext.com> wrote: Exporting objects for another system Posted bySimon, JohnOn 06/29/2016 08:49 AM How are you exporting? Using Object Exporter or another method?[To post a comment, use the normal reply function]Topic:Exporting objects for another systemForum:Content Server Development ForumContent Server:Knowledge Center
You don't mention what the other system is. Are you moving from one CS to another, or are you moving out of CS into something completely different? I would add Enterprise Connect to Appu's list, if you are not dealing with a large number of documents and don't need the metadata that is.
Re Re Exporting objects for another system Posted byWhalen, ShannonOn 06/30/2016 09:24 AM It is a different system, we are talking about 300k - 400k documents. It'slarge.From: "eLink Entry: Content Server Development Forum" <development@elinkkc.opentext.com>To: eLink Recipient <devnull@elinkkc.opentext.com>Date: 30/06/2016 09:03 AMSubject: Re Exporting objects for another system Re Exporting objects for another Posted by Simon, John On system 06/30/2016 08:56 AM You don't mention what the other system is. Are you moving from one CS to another, or are you moving out of CS into something completely different? I would add Enterprise Connect to Appu's list, if you are not dealing with a large number of documents and don't need the metadata that is. [To post a comment, use the normal reply function] Topic: Exporting objects for another system Forum: Content Server Development Forum Content Knowledge Center Server: [To post a comment, use the normal reply function]Topic:Exporting objects for another systemForum:Content Server Development ForumContent Server:Knowledge Center