Search found 72 matches

by gagan8877
Mon Dec 07, 2009 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs fail intermittently
Replies: 2
Views: 3011

Jobs fail intermittently

We have PROD, ACCP and DEV projects in the same Server. There is a scheduler sequence that calls other sequences and it is scheduled to run nightly. Intermittenly the sequences/jobs that are being called fail - each time it could be a different job. Some sequences/jobs are called in parallel others ...
by gagan8877
Sun Nov 15, 2009 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace SUB character in sequential file
Replies: 6
Views: 9421

You can not remove the eof character - the operating system needs this to tell it when to stop reading the file. Make sure that every line in the file, including the last line, has a correct line terminator. Your metadata expects it to. Hi Ray Unfortunately I don't have control over that - the file...
by gagan8877
Sun Nov 15, 2009 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace SUB character in sequential file
Replies: 6
Views: 9421

tr -d

hi , please use tr -d command in the sequential file stage..that could resolve the problem.. for the verification check the same command in unix using the following command. tr -d '\r' <oldfile> newfile. thanks.. 1. So are you saying I can use tr -d in the file pattern property of Sequential File S...
by gagan8877
Sat Nov 14, 2009 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace SUB character in sequential file
Replies: 6
Views: 9421

Replace SUB character in sequential file

Reading from a fixed-length sequential file stage using Read Methos = File Pattern, to read multiple files. Final Delimiter = END, Field Delimiter = None Getting the following warnings: SRC_pharmacy_inputfile,0: Missing record delimiter "\r\n", saw EOF instead SRC_pharmacy_inputfile,0: Imp...
by gagan8877
Wed Jul 15, 2009 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ExecCommand Activity Wait Question
Replies: 2
Views: 1182

ExecCommand Activity Wait Question

Does ExecCommand wait for the command (.exe or .bat) to complete or does it just launch by sending it to the OS and returns success? Could not find this in the help file or the site. Is the behaviour different if the cmd is run via job before/after subroutine?

Thanks
by gagan8877
Mon Jun 08, 2009 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling DB2 Stored Proc multiple times in Parallel from PX
Replies: 3
Views: 2582

Hi ArndW Thanks for your valuable answer. I have a question about option 2 answer. You said "DataStage will run the procedure sequentially, per processing node." Does that mean Stored Procedure Stage will run an instance of stored proc on each node with different parameters coming from the...
by gagan8877
Mon Jun 08, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling DB2 Stored Proc multiple times in Parallel from PX
Replies: 3
Views: 2582

Calling DB2 Stored Proc multiple times in Parallel from PX

Hi All My requirement is to call a DB2 stored proc 25 times in parallel with different INPUT parameters. The sp returns 2 status columns in a single row. We are going to use Stored Procedure Stage to run SPs. We have an after job subroutine that tests if the value returned by the sp was a success or...
by gagan8877
Mon Jun 01, 2009 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5846

Mutilple Jobs

Hi Stefan

Thanks for the answer, it was helpful.
by gagan8877
Sun May 31, 2009 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5846

Testing

Hi Miwinter

As mentioned, "generally" cross-platform is not an issue but I was wandering have you actually tested this?

And regarding the other questions:

Can we connect to a specific partitions on DB2, using any DB2 API/EE/PLUG-IN, ODBC or DRS?

Thanks for your help
by gagan8877
Fri May 29, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5846

No clue how the "DPF" part affects this answer but outside of that it's still a "no". There's no database that needs to be "co-resident" to work with DataStage that I am aware of. Or to utilize DB2 parallelism. Hi Chullet The ques in the above mentioned post is: I have...
by gagan8877
Fri May 29, 2009 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5846

Db2 DPF

chulett wrote:I don't see him saying any such thing. Can you point out the part you are referring to, please?
May be my question is incomplete instead. I wanted to know if DB2 Enterprise Stage requires both DS and DB2 to be on same platform inorder to utilize DB2 parallelism or DPF?
by gagan8877
Fri May 29, 2009 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5846

#2

Oooo, oooo - I don't do DB2 but I can answer one of the questions! :wink: 2. Nope! I found this post: http://dsxchange.com/viewtopic.php?t=112136&sid=155d2b832dff144350a565f2a8ccc550 Where Ray said the answer to # 2 is Yes. Now I am confused which one is true. But I guess thats for 7.x, has thi...
by gagan8877
Thu May 28, 2009 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5846

Db2 DPF and DS

ENVR: We have a mixture of physical hosts and logical partitions on DB2 DB Server with DPF. 1 coordinator host (Partition #0) and 3 data hosts, each with 4 logical partitions (Partitions #1-#4, #4-#8 and #8-#12) Most of the data is on partitions 1 through 12, we usually connect to partition #0 (whic...