Search found 42189 matches

by chulett
Mon Aug 03, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hex to decimal and Ascii conversion in Server jobs
Replies: 10
Views: 4100

Why do you say you need to convert them to "decimal and ascii" and state that would mean "three fields" if you did it at the source? What would be in this "ascii" field? :?
by chulett
Mon Aug 03, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset concatenation
Replies: 9
Views: 2418

No, all you are doing is concatenating the control files together which gets you nothing usable. As noted, you'll need to read all four and write them to a new dataset that contains all of their contents. Unless there is an option in the admin GUI to do this? Don't recall one. :?
by chulett
Mon Aug 03, 2009 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List all the parameters for the given stage
Replies: 2
Views: 1466

Don't recall what all is output but there is a "dsjob -stageinfo" option from what I recall. Perhaps that will help.
by chulett
Mon Aug 03, 2009 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command to reset Aborted job
Replies: 5
Views: 2194

From the command line, you need to continue to do what you are doing - a conditional check. From 'inside' DataStage you can use DSPrepareJob() to do the 'Reset if required' step, the run part is always a separate step.
by chulett
Sun Aug 02, 2009 9:47 pm
Forum: IBM QualityStage
Topic: Limit of Stage Variables in version 8
Replies: 20
Views: 9612

I had a doubt because version 7.5 had the limitation of 20 stage variables. Never, ever heard such a thing and stage variables came into the product well before 7.5. And sorry, can't really help with the "circular strain" question as I have no idea what that means. Never mind the fact tha...
by chulett
Sun Aug 02, 2009 9:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

There have been times when I've built a reference lookup without keys, but it is rare and it can't be done against a hashed file. And it only really makes sense when you either need to return a static value (and then you'd be way better off pulling that into a hashed file with a hard-coded key) or f...
by chulett
Sun Aug 02, 2009 9:07 am
Forum: General
Topic: Abnormal termination of stage JOB_AGREGACIONES_PRORRATEO..TR
Replies: 1
Views: 888

Sorry, but you've posted this in the wrong forum, this one is for discussing subjects that may become a FAQ. Please repost your question in the appropriate forum, there's one for Server job questions and another specifically for PX jobs. And there you'll be able to specify what operating system your...
by chulett
Sun Aug 02, 2009 9:03 am
Forum: General
Topic: Calling a SQLSERVER 2005 stored proc from v7.5.2 in Unix
Replies: 4
Views: 1694

That would be the ODBC stage but it's not going to help with the desire to use it in a 'transformer' fashion. Source or target, sure but not to process record data through the sproc.
by chulett
Sun Aug 02, 2009 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to take the output of command activity stage
Replies: 4
Views: 3764

Yes, Return Value is for "success or failure". And like you, the OP had their's work fine as well when they switched to using Command Output, which is basically whatever the command echos to "the screen".
by chulett
Sat Aug 01, 2009 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project '<project_name>' - -1002
Replies: 12
Views: 5497

Bascially, it does refer to the Server engine and that means the DSEngine directory. It would need to be installed on every physical server you want to run any job with the BASIC Transformer in it.
by chulett
Sat Aug 01, 2009 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the Current timestamp with fractional milliseconds
Replies: 5
Views: 4122

What flavor of UNIX? From what I recall, not all support milliseconds from the system time.
by chulett
Sat Aug 01, 2009 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing string values into SQL query via parameter
Replies: 14
Views: 10982

Thanks for posting what worked out for you. :D
by chulett
Fri Jul 31, 2009 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project '<project_name>' - -1002
Replies: 12
Views: 5497

The question was actually more for Arnd and/or Ray whenever they come back to the thread, or for whomever wants to chime in on the subject. And now... we wait. :wink:
by chulett
Fri Jul 31, 2009 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project '<project_name>' - -1002
Replies: 12
Views: 5497

In order to run the BASIC Transformer on multiple servers, don't you need the Server engine installed on all of them? :?
by chulett
Fri Jul 31, 2009 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key - wrong generation
Replies: 23
Views: 5153

Hmmm... if your surrogate values are still wrong in the source file (stuck at 2.5M+1) I wouldn't bother to simply restart it. :?