unix command to export dsx's to a unix folder

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
satyam_ps
Participant
Posts: 13
Joined: Sun Apr 27, 2008 5:11 am
Location: Bangalore

unix command to export dsx's to a unix folder

Post by satyam_ps »

Hi All,
Can anyone help me in exporting a number of dsx's from a particular project and server using a unix command.Is there any unix command which when triggered will export a dsx from a particular Datastage project and serevr.
There is one whcih works in winfows but the same doesn't work with Unix.
The windows version as per the Dtaagstage manual are:
dsexport.exe /H=hostname /U=username /P=password /O=omitflag
project pathname1
and
dscmdexport /H=hostname /U=username /P=password /O=omitflag project
pathname /V

neither of these two seems to work in unix.
Life is unending
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No such beastie. Exports are client side only.
-craig

"You can never have too many knives" -- Logan Nine Fingers
satyam_ps
Participant
Posts: 13
Joined: Sun Apr 27, 2008 5:11 am
Location: Bangalore

Post by satyam_ps »

but it works in windows!!!! I need an unix equivalent
Life is unending
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Post by ag_ram »

The commands you mentioned work in DS Client only(Windows).

There is no equivalent in Unix. Exporting/Importing as dsx file is available in DS Client only.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The reason that it works for you in Windows is because your host and client systems are on the same box.

But the export is client-side (Windows) only, so it won't work as you expect on a UNIX system.
Post Reply