Page 1 of 1

Exporting in datastage 8.0.1

Posted: Thu Apr 07, 2011 11:21 pm
by ds_dwh
i am Exporting jobs & seque's in datastage 8.0.1
here i am exporting dependent iteam's also

while exeporting i am getting on pop-up saying that
"9 readonly iteams where omitted"
how to know which iteams are omitted

Thank's
Ram

Posted: Fri Apr 08, 2011 6:39 am
by chulett
Not sure how simple it would be to query the repository to find them directly. Since there is an option to include them in the export, one could always include them and then compare the two results. Not fun but do-able.

Posted: Fri Apr 08, 2011 4:58 pm
by ray.wurlod
This information also appears in the status bar when you're selecting objects to be exported.

"Read only" objects are those that are installed into every project, such as stage types and example routines and table definition. By default they're not included in any export to keep the export file as small as possible - the same objects already exist in any project to which you're likely to import.

If you "manually" mark objects read only, then all bets are off, and you need to check the "include read only objects" in your export and be careful about which objects you select.

"Dependent objects" is a red herring in this thread.