Search found 55 matches

by coface
Tue May 31, 2011 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle NLS_NUMERIC_CHARACTERS setting in Datastage 8.5
Replies: 5
Views: 5320

Oracle NLS_NUMERIC_CHARACTERS setting in Datastage 8.5

I have a Datastage 8.5 Server that needs to communicate with an Oracle database. If I want to retrieve a decimal value in a query, Datastage set a dot or a comma behind it. the equivalent setting in the Database is NLS_NUMERIC_CHARACTERS=,. that i can set in the enviroment settings. The orchdbutil n...
by coface
Tue Feb 15, 2011 5:18 am
Forum: General
Topic: Migration DataStage 7.5.2 to InfoSphere 8.5
Replies: 4
Views: 4986

Many thanks for your answer...

Does that mean that the client-software hasn't changed that much?
And is the client-software part of the InfoSphere Information-Server?

Rgds
by coface
Tue Feb 15, 2011 1:47 am
Forum: General
Topic: Migration DataStage 7.5.2 to InfoSphere 8.5
Replies: 4
Views: 4986

Migration DataStage 7.5.2 to InfoSphere 8.5

Hello, since a couple years we are using DataStage 7.5.2 and 7.5.3. The components we are using are: - DataStage Administrator - DataStage Director - DataStage Designer, Manager - DataStage VersionControl Now it's planned to migrate to IBM InfoSphere 8.5. Currently I'm going through the IBM document...
by coface
Thu Apr 02, 2009 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 18765 Memory fault(coredump),code 139
Replies: 2
Views: 3853

Re: 18765 Memory fault(coredump),code 139

Try to analyse your SQL statement carefully. We encountered this problem several times, yet. In our case, it always was related to the statement itself: 1st time: SELECT NULL, something, something_else FROM (...) --> You cannot select NULL in the select-clause of a sql-statement within DataStage, al...
by coface
Mon Feb 23, 2009 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not writing to column: NVL
Replies: 6
Views: 2641

Sainath.Srinivasan wrote:Have you ticked on/off the nullable property in source?
Yes, both on the source and the target. I will simply igore the warning. Thanks all of you
by coface
Mon Feb 23, 2009 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not writing to column: NVL
Replies: 6
Views: 2641

What if you provide an alias name in source. like SELECT value1, value2, value3, NVL(TRIM(CODE),'UNKNOW') CODE, value4 FROM mytable :D Oh tanks ist's working but why? I dont understand. Now i have the folowing warning: mytable: When checking operator: When binding output interface field "CODE&...
by coface
Mon Feb 23, 2009 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not writing to column: NVL
Replies: 6
Views: 2641

Is CODE not nullable both on the input and on the output of the Modify stage?
Yes
What is the data type of CODE ?
VARCAHR2
by coface
Mon Feb 23, 2009 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not writing to column: NVL
Replies: 6
Views: 2641

Not writing to column: NVL

Hello, I implement a dataStage job to Extract from a Oracle Database. Source is mytable and goal goaltable The following SQL statement is not working can somebody tell me why: SELECT value1, value2, value3, NVL(TRIM(CODE),'UNKNOW'), value4 FROM mytable Error: goaltable: Not writing to column CODE, a...
by coface
Mon Dec 29, 2008 8:12 am
Forum: General
Topic: Starting Director raises 'Run-time error 13' exception
Replies: 7
Views: 3260

Already resolved a while ago...
Error was due to a wrong version of a windows library (dll)
by coface
Mon Dec 29, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 5615

I know some people who wouldn't consider any release of Oracle particularly stable. :wink: Seems to me you are squarely in the hands of IBM and Oracle for this resolution. Let us know what you find out! I'm really curious what the culprit here is going to turn out to be. IBM solved that issue with ...
by coface
Mon Dec 29, 2008 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 5615

I know some people who wouldn't consider any release of Oracle particularly stable. :wink: Seems to me you are squarely in the hands of IBM and Oracle for this resolution. Let us know what you find out! I'm really curious what the culprit here is going to turn out to be. IBM solved that issue with ...
by coface
Thu Oct 16, 2008 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 5615

I know some people who wouldn't consider any release of Oracle particularly stable. :wink: Seems to me you are squarely in the hands of IBM and Oracle for this resolution. Let us know what you find out! I'm really curious what the culprit here is going to turn out to be. OK, I will let you know whe...
by coface
Wed Oct 15, 2008 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 5615

We had to do the same thing, just shows an installer problem specific to Itanium servers. And you may want to consider upgrading to the latest Oracle release - it typically is pretty painless when it's a minor version like that and they've released it for a reason, typically to correct problems in ...
by coface
Wed Oct 15, 2008 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided update statement did not prepare correctl
Replies: 12
Views: 5615

Don't be - there are all kinds of goofy problems you can lay square at the feet of particular Oracle versions that have nothing to do with DataStage. It may be as simple as using a different / more stable version of the client on your DataStage server. What exact 10g version of the client? Is there...