Search found 42189 matches

by chulett
Wed Sep 21, 2011 6:31 am
Forum: General
Topic: help in dsjob command
Replies: 9
Views: 3318

So rather than checking manually, build a -jobstatus check loop into your script where you parse out the result. When both have completed, based on what happened, either exit gracefully or send out your alert email(s).
by chulett
Wed Sep 21, 2011 6:27 am
Forum: General
Topic: After SQL statement in Oracle Connector stage
Replies: 6
Views: 2115

That would be a question for your official support provider, unless someone here actually knows. I'd be curious, though... what are you planning on doing 'after sql' that brings up this concern? I ask just to see if perhaps you should be taking another path...
by chulett
Tue Sep 20, 2011 8:08 pm
Forum: General
Topic: How to reset sequencer if it gets aborted
Replies: 8
Views: 2983

That's true... and Ray noted the solution.
by chulett
Tue Sep 20, 2011 8:06 pm
Forum: Site/Forum
Topic: Private Message not working properly
Replies: 5
Views: 4578

And yet I still got the message...
by chulett
Tue Sep 20, 2011 6:03 pm
Forum: Site/Forum
Topic: Private Message not working properly
Replies: 5
Views: 4578

No real answer that I know of, there are various issues seen posting here all the time. I'd just say check your "Outbox", if it is there it actually was sent... it will be there until read at which point it moves to your "Sentbox". If there's nothing there, just try again. When I...
by chulett
Tue Sep 20, 2011 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition reads were not enabled
Replies: 5
Views: 2773

Your source table must be partitioned in order to enable that, is it?
by chulett
Tue Sep 20, 2011 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current TimeStamp as parameter
Replies: 4
Views: 1994

To use the "timestamp when the job started" in the job itself, use the DSJobStartTimestamp macro rather than a job parameter.
by chulett
Tue Sep 20, 2011 7:22 am
Forum: DSXchange Testimonials
Topic: I think it has been a little too long...
Replies: 2
Views: 8687

So true! Everyone can contribute and many people do, it's not just about us knuckleheads who are here the most. I'm still learning from things people post, especially Ernie whom we all defer to for those lovely XML / ISD brain twisters. :wink:
by chulett
Tue Sep 20, 2011 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Iway Enterprise executes twice
Replies: 8
Views: 2687

Hopefully you created a new single-node config file rather than changing the default one... or at least did something to ensure you have two when you are done. If you'd like us to look at the new config, feel free to post it here. If things are still running on two nodes, then either the new config ...
by chulett
Tue Sep 20, 2011 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transpose Row to column from two files
Replies: 10
Views: 2495

All of the functions are documented.

Yes, there is a substring function and there is also square brackets "[]" which is the substring operator.
by chulett
Tue Sep 20, 2011 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partitioning
Replies: 10
Views: 4037

Do you not have an official support provider you can ask? As a user I'm not in a position to know exactly how things work under the covers. I could guess but I'd rather not. Why not ping support and then post back here whatever you find?
by chulett
Tue Sep 20, 2011 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CSV
Replies: 9
Views: 2291

You'll need to set all except the first field's "Missing" property to "Replace" so that it doesn't error and replaces each missing column with a null.
by chulett
Tue Sep 20, 2011 6:52 am
Forum: General
Topic: 8.5 version server and client installation
Replies: 3
Views: 1403

You'll also find the same information ships with the product.
by chulett
Tue Sep 20, 2011 6:49 am
Forum: DSXchange Testimonials
Topic: I think it has been a little too long...
Replies: 2
Views: 8687

Thanks! :D
by chulett
Mon Sep 19, 2011 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data format conversion
Replies: 6
Views: 2240

Make sure you understand how StringToDate works. A date is a date, so you need to describe what format the incoming string is in, not what you think the date needs to look like.