Search found 42189 matches

by chulett
Thu Jul 28, 2011 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trailer count/record count
Replies: 2
Views: 1274

Code tags preserve whitespace. :wink:
by chulett
Thu Jul 28, 2011 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Long Month Name from Date
Replies: 24
Views: 12124

For Server there are the all powerful "Conv" functions: OConv(OConv(IConv(YourField,"D"),"DMA"),"MCT") DMA will get you the Alpha Month name in CAPS and MCT will then case it as you wanted, just like using the Capitals() transform would. If your date includes ...
by chulett
Thu Jul 28, 2011 10:42 am
Forum: General
Topic: DataStage Designer Menu Bar
Replies: 5
Views: 2372

Silly. The uninstall is not a guaranteed solution but may work. Only regedit is the certain path and it is just a tool, not something to be feared. Good luck, though.
by chulett
Thu Jul 28, 2011 10:28 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: To enable DS to use Bing Search service to search address
Replies: 4
Views: 3882

Have you managed to import the wsdl?
by chulett
Thu Jul 28, 2011 10:21 am
Forum: General
Topic: DataStage Designer Menu Bar
Replies: 5
Views: 2372

What does "working on client machine" mean, that you don't have permission to use regedit? If so, find someone that does and can do it for you, perhaps their help desk personnel. You could try a complete uninstall and reinstall of the client software but using regedit is far quicker and si...
by chulett
Thu Jul 28, 2011 10:02 am
Forum: General
Topic: DataStage Designer Menu Bar
Replies: 5
Views: 2372

Welcome.

That's not all that uncommon and an exact search for "menu bar" should turn up the solution.
by chulett
Thu Jul 28, 2011 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning converting string code
Replies: 3
Views: 1887

Basically, it means there was a character that it could not convert and the hexidecimal value of that character was "C9", hence the "[xC9]" in the message. Hex C9 is Decimal 201 if you want to go look that up in your source/target charactersets.
by chulett
Thu Jul 28, 2011 7:26 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: To enable DS to use Bing Search service to search address
Replies: 4
Views: 3882

Moved to the proper forum, removed cell phone number and request to "setup a call". Discussions happen here, not over the phone. FYI, I deleted the duplicate post made under another name as well.
by chulett
Thu Jul 28, 2011 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate file
Replies: 5
Views: 1770

Why not script this if all this is is a validation step? If the validation fails, don't run the processing job. Between a count of the total records in the file and a check to see how many records start with "H" and "T", you should be able to whip something up. Use a Sequence job...
by chulett
Thu Jul 28, 2011 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failing with Broken Pipe Error
Replies: 3
Views: 4857

You probably need more disk space rather than higher settings, have you tried monitoring that while the job runs?
by chulett
Thu Jul 28, 2011 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Wait on Sparse Lookup
Replies: 3
Views: 1513

Have your DBA check the plan for the query, sounds like there's an index being used in Dev with Prod doing a full table scan.
by chulett
Thu Jul 28, 2011 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differnce between two dates
Replies: 3
Views: 1238

What "some option" did you try and what didn't work about it?
by chulett
Thu Jul 28, 2011 6:44 am
Forum: General
Topic: Error while opening Webconsole Infosphere Information Server
Replies: 5
Views: 6683

"Hi Ray"? :roll:
by chulett
Thu Jul 28, 2011 6:42 am
Forum: General
Topic: How can I monitoring a file all the time.
Replies: 1
Views: 979

I would probably end up scripting this - run the script 'eternally' and when it detects the file, launch the job, make sure all goes well and then go back to monitoring.