Search found 42189 matches

by chulett
Fri Jun 18, 2010 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MD5 CheckSum key generator
Replies: 8
Views: 12779

There's nothing about any "checksum" that is meant to be used to generate unique / surrogate keys, so you are completely off track there. What's wrong with a normal incrementing surrogate? :?
by chulett
Fri Jun 18, 2010 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Promoting Datastage Code from one env to another
Replies: 3
Views: 1302

Space or permissions, I would guess. Does your importing user have the permissions it would need to create files in your project?
by chulett
Fri Jun 18, 2010 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sort data from sequential file?
Replies: 12
Views: 4110

Better? :wink:
by chulett
Fri Jun 18, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with the Unicode warning
Replies: 7
Views: 2310

OK, it is "as below" now that I did a quickie wrapper job on your ascii art. :wink: :!: People, use code tags and make liberal use of the 'preview' option to make sure everything stays lined up. The forum software removes all whitespace from anything other than 'code', your works of art wo...
by chulett
Fri Jun 18, 2010 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with the Unicode warning
Replies: 7
Views: 2310

Not really sure what that would mean. How about some details? You haven't mentioned your source or targets, job design, anything... seems like that might help. :?
by chulett
Fri Jun 18, 2010 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special Character Issue in XML Output Stage
Replies: 7
Views: 3063

Right, take XML out of the picture for the moment. What is the characterset of your source and target? Do you have NLS installed?

ps. Moved to the proper forum.
by chulett
Fri Jun 18, 2010 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

Detail for us exactly what it was that you tried. :?
by chulett
Fri Jun 18, 2010 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot find record JOBPARAMINSTS in executable job file RT_C
Replies: 3
Views: 1492

An exact search here rather than in the Help for "Cannot find record JOBPARAMINSTS" would show that you're not the first person to see this error.
by chulett
Fri Jun 18, 2010 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 64 bit File Size Limit
Replies: 5
Views: 1769

In other words, way bigger than you need to worry about, I'd wager. :wink:
by chulett
Fri Jun 18, 2010 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to DB2
Replies: 6
Views: 4965

Ah... having a 64bit O/S doesn't guarantee that your application is also 64bit so Tony could very well be right. You'd need to verify the "bit-ness" of your DataStage version.
by chulett
Fri Jun 18, 2010 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sort data from sequential file?
Replies: 12
Views: 4110

Trick interview "question".
by chulett
Thu Jun 17, 2010 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More info on "PreviousRowCompare"
Replies: 2
Views: 1225

Typically by double-clicking on it in the Manager. What kind of "more info" are you looking for?
by chulett
Thu Jun 17, 2010 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to DB2
Replies: 6
Views: 4965

So... new server? First attempts to connect to DB2 from it?
by chulett
Thu Jun 17, 2010 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

g_rkrish wrote:Sorry I think i am kinda confused you guyz
Way more than 'kinda', that first explanation was indecipherable.
by chulett
Thu Jun 17, 2010 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

XML stages are typically end points in a process, with the possible exception of an immediately following Sequence File stage to write the output to disk. I have no clue what kind of 'lookup' you would be doing or what kind of 'transformations' would be happening after the XML stage, can you clarify...