How to convert datastage assets into .isx file on Windows

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
kirankumarreddydesireddy
Participant
Posts: 110
Joined: Mon Jan 11, 2010 4:22 am

How to convert datastage assets into .isx file on Windows

Post by kirankumarreddydesireddy »

We are migrating from Datastage 7.5v server edition(Windows 2003 server) to Infosphere 8.5v server edition(Windows 2008 server)

We have been using Datastage Version Control in 7.5v.We found that this component has been replaced with InfoSphere Information Server Manager

I had did some hands on "InfoSphere Information Server Manager" from the IBM website

http://publib.boulder.ibm.com/infocente ... htool.html

What I didn't understand was that, they initially had the archive file (.isx) and from there, they have explained how to deploy datastage assets between projects.


I am not sure how to generate the .isx file from the datastage jobs that I need to deploy from one project to other.


I did see some needful information on the dsxchange forum using istool command to convert into .isx,however we are using the Windows 2008 server(Infosphere 8.5 server edition).

Can someone explain me how to create the .isx file from the datastage assets(jobs) on Windows server using istool command


Thanks
Kiran
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

See if this helps.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kirankumarreddydesireddy
Participant
Posts: 110
Joined: Mon Jan 11, 2010 4:22 am

Post by kirankumarreddydesireddy »

Let me try these options from command prompt

Thanks
Kiran
kirankumarreddydesireddy
Participant
Posts: 110
Joined: Mon Jan 11, 2010 4:22 am

Post by kirankumarreddydesireddy »

As mentioned above,we are using Infosphere 8.5 server edition on Windows 2008 server.

The info you mentioned above was related to Unix server.


Can you please let me how to create the .isx file from the datastage assets(jobs) on Windows 2008 server using istool command?

Or

Is there any other option other than using istool command?



Thanks
Kiran
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There is nothing different, UNIX to Windows, other than the path to the executable. All those syntax examples are still applicable to you.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kirankumarreddydesireddy
Participant
Posts: 110
Joined: Mon Jan 11, 2010 4:22 am

Post by kirankumarreddydesireddy »

Hi Chulett

I have tried the below options from command prompt.

1. istool export -domain dsetltest2he:9080 -username etltestadmin -password xxxxxxx -archive testfile.isx -datastage ' "dsetltest2he.ds.ad.adp.com/default/Jobs/*.*" '

2. istool export -domain dsetltest2he:9080 -username etltestadmin -password xxxxxxx -archive testfile.isx -datastage ' "dsetltest2he.ds.ad.adp.com:9080/default/Jobs/*.*" '


However it gave me below error

"Export failed: Project not found : default"

The project "default" does exist.

I am not sure why it prompting this error.


Thanks
Kiran
ghila
Premium Member
Premium Member
Posts: 41
Joined: Mon Mar 15, 2004 2:37 pm
Location: France

Post by ghila »

Try using -datastage ' -incexec -nodesign "dsetltest2he/<project name>/Jobs/*.*" '
Regards,

Daniel
ghila
Premium Member
Premium Member
Posts: 41
Joined: Mon Mar 15, 2004 2:37 pm
Location: France

Post by ghila »

or -datastage ' -incexec "<hostname>/<project name>/Jobs/*.*" ' if you want job design with depended objects
Regards,

Daniel
kirankumarreddydesireddy
Participant
Posts: 110
Joined: Mon Jan 11, 2010 4:22 am

Post by kirankumarreddydesireddy »

I am still getting the error with the below

istool export -domain dsetltest2he:9080 -username etltestadmin -password xxxxxxx -archive testfile.isx -datastage ' -incexec "dsetltest2he.ds.ad.adp.com/default/Jobs/*.*" '


"Export failed: Project not found : default"




Thanks
Kiran
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Replace "default" with your actual project name.
-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 »

Project names are case sensitive. Is it possible that your project name is actually "Default" or "DEFAULT"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kirankumarreddydesireddy
Participant
Posts: 110
Joined: Mon Jan 11, 2010 4:22 am

Post by kirankumarreddydesireddy »

The project name given does exist and it is correct.

project name = default

Let me try some other options

Thanks
Kiran
Post Reply