Search found 15603 matches

by ArndW
Wed Jul 28, 2010 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 19
Views: 4830

The IsNull() function works in all scenarios. Did you check the nullability in the DESCRIBE of "colname" in both environments? It would seem to be a nullable field and this generating your error message.
by ArndW
Wed Jul 28, 2010 3:24 am
Forum: General
Topic: Is there a way to import only one job from an istool ISX?
Replies: 6
Views: 3387

I learned the answer to this question the hard way last week. It is a serious deficiency in the tool and should be that difficult to implement as the backup file contains all the jobs in discrete files which sould be simple to restore singly. The documentation is also weak in that it doesn't clearly...
by ArndW
Wed Jul 28, 2010 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: did not consume entire input, at offset: 159
Replies: 5
Views: 2555

Change the Data type to NVARCHAR followed by unique. It will work. No, it won't work using those suggestions. NVarChar and VarChar aren't relevant when it comes to sequential file quoting. And what "unique" has to do with this query is beyond me. Perhaps I have missed something and you co...
by ArndW
Wed Jul 28, 2010 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector problem
Replies: 6
Views: 7211

In that case, the reject link is probably not going to help much, and I can't think of a reason for a rollback during a read operation. Can you try to execute the SQL manually from your database tool of choice to see if there might be some problem with the query or the table?
by ArndW
Wed Jul 28, 2010 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: general maintenance to improve performance
Replies: 2
Views: 1744

It could be that your XMETA is filling up an getting slower over time. Ask your DBA to check if general performance can be improved, i.e. through "runstats" on DB2. At version 8.1 the DataStage log files go into XMETA by default. This can be switched back to the original repository storage...
by ArndW
Wed Jul 28, 2010 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector problem
Replies: 6
Views: 7211

That is odd - I wonder why it is trying to execute a "rollback", which would indicate that some error or errors have occurred. Can you add a reject link to a peek stage and see if any rows might be erroring?
by ArndW
Wed Jul 28, 2010 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector problem
Replies: 6
Views: 7211

To which database you connecting and what sort of stage functionality are you using - i.e. just straight generated SQL or your own?
by ArndW
Tue Jul 27, 2010 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need a Help on Remove some data in Hash file
Replies: 20
Views: 5742

Whether UNIX or Windows, the uvsh executable is in the same relative location.
by ArndW
Tue Jul 27, 2010 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 19
Views: 4830

"DDL" Data Definition Language. Do a "DESCRIBE <table>" in both environments and check the nullability in both environments for the column in question.
by ArndW
Tue Jul 27, 2010 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The modify operator has a binding for non-existent output
Replies: 15
Views: 27306

The variable name in my version is $OSH_PRINT_SCHEMAS as well, I just can't type very well.... :)
by ArndW
Tue Jul 27, 2010 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 19
Views: 4830

Most likely the DDL are not the same with respect to nullability between the two environments.
by ArndW
Tue Jul 27, 2010 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 19
Views: 4830

You may not be able to change the default value, but you can change the runtime value. Declare the parameter in your job and at runtime specify "true" rather than the default "false".
by ArndW
Tue Jul 27, 2010 7:44 am
Forum: General
Topic: DataStage
Replies: 14
Views: 3458

The Golem has most certainly acquired new ownership.
by ArndW
Tue Jul 27, 2010 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in reading decimal columns through CFF stage
Replies: 2
Views: 1697

How do the COMP-3 fields relate to the "<column name>" error message?
by ArndW
Tue Jul 27, 2010 7:32 am
Forum: General
Topic: DataStage
Replies: 14
Views: 3458

You win the top prize in the category "Worst subject line" and are in the rankings for "Question most likely to receive silly responses". I hope you didn't mean the question the way it sounds. Imagine logging into the Oracle support forum and asking "What is Oracle". I'...