Search found 42189 matches

by chulett
Sat Dec 19, 2009 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file count
Replies: 6
Views: 1185

However, much like you can launch a sqlplus session and run a query from the command line, you can so something similar with 'dssh' as long as your hashed file is account-based.
by chulett
Sat Dec 19, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading US7ASCII character set from an Oracle RDB7
Replies: 3
Views: 2646

I would work with my DBA, if I were you, ask their help in getting things setup properly for sqlplus.

Your biggest issue, IMHO, is the fact that you think you have Arabic data in your US7ASCII-based Oracle database. As noted, it cannot. :?
by chulett
Sat Dec 19, 2009 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: log.bad file in scratch disk not looks like actual text file
Replies: 4
Views: 1033

Have you tried simply using them in your reject processing rather worrying about what you think you see in them? Any issues? What does the log file say is the reason they were rejected?
by chulett
Sat Dec 19, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: log.bad file in scratch disk not looks like actual text file
Replies: 4
Views: 1033

That depends entirely on how you are viewing the file. I use putty for my UNIX sessions and it allows me to select / switch charactersets on the fly.
by chulett
Sat Dec 19, 2009 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between compile and force compile.
Replies: 2
Views: 6276

I searched as well. Here's one of several:

viewtopic.php?t=120271
by chulett
Fri Dec 18, 2009 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job monitor
Replies: 8
Views: 4180

For Windows I would assume it's a service so you'd need to verify that it is running. For UNIX, a process started via the PXEngine/java/jobmoninit script.
by chulett
Fri Dec 18, 2009 3:42 pm
Forum: IBM QualityStage
Topic: unable to job monitor
Replies: 4
Views: 1513

I also asked you to post it in the proper forum when you did so... and you did not. Why is that so hard? :?
by chulett
Fri Dec 18, 2009 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can i generate specific values in row generator stage.
Replies: 4
Views: 2625

Yes, you can tell it to 'cycle' through a list of values from what I recall.
by chulett
Fri Dec 18, 2009 2:23 pm
Forum: IBM QualityStage
Topic: failed to initialize job monitoring
Replies: 4
Views: 1658

chulett wrote:Suggest you repost this in the proper (Enterprise) forum and... finish your sentence.
So... in case that was unclear: Post this again in the Enterprise Edition forum, this one is dedicated to QualityStage issues. That and post a complete description of your issue when you do so.
by chulett
Fri Dec 18, 2009 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting records from a hashed file
Replies: 4
Views: 1723

All columns defined in the stage must be bound into the sql, hence the methodology that I suggested.
by chulett
Fri Dec 18, 2009 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot connect to source database: DSN
Replies: 7
Views: 2868

Hmmm... ok. Then please mark the post as Resolved using the button at the top of the page!
by chulett
Fri Dec 18, 2009 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting records from a hashed file
Replies: 4
Views: 1723

Why does your job have any kind of "out link" on the UV stage? All you'd really need is something to feed the UV stage - typically a Transformer that's playing the role of Row Generator - and the UV stage with a single input link. Me, I would pass a single row in with a single field having...
by chulett
Fri Dec 18, 2009 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning in Lookup Stage
Replies: 6
Views: 1801

That's definitely the kind of thing I would report to my official support provider... something like that should never be "undefined".
by chulett
Fri Dec 18, 2009 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reducing Joblogsize after Purge?
Replies: 9
Views: 3056

Check out the RESIZE command. Not sure the purge affects the OVER.30 and DATA.30 goes down in Page Size increments but resize should get both, I do believe.
by chulett
Fri Dec 18, 2009 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning in Lookup Stage
Replies: 6
Views: 1801

What does it say when you hover over the warning symbol?