Search found 15603 matches

by ArndW
Tue Jan 19, 2010 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSTAGE-TODC-00053 not found
Replies: 3
Views: 1711

The third log entry ("Environment Variable Settings: (...)")in your director for a job run will contain a list of the environment settings for a given run. Can you see DSHOME and APT_RESPATH?
by ArndW
Tue Jan 19, 2010 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs shown in Director but not shown in designer
Replies: 9
Views: 4340

I wonder if when you executed the "DS.REINDEX ALL" command that you may have had DataStage users logged in and thus invalidated certain indices, which might be causing your problem. Can you ensure that nobody else is using DS and re-execute that command?
by ArndW
Tue Jan 19, 2010 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to remove non printable characters
Replies: 10
Views: 8466

... Please it is very urgent. is a guaranteed method of getting a slower response at DSXChange; it is a volunteer site and most of us are being paid for doing "urgent" work. I think your problem is sufficiently different as to make a new thread necessary, as it would seem to involve TeraD...
by ArndW
Mon Jan 18, 2010 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

The file is also a text file called "uvconfig" in UNIX. You posted the comments from the file, but not the actual assignation statement in your post.
by ArndW
Mon Jan 18, 2010 7:17 am
Forum: General
Topic: How to create 64-bit hash file?
Replies: 1
Views: 1122

I am really surprised that you had no success, since this topic has often been raised and answered in threads over the years. I went into search and used "64 bit hashed files" and of the 16 threads found I suggest you look into this one to find what you want. If you need to create the file...
by ArndW
Mon Jan 18, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage freezing when opening Sequential File Stage
Replies: 11
Views: 4423

This might be a good time to restart the DataStage service completely or even to re-boot the DataStage server machine. This would, among other things, get rid of any locks that might still be around and could be part of your problem.
by ArndW
Mon Jan 18, 2010 4:55 am
Forum: General
Topic: Key management
Replies: 2
Views: 1060

It sounds like you are only using one sequence name for both, you would need to have 2 separate ones, one for cust_id and one for merchant_id.
by ArndW
Mon Jan 18, 2010 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

Check the text file $DSHOME/uvconfig for the file setting and, as a cross-check for the actual value used in the running version of DS enter "$DSHOME/bin/smat -a | grep UVTEMP". These two should be the same.
by ArndW
Mon Jan 18, 2010 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading Chinese data
Replies: 5
Views: 1820

Specifically for Oracle you should ensure that NLS_LANG is set to the correct character set.
by ArndW
Sun Jan 17, 2010 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading Chinese data
Replies: 5
Views: 1820

You don't really need to do much, if anything, in DataStage. Tell DS that the source file is UTF-8 and ensure that your environment Oracle variables are correctly entered and the data will load correctly (the "view data" won't show correctly, but that is a known restriction in DataStage)
by ArndW
Sun Jan 17, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Format to read MicroSecond from Oracle RDB
Replies: 15
Views: 14309

The first thing you need to do is to get some solution for just one job that works. Once that is done you can figure out a way to generalize that solution for the whole project - this might involve doing a project export into a .dsx file and a global replace or perhaps even more involved manipulatio...
by ArndW
Sun Jan 17, 2010 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: back dated Dimension table load
Replies: 2
Views: 1115

There are two basic approaches to this - either add a trigger and call a stored procedure which uses SQL to update the previous and next records in the table, or to write the same logic in DataStage. If you choose DataStage to do this you once again have a couple of possible ways to do this. One met...
by ArndW
Sun Jan 17, 2010 3:03 am
Forum: General
Topic: Scheduling is not functioning using Datastsage Director
Replies: 6
Views: 1878

Can you check the crontab contents with "crontab -l" when logged into UNIX as the same userid and post that information?
by ArndW
Sun Jan 17, 2010 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Format to read MicroSecond from Oracle RDB
Replies: 15
Views: 14309

Did you also mark the column as using "extended", if not then the microseconds would get truncated even if the format correctly parsed the timestamp.
by ArndW
Fri Jan 15, 2010 4:43 am
Forum: General
Topic: Problem useing multiple value in parameter with where clause
Replies: 26
Views: 6324

Can you echo the parameter value in the job (i.e. to a PEEK stage) to see if the backslash characters are still in the string and that the single quotes have not been stripped?