Search found 42189 matches

by chulett
Mon Nov 28, 2011 8:41 am
Forum: General
Topic: Some annoying things in 8.1
Replies: 13
Views: 2926

It's not like that is new or broken behaviour, I don't recall ever being able to move folders. :? As noted, you either need to play editing games with an export or pre-create the target directory(s) and drag the entire contents of the original folder over to the new folder. For multiple folders... l...
by chulett
Mon Nov 28, 2011 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with UNICODE-characters from Oracle-database
Replies: 10
Views: 18016

:!: People, please...

Stop the love affair with the Reply with quote option. Sure, quote someone when the need arises to make a point or ensure we all know who / what is being responded to but to quote everything all the time? :?

Use the big orange Reply to topic 'button'.
by chulett
Mon Nov 28, 2011 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer: C Stage PlugIn function "Put" require
Replies: 17
Views: 7720

Did you change anything else when you upgraded, say like your version of Oracle as well? You wouldn't be getting the error you posted if everything in the dsenv file was correct and matched where your Oracle client lives...

For grins, please post your complete unedited error message.
by chulett
Mon Nov 28, 2011 7:51 am
Forum: General
Topic: Need help with shell script which calls Datastage Job
Replies: 2
Views: 1712

If you still have an issue, suggest you post the relevant section of your script.
by chulett
Mon Nov 28, 2011 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer: C Stage PlugIn function "Put" require
Replies: 17
Views: 7720

... then off we go to the Server forum.

Sounds like the install overwrote your dsenv file. Make sure your Oracle environment variables are set back to what they were before the upgrade - ORACLE_HOME and especially your "shared library" variable.
by chulett
Mon Nov 28, 2011 7:38 am
Forum: General
Topic: is it possible without c++comiler istllation of ds 8.5 ?
Replies: 10
Views: 2534

esivaprasad wrote:we require c++ compiler for compile server jobs?
No.
by chulett
Sun Nov 27, 2011 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character set conversion in DataStage job
Replies: 3
Views: 5462

In a Server job?
by chulett
Sat Nov 26, 2011 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGABRT
Replies: 7
Views: 3382

Note that I have no clue and this is just a fishing expedition... can you explain exactly how you are "joining" the XML output with the dataset? Also the why of it - how does that joining produce the second XML output? I guess I'm looking for the reason for the join and wondering if there ...
by chulett
Sat Nov 26, 2011 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to date conversion
Replies: 5
Views: 1700

Good. Now I'm curious, does it also validate that the day name is correct for the date?
by chulett
Sat Nov 26, 2011 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenario needs to be solved
Replies: 6
Views: 2373

Much? Any. Hence the issue.
by chulett
Fri Nov 25, 2011 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenario needs to be solved
Replies: 6
Views: 2373

Paul, thanks for helping out but just want to point out that you seem to be missing the point of our responses. Ray or I could have put together a very similar reply based on our understanding of what was posted. However, in the spirit of "teach a man to fish" we prefer to take a moment to...
by chulett
Fri Nov 25, 2011 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to date conversion
Replies: 5
Views: 1700

Sure... ignore the day name and then use (I believe) %mmm for the month abbreviation. You should probably remove the comma from it as well so the fields just end up space delimited. Check the docs, you may need to "upcase" the string as well for the month to match properly.
by chulett
Fri Nov 25, 2011 9:33 am
Forum: General
Topic: Regarding IIS 8.7 installation on existing IIS 8.5 machine.
Replies: 4
Views: 3148

Thanks for posting that.
by chulett
Fri Nov 25, 2011 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routines and emtpy strings
Replies: 5
Views: 3272

Out of curiousity, Phil, what UNIX and C++ compiler is this?
by chulett
Fri Nov 25, 2011 7:58 am
Forum: General
Topic: is it possible without c++comiler istllation of ds 8.5 ?
Replies: 10
Views: 2534

You only need it to compile certain kinds of parallel jobs, for example ones with a Transformer in them. Also been assuming we're talking about a development environment, you are correct in that one may not be required outside of development depending on what exactly is exported.