Search found 6797 matches

by DSguru2B
Mon Jan 22, 2007 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

The design shoudl be Execute_Command_Activity ------- > Job_Activity In the parameters section, where you apply default values, you are to provide that derivation. Is that your design, if not then can you please draw it out, enclosed in quotes so that it makes sense. Also the part before the .$Comma...
by DSguru2B
Mon Jan 22, 2007 2:25 pm
Forum: General
Topic: Do I need to reconfigure ?
Replies: 2
Views: 1462

One of the two things, either server address is incorrect or port number is incorrect. Verify them from your dba.
by DSguru2B
Mon Jan 22, 2007 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error
Replies: 15
Views: 5055

If it is empty then provide the same derivation as earlier, but change the else part to incorporate your timestamp_from_string. Also make sure its a nullable field in your target table.
by DSguru2B
Mon Jan 22, 2007 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditionnal run of a job
Replies: 9
Views: 1502

On the second page.
by DSguru2B
Mon Jan 22, 2007 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 4455

Same opinion as Craig. Especially if these routines were shipped with the plugins. You'd be better off contacting support.
by DSguru2B
Mon Jan 22, 2007 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error
Replies: 15
Views: 5055

We need more info samsuf2002. Look into the file and confirm if its the correct format. The length and scale that you posted, is that for the text file or database?
by DSguru2B
Mon Jan 22, 2007 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditionnal run of a job
Replies: 9
Views: 1502

For window, BASIC rules. You should be remembering the post that i embedded in my previous reply. You also posted lines of what was the Grand Father version of WFF stage.
by DSguru2B
Mon Jan 22, 2007 1:56 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

I never got to witness or use any of those so I have no idea what your talking about Ray. :roll:
I am at the disposal of my imagination.
by DSguru2B
Mon Jan 22, 2007 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DataStage Server is going to die
Replies: 18
Views: 6779

You post heading is so tragic :shock:
by DSguru2B
Mon Jan 22, 2007 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splting a file into several files and running them in a loop
Replies: 8
Views: 1379

Well use the link partitioner to partition the data into flat files. Use an approximation to how many partitions you need. Then one by one feed it to the stored proc.
by DSguru2B
Mon Jan 22, 2007 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error
Replies: 15
Views: 5055

Maybe something else is going on in that case. Maybe your timestamp is not in the proper format that timestamp_from_string requires? Possible ???
by DSguru2B
Mon Jan 22, 2007 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

You must have missed the second page. This is a direct copy paste from there:

Inside the jobactivity, where your specifying $CommandOutput, provide the following

Code: Select all

Field(Execute_Command_2.$CommandOutput,@FM,1) 
 

OR simply

Code: Select all

Execute_Command_2.$CommandOutput<1>
by DSguru2B
Mon Jan 22, 2007 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

Did you read that post that i embedded in my very first reply ?
by DSguru2B
Mon Jan 22, 2007 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

Yes. The one thats present in the sequence job.
by DSguru2B
Mon Jan 22, 2007 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditionnal run of a job
Replies: 9
Views: 1502

Here's the routine I was talking about:
http://www.dsxchange.com/viewtopic.php?t=100401
Go to the second page. You can remove the timeout part if you want.