Search found 42189 matches

by chulett
Mon Jan 04, 2010 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal number format issue in fixed length file
Replies: 9
Views: 4622

Define the field as a string, then you have full control over its format.
by chulett
Mon Jan 04, 2010 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find for a particular object
Replies: 2
Views: 1198

Several ways. Export the project and search the dsx file. Use the dsx file with something like what Chuck Smith has posted. Search the forums for queries mentioning OLETYPE for examples of how to directly query the repository. And if you've been good about leveraging metadata, you can use the Usage ...
by chulett
Mon Jan 04, 2010 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to start IBM websphere Application Server
Replies: 3
Views: 1153

Search for the patterns posted, Windows will find them for you.
by chulett
Mon Jan 04, 2010 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get rowcount from transfomer
Replies: 3
Views: 2003

Send a link with a single not null field to an Aggregator and tell it to Count them, then send that output to your table.
by chulett
Mon Jan 04, 2010 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

So... no errors or warnings, just no output from the stage? That's typically a mismatch between the XPath Expressions being used and the XML itself. Could you post both, see if we see anything that looks... amiss?
by chulett
Mon Jan 04, 2010 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

Sure, in between the things that *I* have to take care of. However, all we've done is gone around in a huge circle and you're right back where you started - an issue that has nothing whatsoever to do with your choice of compiler or the settings you've chosen. That message means exactly what it says ...
by chulett
Mon Jan 04, 2010 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transform as source
Replies: 1
Views: 1375

Create a stage variable. Doesn't need to be used but it does need to exist. Then use an appropriate constraint like @OUTROWNUM=1 to control the number of rows it generates.
by chulett
Mon Jan 04, 2010 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

You "disconnected" the Designer how? By simply closing it? If so, bad idea. Now you need to find that defunct session and disconnect it.
by chulett
Mon Jan 04, 2010 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

They're all Server jobs from what I recall and I never actually tried running any of them either... and no ability to do that right now.
by chulett
Mon Jan 04, 2010 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable number of parameters when calling a routine
Replies: 2
Views: 1278

You have to pass all parameters. Perhaps you should change the routine to take one delimited string as the parameter and then you could parse out whatever number were sent inside the routine?
by chulett
Mon Jan 04, 2010 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

Good Lord. Delete the new post you just created for no good reason before someone replies to it. :roll:

*Note: I deleted it - Andy*
by chulett
Mon Jan 04, 2010 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

:? No, where did I say that? I said you've posted no details about why you can't compile other than your original post which was not a compiler / configuration problem.
by chulett
Mon Jan 04, 2010 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

You'd need to provide a wee bit more detail than that for anyone to help. I'm assuming you've moved beyond 'cannot get exclusive access' to some other issue now, yes?