Search found 42189 matches

by chulett
Tue Jul 06, 2010 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can I force the stop of a job?
Replies: 5
Views: 2339

Kim, you're right in that if that 'unstoppable' process is database related (say like a cursor is still being gathered) then the best approach is to have a DBA kill it and that will certainly get the job's attention. But knowing the post that brought about this question, it is about non-db type hang...
by chulett
Tue Jul 06, 2010 3:13 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 7536

The return value is actually a dynamic array, so one other solution would be to take just the first element from it: ExecuteCmd.$CommandOutput<1> Another would be to strip the Field Mark that is added to the return value: Convert(@FM,"",ExecuteCmd.$CommandOutput) Both of those solutions wo...
by chulett
Tue Jul 06, 2010 1:04 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 7536

It is *a* correct approach, yes. However, it seems your second job doesn't like the timestamp format you've passed in.
by chulett
Tue Jul 06, 2010 12:44 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 7536

You'd have to post your abort message and be specific about which job is aborting if you wanted anyone to be able to help.
by chulett
Tue Jul 06, 2010 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can I force the stop of a job?
Replies: 5
Views: 2339

Not all operations are easily 'stoppable', you may need to find the process and kill it directly, and I'm assuming you'd use the Task Manager for that on a Windows server but not sure if there is a 'better' or more proper way to do that. :?
by chulett
Tue Jul 06, 2010 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine that finds the JOB name that called it.
Replies: 5
Views: 1728

The "invocation id" is something else entirely. Please be precise about what exactly it is you tried so people can help.
by chulett
Tue Jul 06, 2010 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine that finds the JOB name that called it.
Replies: 5
Views: 1728

Can't check but off the top of my head, there should be a function to return the "controller" or "controlling" process, that should get you there.
by chulett
Tue Jul 06, 2010 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PROJDEF
Replies: 11
Views: 2937

Dang, that's right. Informatica is rotting my brain. :lol:
by chulett
Tue Jul 06, 2010 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL0407N - DB2 null value problem
Replies: 14
Views: 7625

Ah... that makes sense. I've also seen issues of this nature where a simple rerun, much like the recompile in your case, 'fixes' things because by then the timing issue is no longer an issue. :wink:

Thanks for posting your resolution.
by chulett
Tue Jul 06, 2010 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PROJDEF
Replies: 11
Views: 2937

Don't have any DS access, so from memory... Manager, connect to Project, go to Properties and there should be an option near the bottom for Environment Variables? Something like that.
by chulett
Tue Jul 06, 2010 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PROJDEF
Replies: 11
Views: 2937

dsusersaj wrote:I searched the docs.But couldnt find PROJDEF info in it.
Search harder, it and its friends $ENV and $UNSET are definitely out there. :wink:
by chulett
Tue Jul 06, 2010 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PROJDEF
Replies: 11
Views: 2937

anbu wrote:Delete the variable and re add it in the job to see the value.
That would only work if you were in a job that used it, I specifically said to use the Manager client which is where they are defined.
by chulett
Tue Jul 06, 2010 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PROJDEF
Replies: 11
Views: 2937

By checking the DEV project, should be right there. You can also check the second log entry for any job that uses it, that one lists all environment variables in play at the time the job ran.
by chulett
Tue Jul 06, 2010 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in a range string formation logic
Replies: 5
Views: 1484

So... this is how you take a break, eh? :wink:
by chulett
Tue Jul 06, 2010 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PROJDEF
Replies: 11
Views: 2937

From the Manager client, connect to the project in question and then investigate the environment variables there, in particular the 'user-defined' ones.