Search found 42189 matches

by chulett
Thu Aug 21, 2008 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with String to decimal
Replies: 9
Views: 25423

Yes, [] is substring but you need to recheck the start position, your number starts at something more like 84 or 85.
by chulett
Thu Aug 21, 2008 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date in the check point
Replies: 9
Views: 1920

I thought you had checkpoints? Meaning, if the routine successfully completes and the checkpoint is cleared, it will not run again on a restart. Why is the routine being executed again?
by chulett
Thu Aug 21, 2008 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dividing an integer
Replies: 15
Views: 6455

Why did you add the Div to the suggested solution? :?
by chulett
Thu Aug 21, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date in the check point
Replies: 9
Views: 1920

That sounded fine... what "failed" about it? :?
by chulett
Thu Aug 21, 2008 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Good Data transforming approach
Replies: 9
Views: 1885

:lol: Fair enough.
by chulett
Thu Aug 21, 2008 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Consuming split files in a job
Replies: 12
Views: 2601

Why not Folder stage what? Have you read up on how it works? It was built for XML and not really appropriate here. IMHO.
by chulett
Thu Aug 21, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Consuming split files in a job
Replies: 12
Views: 2601

I doubt that unless 'resources' means 'disk space'... have you actually tried it? Ray's way does this in a virtual fashion, so no 'extra' resources there. You could also consider a named pipe...
by chulett
Thu Aug 21, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incorrect No. of columns error while using Join
Replies: 1
Views: 908

Ah, the perils of user-defined sql. You need to select the same number of columns as are defined in the stage, in the exact same order.
by chulett
Thu Aug 21, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to find library 'libclntsh.so.10.1'
Replies: 8
Views: 7460

Performing without a net, eh? Or I guess we be the net. :wink:

I'll see what I can find.
by chulett
Thu Aug 21, 2008 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integrate Web Service into dataStage Job
Replies: 8
Views: 2279

Or we could just wait for you to copy/paste all the rest of it in. :roll:
by chulett
Thu Aug 21, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no errors, no warnings, but logic doesnot works
Replies: 13
Views: 2889

Use the debugger to determine what is wrong with your constraint such that it doesn't allow any rows to pass through it.
by chulett
Thu Aug 21, 2008 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integrate Web Service into dataStage Job
Replies: 8
Views: 2279

When you get the pack you'll get the documentation that comes with it. It's all there.
by chulett
Thu Aug 21, 2008 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date in the check point
Replies: 9
Views: 1920

As noted, your problem comes when the 'current date' has changed before you get around to restarting the sequence. Why are you not getting things restarted in a timely manner? If 'next time' means the next day, should you not reset the sequences so they in fact do not restart where they left off but...
by chulett
Thu Aug 21, 2008 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems due to DataStage version change (7.5 to 7.5.3)
Replies: 5
Views: 1747

You'd have to ask IBM that question. Many times what you'll find is the old code is indeed no good but a bug in the old version allows it to seem to work. They then tighten up the code and you can no longer get away with it in the new version. Or it could be a new bug. Ask your official support prov...
by chulett
Thu Aug 21, 2008 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to find library 'libclntsh.so.10.1'
Replies: 8
Views: 7460

I'm curious, if you are under pressure for a fix have you not asked your support provider for help?

I had a similar issue with Server on Itanium, when I get in the office I'll see if I can find their answer in my archives.