Search found 320 matches

by mydsworld
Tue Jan 13, 2009 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File processing question
Replies: 6
Views: 1184

Two jobs would work. Please let me know how you plan to validate the count in first job.
by mydsworld
Tue Jan 13, 2009 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File processing question
Replies: 6
Views: 1184

Any suggestion if I had to do it in DataStage
by mydsworld
Tue Jan 13, 2009 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File processing question
Replies: 6
Views: 1184

File processing question

I have a file with a No. of records and a control record (containing count of records) at the end. I would like to check that No. of records actually match the control record count, then only I will take the file for further processing. What will be the most efficient design for matching the counts....
by mydsworld
Mon Jan 12, 2009 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BASIC Transformer question
Replies: 6
Views: 1908

I already have one started with 'ORCHESTRATE error ', but no one has responded to it yet.
by mydsworld
Mon Jan 12, 2009 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BASIC Transformer question
Replies: 6
Views: 1908

No, it is not for interview. I am using 5 BASIC transformers in a parallel job (needs to call some server routines & macros not available in parallel transformer). The job fails with the error : node_node1: Fatal Error: Unable to start ORCHESTRATE process on node node1 (x40bdwas01): APT_PMPlayer...
by mydsworld
Fri Jan 09, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE error
Replies: 0
Views: 805

ORCHESTRATE error

Hi, I am facing the following job errors : node_node1: Fatal Error: Unable to start ORCHESTRATE process on node node1 (x40bdwas01): APT_PMPlayer::APT_PMPlayer: fork() failed, Resource temporarily unavailable node_node2: Fatal Error: Unable to start ORCHESTRATE process on node node2 (x40bdwas01): APT...
by mydsworld
Fri Jan 09, 2009 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BASIC Transformer question
Replies: 6
Views: 1908

BASIC Transformer question

Please let me know the difference between parallel Transformer and BASIC Transformer in parallel job. Which one is useful under which scenario.

Thanks.
by mydsworld
Thu Dec 18, 2008 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on Change capture
Replies: 1
Views: 947

Query on Change capture

When we can have 'Delete' while using Change capture stage. If a record is deleted from 'Before' and it is not there 'After', that record simply doesn't get a place in output (which has 'after' and change code).

Thanks.
by mydsworld
Tue Nov 18, 2008 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file
Replies: 12
Views: 15238

The file was created by some Legacy system and ftped to Datastage server.
by mydsworld
Tue Nov 18, 2008 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file
Replies: 12
Views: 15238

The field lengths are all there in the definition.BILL_TYPE is of CHAR(4).Similarly I have all other CHAR fields with some lengths.
by mydsworld
Tue Nov 18, 2008 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file
Replies: 12
Views: 15238

All the fields are CHAR fields only. Please tell me onething.I have my original Table definition (in the Table Definition\Sequential folder) different than this.Once I load the definition into the Sequential File stage I am making those modification.So, do I need to change the original Table definit...
by mydsworld
Mon Nov 17, 2008 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file
Replies: 12
Views: 15238

I tried with the following :

Record delimiter string = \r\n
Record length = fixed
Final delimiter = none

Field delimiter = none

Then I get the following error :

Bad record delimiter after fixed-length record: expected "\r\n", got " \n"

Please advise.
by mydsworld
Mon Nov 17, 2008 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file
Replies: 12
Views: 15238

Fixed width file

I have trying to define a fixed width (length 89) file (each line terminated by DOS line) with the following options : Record delimiter string = DOS format Record length = fixed Final delimiter = end Field delimiter = none Field Quote = none I am getting the following error while trying to view data...
by mydsworld
Mon Nov 17, 2008 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencer question
Replies: 5
Views: 1540

Actually I have a job that throws warnings (valid for now) and since the number of records is huge so it exceeds warning limit and gets aborted.This job is being called from within a Sequence.So, if I uncheck that option then the sequence will run and the job will not get aborted due to warnings.Is ...
by mydsworld
Mon Nov 17, 2008 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencer question
Replies: 5
Views: 1540

And If I want to suppress the warnings in the Sequence itself then is this the compilation option to do this :

Uncheck 'Log warnings after activities that finish with status other than OK' in Job property of the Sequence.