Search found 42189 matches

by chulett
Wed Mar 17, 2010 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Creation Bogging Down Server
Replies: 13
Views: 3733

:lol: It would have helped head off that first "wtf?" reaction from me, yes.
by chulett
Wed Mar 17, 2010 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: adding header and footer to every group
Replies: 5
Views: 2116

While you may be able to do something like that in the source sql, at least for the primary group, me I would stick with handling all that "in job".
by chulett
Wed Mar 17, 2010 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Creation Bogging Down Server
Replies: 13
Views: 3733

Hashed files are overrated anyway, right? Overrated? Are you kidding? They are the heart and soul of server jobs, something you will (and should be) leveraging to the hilt in whatever Server based solutions you build. Learn them. Love them. :wink: My issue was an aberration. Yours... disk, I assume...
by chulett
Wed Mar 17, 2010 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Creation Bogging Down Server
Replies: 13
Views: 3733

I've seen something like this. At my last client's site, one particular job that populated a rather large hashed file would bring the server to its knees when it ran, right down to that same painful 15 second pwd. This wasn't a generic issue but was (thankfully) isolated to this one particular job. ...
by chulett
Wed Mar 17, 2010 8:40 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Filter or remove Schemas from Information Analyzer
Replies: 1
Views: 2093

I'm sorry, I can't help at all with this issue but there was a bit of an eye-popping comment in there, so I just had to post...

:shock:

69 thousand schemas? Holy.... never seen anything even remotely close to that in my life.
by chulett
Wed Mar 17, 2010 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid character encountered in table XXXX
Replies: 3
Views: 3707

Ah... you'll also get something like this when a job parameter is used there and it is not properly specified so doesn't get resolved. Oracle doesn't like the left over hash/pound signs then. :wink:

Please mark your post as Resolved using the button at the top of the page.
by chulett
Wed Mar 17, 2010 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read oracle data
Replies: 19
Views: 6241

What exact flavor/version of Oracle is this? What client version are you using to connect to it?
by chulett
Wed Mar 17, 2010 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: truncate the leading zeros
Replies: 3
Views: 2172

Stop using 'View Data' as a validation of exactly what the data looks like in the target.
by chulett
Wed Mar 17, 2010 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Segmentation violation using dsjob on Win 2003 (DS 8.1)
Replies: 2
Views: 1120

Probably, but without details that's about the best answer you'll get. So... one particular job? All jobs? Jobs that otherwise run fine from the GUI? Details, man.
by chulett
Wed Mar 17, 2010 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading Oracle MD5 hash values into transformer stage
Replies: 4
Views: 3277

And to clarify, how many rows are we discussing here? You are extracting many and you get one error in the bunch? All of the rows throw this error? You are only working with this one troublesome record at the moment? Something else?
by chulett
Wed Mar 17, 2010 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: adding header and footer to every group
Replies: 5
Views: 2116

Exactly how I have done this in the past. And what I would have posted. :wink:
by chulett
Wed Mar 17, 2010 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle configuration in DS for Windows
Replies: 9
Views: 4358

Which stage are you planning on using? OCI or ODBC? They have different configuration requirements. And there's no dsenv file on a DataStage Windows server, so don't go looking for that either. :wink:
by chulett
Tue Mar 16, 2010 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mutliple xml files
Replies: 3
Views: 1133

Same answer as you got in your other post. And if you want multiple files you have to let the XML Output stage do the writing, not a downstream Sequential File stage.
by chulett
Tue Mar 16, 2010 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Look up Stage
Replies: 5
Views: 3547

Which part is unclear? Have you done an exact search for "Ignoring duplicate entry"?
by chulett
Tue Mar 16, 2010 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Varchar by Modify Stage
Replies: 2
Views: 1449

I believe you'll find that StringToDecimal() is valid in a Transformer while the Modify stage uses something like decimal_from_string() but not positive.