How to make .exe from exported jobs

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
scottr
Participant
Posts: 51
Joined: Thu Dec 02, 2004 11:20 am

How to make .exe from exported jobs

Post by scottr »

How to make .exe file with all job executables after exported in .dsx format.

thanks for help
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There is no ".exe" in the strictest sense for Server jobs. :?

What are you trying to accomplish?
-craig

"You can never have too many knives" -- Logan Nine Fingers
scottr
Participant
Posts: 51
Joined: Thu Dec 02, 2004 11:20 am

Post by scottr »

just i am checking is there any way we can make .exe file of DataStage project so that it can burn on CD and run this exe file on another system.

or inthe other way combining all jobs,routines,tabledefinations etc.. into .exe file.(like MS VisualBasic ).

also pl let me know is there any way to install the entire project on another system.(apart from exporting .dsx format)

and if we export project using .dsx do we need to set all parameters like connection strings,file path names etc..

thanks.
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

Sorry buddy. You must have a licensed copy of DataStage on every server you want to run the job on.

That's how Ascential make money. 8)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A DataStage export is created on the client machine.

You don't need to move it to be able to import what was exported into another project on another host.

All you have to do is to connect to the other host (which must, of course, have DataStage (legally) installed). In the common connection dialog for DataStage clients, the top field is host name. You can type in the name, or IP address, of the DataStage server machine to which you want to connect.

The only way to "install" a project is to create one using the DataStage Administrator. Technically you can copy one to the new location, but you'd spend so long correcting all the system table entries that describe it (remember that a DataStage project is a database in its own right) that it would be much faster to export, create new project and import.
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