Job Executeable Import Issue

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
askhan75
Premium Member
Premium Member
Posts: 1
Joined: Tue Aug 05, 2008 7:38 pm

Job Executeable Import Issue

Post by askhan75 »

We have created a .dsx file which contains multiple jobs designs and executable.

Now , I want to import one specific executable in other object

Using ./DSXImportService , I specify -EJB switch and then the job name and it retturns

Runtime item import failed. Item Type: Job. Identifier : XXX_JOB_NAMe
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So... typo? Those abbreviations are only two characters:

Code: Select all

-JB -JOB           job 
-EJ -EXECUTABLEJOB job executable 
And job names are case sensitive.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply