Exporting in datastage 8.0.1

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ds_dwh
Participant
Posts: 39
Joined: Fri May 14, 2010 6:06 am

Exporting in datastage 8.0.1

Post 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
ANJI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply