Import Jobs on server command line

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
bart12872
Participant
Posts: 82
Joined: Fri Jan 19, 2007 5:38 pm

Import Jobs on server command line

Post by bart12872 »

Hi,

I want to import a dsx file in command line on the server.
it's seems that only dssh command can do that (Datastage 8.7)

I use the oacvb's script (viewtopic.php?t=133337&highlight=dssh), but it doesn't work.

I have : Verb "DS_IMPORTDSX" is not in your VOC.

did someone success to import jobs in command line and help me ?

thanks,
bart
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

It may be possible; I haven't tried it, as DSX files are produced by client tier (Windows) Designer exports.

There are other methods available on the server side, including and not limited to istool and ISX files.

I think you will find that these other methods are better supported.
Choose a job you love, and you will never have to work a day in your life. - Confucius
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

You can use the DSXImportService.sh script (DSXImportService.bat for Windows) located in the <InformationServerInstallDirectory>/ASBNode/bin directory.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply