Hi,
I've export an object (folder):
After that I try to import it with:
Then I got the status screen that say "No Errors", but when i go to the parent folder (with objID 8527324) i dont see anything that was imported.
Why cant I import
Is de file in the correct directory on the server topentextfe20?
For exporting you can also use func=admin.xmlexport. That has a UI to give the parameters.
I don't know how much you need to export, but if it s inot mucht, you better use the transport warehouse.
Hans
Thank you for your answer. the admin.xmlexport is very handy.
Thank you for your answer, the admin.xmlImport was very handy.
Thanks you for your answer, the admin.xmlExport was very handy.
One limitation with XML import is that you can only create new items and not update existing items.
Another limitation is that if the export contains NodeIDs then you need to map them yourself to the NodeIDs in the target system.
The transport warehouse solves these two issues. Therefore it is better to use the transport warehouse.
The transport warehouse is also implemented in OScript so it is easy to call the actions via URL or by calling the execute function directly from OScript. Transport warehouse also support your 4th point. You just also need to transport the facets and it will automatically update the references between the folders and the facets.
Thank you Hans_Stoop and Appu Nair.
So, I understand that the best practice is to use OScript with Transport Warehouse.
Hans_Stoop -
You can basically do everything in OScript and the warehouse has improved on these points. I try to do most manual changes in WebReports.
In the URL you specify the path. You should not store it inside the CS installation directory and you may be limited to the upload directory if you have configured it.
Hans_Stoop, can you please give me an example/scenario on how you use WebReports insted of manual actions?
Do you have any documentation for that ?