Search found 9 matches

by theycallmerog
Fri May 21, 2010 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: padchar changed after fixpack applied
Replies: 4
Views: 2729

To clarify, we did indeed have the padchar set to blank and something changed it back to the default x'00'. That occurred on the same day that FP1 was applied. We did find it and fix it, unfortunately it was several weeks later and we had to spend a fair amount of time fixing data. The search for th...
by theycallmerog
Fri May 21, 2010 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: padchar changed after fixpack applied
Replies: 4
Views: 2729

padchar changed after fixpack applied

We recently applied fixpack1 to DS 8.1 and encountered an unexpected result. All our character columns were padded with blanks up until the day the fix pack was applied then we began to see x'00' as the padchar. I set the APT_STRING_PADCHAR to x'20' and we've been OK since then. I'm trying to find o...
by theycallmerog
Fri May 21, 2010 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Existing issue with Trim function but a weird scenario
Replies: 9
Views: 23956

DS 8.1 replacing spaces with x'00'

If you note the original post, Q2 did address this issue. I could put it in a different thread, but since the subject had already been brought up in this one... I reset the padchar to x'20' where it was prior to the fix pack. I understand that's "how it works". I want to know what changed ...
by theycallmerog
Thu May 20, 2010 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Existing issue with Trim function but a weird scenario
Replies: 9
Views: 23956

Q2 issue - default padding

We saw DataStage 8.1 replacing spaces with x'00's after applying some patches. We haven't been able to pin down the cause but we know we had blanks before the patch and x'00's immediately afterwards. Has anybody else encountered this? If so, have you determined the root cause?
by theycallmerog
Fri May 15, 2009 9:38 am
Forum: General
Topic: java.lang.ClassNotFoundException in orbtrc files
Replies: 8
Views: 7493

They exist for all projects in the /app/Projects directory.
by theycallmerog
Fri May 15, 2009 9:22 am
Forum: General
Topic: java.lang.ClassNotFoundException in orbtrc files
Replies: 8
Views: 7493

java.lang.ClassNotFoundException in orbtrc files

While cleaning up some filesystems on our DS server, I ran across hundreds of files like orbtrc.15052009.0800.36.txt. Most of them have this exception in them: 08:00:36.381 com.ibm.rmi.pi.InterceptorManager runPreInit:176 P=834104:O=0:CT ORBRas[default] java.lang.ClassNotFoundException: com.ibm.ws.a...
by theycallmerog
Thu Apr 16, 2009 3:27 pm
Forum: General
Topic: Transform Binary Data
Replies: 2
Views: 1627

Transform Binary Data

I need a way to transform a column in a db2 table containing binary data to character values. For example, the source is a payment method and will have a value of 1 for MC, 2 for VISA and 3 means both Visa and MC were used. Are there any bit test functions that work on binary data? It seems like the...
by theycallmerog
Tue Mar 24, 2009 12:26 pm
Forum: General
Topic: Character set question
Replies: 2
Views: 2355

That took care of the warnings. Thanks.
by theycallmerog
Tue Mar 24, 2009 9:42 am
Forum: General
Topic: Character set question
Replies: 2
Views: 2355

Character set question

I'm "learning by doing" and have run into a problem. I'm reading a database using ODBC and copying the results to a text file. I get the following warning: IXDTHD: [IIS-CONN-DAAPI-000393] The length of WCHAR column QAQVST cannot be validated because the database column is CHAR and characte...