Search found 5168 matches

by kumar_s
Wed Mar 07, 2007 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to complie server job even after process being killed
Replies: 3
Views: 1046

Hi Monalisa, Welcome to Dsxchange :D !!! Bear in mind that the first approach to stop the job should be from Director Stop button. In order to avoid such problems. Now check if that jos is really running in background. Try using the Resource cleanup option available in Director to check if there is ...
by kumar_s
Wed Mar 07, 2007 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage is not giving expected result.
Replies: 17
Views: 4846

What happens if you run in sequential mode or in single node configuration using APT_CONFIG_FILE variable for this particular job?
by kumar_s
Wed Mar 07, 2007 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12154 Error and Possible Job Corruption
Replies: 17
Views: 5695

There is no reason the Stage can get corrupted. But with different stage and different method you are passing a different value atlest by different means. Are you trying to pass input parameter values through Sequential stage via Transformer? Can you check what is the difference between passing the ...
by kumar_s
Wed Mar 07, 2007 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

AthiraM wrote:Yes, I believe the topic can be marked as resolved.

If so, its you who need to do it. :wink:
by kumar_s
Wed Mar 07, 2007 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERRORin constraints..
Replies: 6
Views: 1243

You conditions look ok.
What is data type of CUST_SEG_NBR? Char or Integer.
If its Char or varchar, try to convert it before the comparison.
by kumar_s
Wed Mar 07, 2007 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERRORin constraints..
Replies: 6
Views: 1243

Because all the data available in CUST_SEG_NBR is >= 000701700. :roll:
by kumar_s
Wed Mar 07, 2007 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

Would you mind marking the topic as Resolved.
by kumar_s
Wed Mar 07, 2007 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting stuck
Replies: 18
Views: 4371

What is the size of input file? Try doing few more tests, 1. Try to read the input file with the specific metadata and directly write into a file. - This will ensure, the is issues is not with the data which doesn't comply the metadata, where the Datastage may try to convert implicitly. 2. Read the ...
by kumar_s
Wed Mar 07, 2007 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

Hi Athira, Do you think that the topic can be marked as Resolved..
by kumar_s
Wed Mar 07, 2007 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

Most probably its due to the Arrysize. Is it given as 1000?
Make sure its given as 1.
by kumar_s
Wed Mar 07, 2007 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting stuck
Replies: 18
Views: 4371

As you said, all these functionality can be clubbed in single Transformer. Did you try to break the file and run the job?
by kumar_s
Wed Mar 07, 2007 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Child Level
Replies: 4
Views: 1468

No straight forward method in Datastage, unless you go for routine. LEVEL function from Oracle as mentioned by Havoc, would be more simpler.
by kumar_s
Wed Mar 07, 2007 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting stuck
Replies: 18
Views: 4371

In this case, does your Transformer stage does such a complex calculation, like comparing previous set of records or something? Where the set of record which you have might required more memory to involve. Can you break the problematic file in to two. Probably a limit of 14million and try to run two...
by kumar_s
Wed Mar 07, 2007 2:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking the Date Modified of a flat file
Replies: 8
Views: 2601

True. If MKS took kit is installed, you can invoke Unix commands in DOS.
by kumar_s
Wed Mar 07, 2007 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

As I mentioned in my previous posts, the VALUES section will be (seq_order_no.nextval,:1,TO_DATE(:2,'YYYY.....
Make sure you dont have the sequence column defined in Transformer. Dont you see that, it marked Red without proper derivation.