Search found 42189 matches

by chulett
Mon Aug 22, 2005 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string to timestamp conversion
Replies: 5
Views: 2232

Re: string to timestamp conversion

praveenala wrote:This is sever only.

Umm... it's red because it's a Parallel function. As Modify is a Parallel stage. Neither apply here.

Stick with the 'Conv' brothers - IConv and OConv.
by chulett
Mon Aug 22, 2005 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Untar Command Not Recognised By DataStage??
Replies: 11
Views: 5495

Change your code to include whatever is coming back in the Output variable when it logs the results.
by chulett
Mon Aug 22, 2005 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Untar Command Not Recognised By DataStage??
Replies: 11
Views: 5495

And by 'aborted' you mean... what? An actual error message would help track down the problem.
by chulett
Mon Aug 22, 2005 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Range lookup
Replies: 6
Views: 2506

I told you to stop picking on me or I would tell!
by chulett
Mon Aug 22, 2005 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Range lookup
Replies: 6
Views: 2506

Or the Mother of All Posts on the subject here.

:wink:
by chulett
Sun Aug 21, 2005 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slow changing dimensions Type 2
Replies: 22
Views: 6022

Not really what they're after, Vince. It's a matter of both insert and update, not one or the other. Or at least the possibility of both. Sai, look into combining your two jobs - literally. Two links from one transformer into one database stage will do the trick. You've hashed up your current keys s...
by chulett
Sun Aug 21, 2005 8:18 pm
Forum: Data Integration
Topic: Can anyone access DeveloperNet?
Replies: 7
Views: 6850

Nope. Same messages.
by chulett
Sun Aug 21, 2005 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing a DOS command
Replies: 6
Views: 1349

You need to look in the log of the Sequencer job to see what happened with the Execute Command Stage. Usually you need to double-click on it to see all of the gory details. The job won't error when there is a problem running your command... well unless you have triggers to handle that and the comman...
by chulett
Sun Aug 21, 2005 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Capturing
Replies: 4
Views: 1240

You'd need to combine what you are doing with the batch file into a routine if you want to go the 'read the results file' route. Use 'DSExecute' to run the bat file and then the sequential file operators to read the file. If the sql session echoes anything usable to the screen, it can be captured by...
by chulett
Sun Aug 21, 2005 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How the find a File in the Directory in DOS
Replies: 19
Views: 5317

Hmmm... he does say "Get to a DOS prompt" and "can perform a treewalk in a directory structure, much like find does in UNIX". :wink:
by chulett
Sun Aug 21, 2005 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting string to decimal
Replies: 13
Views: 20466

Agreed.
by chulett
Sat Aug 20, 2005 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slow changing dimensions Type 2
Replies: 22
Views: 6022

Re: slow changing dimensions Type 2

sainath wrote:I JUST WANT TO KNOW WHETHER WE CAN DO THIS IN SAME ONE JOB.

Sure.
by chulett
Sat Aug 20, 2005 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Capturing
Replies: 4
Views: 1240

That depends on how you script is written, so I would venture to say that the answer is 'no' right now. All DataStage knows is the exit status of your wrapper script. If the script runs fine but there are problems in the sql, DataStage won't know unless you pass that failure out. Meaning, you'll nee...
by chulett
Sat Aug 20, 2005 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How the find a File in the Directory in DOS
Replies: 19
Views: 5317

If you expect some help, you might want to explain what 'not working for me' means. :roll:

What you've tried, what error message you've gotten, that sort of stuff.

(I wonder, how many posts in a row can we get with rolly eyes in it?)
by chulett
Sat Aug 20, 2005 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting string to decimal
Replies: 13
Views: 20466

Server != Parallel. :wink: