Search found 56 matches

by Alethesnake
Fri Apr 03, 2009 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to develop a custom stage to be used into sequences
Replies: 5
Views: 3606

How to develop a custom stage to be used into sequences

Hi All, Is it possible to develop custom stages for sequence usage? I found several pieces of information regarding the development of custom parallel stages via the creation of a custom operator. Is it possible to do something similar for sequences? Thanks a lot for any information. Regards, Ale.
by Alethesnake
Tue Feb 17, 2009 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exlusive access to ex..job may be being monitored
Replies: 9
Views: 6372

Do not, ever, use kill -9 on DataStage processes. You will only deepen the hole you have already dug. Use the DS.TOOLS menu or Cleanup Resources in Director. ... I understand, I will never again use the kill -9 on datastage processes. I finally unlock my sequence by cleaning up all resources in the...
by Alethesnake
Mon Feb 16, 2009 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exlusive access to ex..job may be being monitored
Replies: 9
Views: 6372

Actually I'm the one with access permission to the project, and from the consolle no other connections seems active to the server. The problem rose when the Sequence remained running before the attachment of a job by doing nothing and I killed its pid from the unix shell. It seems like the executabl...
by Alethesnake
Thu Feb 12, 2009 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exlusive access to ex..job may be being monitored
Replies: 9
Views: 6372

Hi, Check if the job is being monitored in the Director. Just change the view in Director from log view to status view. Let us know what happens. There are also other options in Director like Clean up resources and Clear status file which can be used to release the locks if any. HTH --Rich I also t...
by Alethesnake
Thu Feb 12, 2009 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exlusive access to ex..job may be being monitored
Replies: 9
Views: 6372

looking at the unix console no lock seems to be active on the job.
Note, I can run, reset, edit and save the job. I 'only' cannot compile it.
by Alethesnake
Thu Feb 12, 2009 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exlusive access to ex..job may be being monitored
Replies: 9
Views: 6372

Cannot get exlusive access to ex..job may be being monitored

Hi all, I've a problem with a sequence. Yesterday I runned a sequence that remained running for almost 1 hour by doing nothing (it seems a dead-lock), it simply keept still before the attaching of a job. I tried to stop it from the director several times without success, so I decided to kill its res...
by Alethesnake
Mon Jan 19, 2009 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine activity make its work fine but "did not finish
Replies: 4
Views: 2196

Thanks a lot to both of you.

Sorry for the search, I used the wrong terms.

Bye,

Ale.
by Alethesnake
Mon Jan 19, 2009 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine activity make its work fine but "did not finish
Replies: 4
Views: 2196

Routine activity make its work fine but "did not finish

Hi All, I hope this is the right forum, on the contrary please forgive me. I work with DSEE 8. I wrote the following easy server routine: $INCLUDE DSINCLUDE JOBCONTROL.H Call DSSetUserStatus(Arg1) Ans = Arg1 (type : transform function) and it runs well. However, when I call it from a routine activit...
by Alethesnake
Wed Jan 14, 2009 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimiter of the array returned by UtilityRunJob
Replies: 1
Views: 1480

Sorry for the banality of my question, @FM is what I was looking for. I have already tried it without success, but it was for a mistake of mine.

Bye,

Ale.
by Alethesnake
Wed Jan 14, 2009 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimiter of the array returned by UtilityRunJob
Replies: 1
Views: 1480

Delimiter of the array returned by UtilityRunJob

Hi All,
Could anyone tell me which is the separator of the array returned by UtilityRunJob?

Thanks a lot,

Ale.
by Alethesnake
Fri Dec 12, 2008 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start a multiple instance job N times simultaneously
Replies: 4
Views: 1701

That's interesting Roy, thanks for your suggestion.

I'll purpose it to my team.

Regards,

Ale.
by Alethesnake
Thu Dec 11, 2008 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call the routine UtilityRunJob from a parallel job
Replies: 3
Views: 1663

Errata Corrige, I got it.

Thanks a lot for your help!

Regards,

Ale.
by Alethesnake
Thu Dec 11, 2008 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start a multiple instance job N times simultaneously
Replies: 4
Views: 1701

Thanks for your answer.
Is it possible to run the dsjob utility from datastage? I found the Execute Command stage for sequences, is it a suitable alternative to a shell script?

Is there an alternative way to make the simultaneous launches from a job (server/parallel)?

Thanks a lot.
by Alethesnake
Thu Dec 11, 2008 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call the routine UtilityRunJob from a parallel job
Replies: 3
Views: 1663

Thanks for your answer, mahadev.v.
I tried to customize my palette in order to get the basic trasformer, but I didn't found it anywhere (I found all other stage shortcuts but not it).

I found that it's not available in MPP, is it right?

thanks.
by Alethesnake
Thu Dec 11, 2008 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start a multiple instance job N times simultaneously
Replies: 4
Views: 1701

Start a multiple instance job N times simultaneously

Hi All, The aim is the one of the subject. I have to run a job N times, according to the values (to be passed as parameters) saved into a file. If I use the UtilityRunJob from a transformer having the file in input, the job is run N times but sequentially. Is there a way to execute the instances sim...