how to export routines thru isx tool

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

how to export routines thru isx tool

Post by srinath0253 »

Hi, i am using 11.7 windows version. i am trying to export all ds objects thru isx commands. i am able to do for jobs, connections, parameters settings. But when i am trying to export routines, it is giving error like export failed. Below is sample command.(i renamed the servernames and creds). Any suggestions? How to export routines?

C:\>C:/Progra~1/IBM/InformationServer/Clients/istools/cli/istool export -abort 1 -domain SERVERXXX:9443 -username user -password psd -ar C:/temp/Routines.isx -ds 'SERVERXXX/RMD_DM/Routines/Examples/Functions/*.*'
Beginning Export of DataStage
Elapsed time: 00:00:00
Exported 0 assets
Export failed
Srinath
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You're trying to export the supplied (read-only) routines? Perhaps these are bypassed by the istool exporter.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

Post by srinath0253 »

oh my bad. The test project doesn't have user routines. But I have a question. why it will gives failed error. it make me confusion.

Thanks ray. you are correct. I am able to export user created routines.
Srinath
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The tool always makes the assumption that exporting 0 assets is a failure.

In this particular case, the *.* pattern did not find any exportable routines.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

Post by srinath0253 »

Understood. Thank you Ray.
Srinath
Post Reply