Search found 42189 matches
- Thu May 25, 2006 6:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Modifying the Hashed file Key
- Replies: 5
- Views: 1602
- Thu May 25, 2006 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer is getting aborted continuously
- Replies: 11
- Views: 2672
- Thu May 25, 2006 6:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion problem
- Replies: 20
- Views: 5551
Re: Date conversion problem
In my job , source and target are oracle tables .source having portfoliodate column and its datatype is TIMESTAMP. for ex its value is 1998-01-31 00:00:00 . while conveting portfoliodate(Timestamp) into target date(dd-mon-yy) format I am using following Iconv,Oconv function. Your 'default' or NLS_D...
- Thu May 25, 2006 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop creation of files if the constraint does not satisfy.
- Replies: 4
- Views: 1164
- Thu May 25, 2006 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Should wait and check for abort
- Replies: 10
- Views: 3321
Re: Sequencer Should wait and check for abort
120267 wrote:But it should not be the case ,it has to wait for all the five jobs to finish and finally check for the status and act accordingly.
Define 'act accordingly'. That will help cut down on the speculation.
- Wed May 24, 2006 10:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Modifying the Hashed file Key
- Replies: 5
- Views: 1602
If by 'modify the key' you mean change one of the key field values... you can't. As you've found, it will just insert the 'modified key' record as a new record. You'll need to do two things. There's no way to delete records from a hashed file, so you'll need to update the 'old key' record to mark it...
- Wed May 24, 2006 9:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Job Problem
- Replies: 4
- Views: 1018
Ok... but first try to help yourself. Get your hands on an .xsd of the target xml file. Import that using the Manager: Import / Table Definitions / XML Table Definitions. This will generate the XPath expressions you'll need to create your output file. Use them in your job. Let us know what happens o...
- Wed May 24, 2006 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with build-in sdk Date routine
- Replies: 3
- Views: 1109
- Wed May 24, 2006 12:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Size limit for Folder Stage
- Replies: 8
- Views: 3413
- Wed May 24, 2006 11:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with build-in sdk Date routine
- Replies: 3
- Views: 1109
You must be calling this from a Routine Activity stage in a Sequence job, yes? Keep in mind the fact that a routine that does not return a zero is considered to have failed when you let the Sequence 'automatically handle activities that fail'. You need to explicitly handle the 'failure' in the job s...
- Wed May 24, 2006 11:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: start of job to end of job
- Replies: 3
- Views: 1011
Re: start of job to end of job
the problem i dnt have help and software.. only way im learning buy using this forum. from start of job to end of jobs what are all activites runs in datastage. How many of these kinds of nebulous questions are you going to post here? I'm glad that others seem to have the time and are willing to at...
- Wed May 24, 2006 8:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: processing
- Replies: 6
- Views: 1387
Grep for the appropriate 'phantom' processes. You'll see one phantom 'DSD.RUN' for the job itself and then one 'DSD.StageRun' process for each 'active' process in the job. As Ray notes, different settings and stage usage will affect the end result. Each transformer, for instance, could generate a se...
- Wed May 24, 2006 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: processing
- Replies: 6
- Views: 1387
- Wed May 24, 2006 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: processing
- Replies: 6
- Views: 1387
- Wed May 24, 2006 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of job
- Replies: 5
- Views: 1856
Tulip - rather than taking that approach, you will be much better off if you sort the incoming data in a manner that matches the grouping you are doing. Then ensure you tell the Aggregator stage that the data is coming in sorted. It will be much happier. You will be much happier. The job will run fa...