Search found 15603 matches

by ArndW
Tue Aug 03, 2010 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join (returning defaults)
Replies: 15
Views: 6337

The modify stage should do this. What happens when you change the nullability from not-nullable to nullable in the output link in a modfy stage?
by ArndW
Tue Aug 03, 2010 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to trim the data -loading into db2 bulk load stage
Replies: 11
Views: 5076

Even if the source data in the API were trimmed without trailing blanks, they would be re-inserted by the database, since a Char(15) column must contains 15 characters.
Is there is a difference in database content between the two methods?
by ArndW
Tue Aug 03, 2010 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to trim the data -loading into db2 bulk load stage
Replies: 11
Views: 5076

Could you please give an example of what is not working? As noted before, a CHAR() column cannot be trimmed of excess spaces, so I am unclear as to what the problem is that you are experiencing.
by ArndW
Tue Aug 03, 2010 3:00 am
Forum: General
Topic: Too much space in DB XMETA db2
Replies: 20
Views: 11246

Re: Just a thought...

Once all of settings suggested by ArndW and JRodriguez have been implemented, wouldn't recompiling clear the logs? That is what happens when I recompile my Server stuff. Just wondering... Recompiling doesn't clear the logs, unfortunately. The DBA should also reorganize the schema after the log entr...
by ArndW
Tue Aug 03, 2010 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue regarding DB2 bulk stage
Replies: 3
Views: 1238

Are you at the same site and with the same problem as recently opened in this thread? If yes, this thread should continue there as it has already been responded to.
by ArndW
Tue Aug 03, 2010 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector behavior on connection parameter
Replies: 7
Views: 3341

The site that I'm currently at is a windows 8.1 installation and we same the same error - we don't know what causes it (one guess is when a job is "saved as", but even then the error seems to be sporadic). While we have support for DS getting a valid support case opened here is difficult d...
by ArndW
Tue Aug 03, 2010 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing V7.5 DSX
Replies: 5
Views: 1038

If you cannot login using the clients, can you access the system administration via the browser interface?
by ArndW
Tue Aug 03, 2010 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise stage
Replies: 5
Views: 6003

I consider "trim" to be ETL functionality that belongs in an active stage rather than a passive database stage (by the way, how does one trim in the ODBC stage?). Thus I would recommend using the newer stage but doing any TRIMming of data elsewhere in the job.
by ArndW
Tue Aug 03, 2010 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle turning a space into a null
Replies: 14
Views: 3265

In your job parameters select the "Add Environment Variables", select the $APT_ORACLE_PRESERVE_BLANK and then, at runtime, change the value.
by ArndW
Tue Aug 03, 2010 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage
Replies: 2
Views: 796

I haven't experimented, but the limit is probably on the GUI side and might be 255. Even if the limit is reached, one could use multiple join stages to increase the number of joined links. Perhaps you could try it in a job and tell us if 255 links are possible?
by ArndW
Tue Aug 03, 2010 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to trim the data -loading into db2 bulk load stage
Replies: 11
Views: 5076

You cannot trim a CHAR column. A Char(3) column always contains 3 characters, a TRIM(' ':' ':' ') put into a Char(3) column remains as 3 spaces.

What is the exact problem?
by ArndW
Mon Aug 02, 2010 12:28 pm
Forum: General
Topic: Too much space in DB XMETA db2
Replies: 20
Views: 11246

I didn't know that existed - thanks! But the OP still needs to redirect logging back to XMETA before executing the command.
by ArndW
Mon Aug 02, 2010 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracler stages not working after upgrade to 8.1
Replies: 9
Views: 4289

Is Oracle on the same machine? If not, since you also upgraded the OS, can you still do a tnsping to the Oracle instance? Can you connect to Oracle from the command line? Perhaps there are still 32-bit drivers installed. Could your paths, after sourcing the dsenv file, still be pointing to 32-bit dr...
by ArndW
Mon Aug 02, 2010 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The call to the sqlldr failed;return code=256
Replies: 5
Views: 3201

Either the code 256 means something special or we are stuck here, that is like me asking for your help in getting my car started and telling you "There is a red light on" but not supplying further information. The Oracle log files created during a load are not only persistent but usually c...
by ArndW
Mon Aug 02, 2010 10:05 am
Forum: General
Topic: Too much space in DB XMETA db2
Replies: 20
Views: 11246

Just changing the two settings in the DSParams won't clear the XMETA space. I am not savvy enough with the XMETA tables to start clearing them, but perhaps you might be able to switch the logging back to XMETA, (re)set project level autopurge and run all your jobs or manually clear the logs from the...