Search found 17 matches

by kcho69
Tue Jul 02, 2013 8:41 am
Forum: General
Topic: File empty after job
Replies: 14
Views: 5963

Thanks Craig. As I understood, you think that the problem has to do with the parameters values; but the weird of this situation is that they have the same values in both executions (please, see previous post). I can insert the code written in the 'Job Control' tab but I'm afraid this will bring more...
by kcho69
Tue Jul 02, 2013 7:55 am
Forum: General
Topic: File empty after job
Replies: 14
Views: 5963

sorry to bother you. I apologize.
by kcho69
Tue Jul 02, 2013 7:30 am
Forum: General
Topic: File empty after job
Replies: 14
Views: 5963

Craig, thanks for your answer. Yes, I verified the "job starting" log message in both runs. Here they are: Manually execution : Starting Job Prueba_SP_Value. (aka: JobB) DBName = dstdesa UserName = datastage PassWord = ******** PgmName = xxx Dictionary = CUSTOMERS SrcSystem = SAP-ONE TgtSy...
by kcho69
Tue Jul 02, 2013 6:20 am
Forum: General
Topic: File empty after job
Replies: 14
Views: 5963

Thank you for your answer. I clarified that both jobs were servers jobs since in a previous reply they asked whether JobA was a "Sequence job". I call JobB by using the following commands: hJob1 = DSAttachJob("JobB", DSJ.ERRFATAL) * Setting parameters of job ErrCode = DSSetParam(...
by kcho69
Tue Jul 02, 2013 5:54 am
Forum: General
Topic: File empty after job
Replies: 14
Views: 5963

The parameters sent to JobB are the same in both executions.

Regards
Diego
by kcho69
Tue Jul 02, 2013 5:51 am
Forum: General
Topic: File empty after job
Replies: 14
Views: 5963

Good morning, fellows:

I forgot to tell: both Jobs (JobA and JobB) are server Jobs.

Thanks!

Diego
by kcho69
Wed Jun 12, 2013 6:29 am
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 6231

Hi fellows: In order to close this subject, I want to tell you I used a sort of "Plan B" to solve my problem. What I did was to create a routine that receives the parameters I needed and then invoke to dsjob command; then I put this routine in a Transformer Stage. It's working fine. I've g...
by kcho69
Mon Jun 10, 2013 8:46 am
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 6231

Hi fellows: I'm regret having written "without success": what I tried to say is "the job I wanted to execute using UtilityRunJob didn't run or it didn't be called" On the other hand, I'll show you what I did: |Oracle | | Transformer | | Command | |Stage |-----> | Stage |----> | S...
by kcho69
Mon Jun 10, 2013 7:02 am
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 6231

Hi Fellows: Following your advice, I use a Transform Stage to compose the string with the command to execute. But, unfortunately, the Command Stage failed because it can't support variables as a valid command (in fact, the message of error says " '[variable]' is not recognized as an internal or...
by kcho69
Fri Jun 07, 2013 5:41 pm
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 6231

I'm using a server job.
by kcho69
Fri Jun 07, 2013 12:55 pm
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 6231

It seems like Command Stage takes everything as one single command and doesn't distinguish between text and variables...
by kcho69
Fri Jun 07, 2013 11:49 am
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 6231

sure. I would like to attach a print screen or a document with the image embedded but I don't know how.

Is it posible?

Thanks!
by kcho69
Thu Jun 06, 2013 11:15 am
Forum: General
Topic: Executing DSJOB in Command stage
Replies: 1
Views: 1627

Thank You for the explanation.

It Works fine now!

Regards
Diego
by kcho69
Mon Mar 21, 2011 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XMLOutput Stage
Replies: 2
Views: 1810

Dear Nagaraj: Suppose you need to create a xml document like this: <MyXML> <MyColumns> <col1>123</col1> <col2>abc</abc> </MyColumns> </MyXML> You must use xpath statements to indicate to corresponding stage (e.g: XMLOutput or XMLWriter) how this columns are arranged, so in this example you should se...
by kcho69
Fri Mar 18, 2011 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XMLOutput Stage
Replies: 6
Views: 7454

Sure. First of all, the problem is my inexperience with this stage but, punctually, has to do with I didn't to know that I should provide a xpath statement into description field of every column of input file in order to tell the stage how to place data of such a column into XML document. I apologiz...