Search found 53125 matches

by ray.wurlod
Thu Feb 25, 2010 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Problem
Replies: 5
Views: 2821

Basically your projects are incompatible. Does this message cause jobs to abort, or is it just a warning? There are two workarounds and one solution. Workaround 1 is to use a message handler to suppress the warning or convert it to informational. Workaround 2 is to edit the export file before import...
by ray.wurlod
Thu Feb 25, 2010 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: viewlog
Replies: 4
Views: 1140

Does the dsjob -logsum command work correctly?
by ray.wurlod
Thu Feb 25, 2010 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Problem on both 8.0 and 8.1
Replies: 3
Views: 978

What about the partitioners in the score (the tokens like <>, =>, etc.)?
by ray.wurlod
Thu Feb 25, 2010 3:46 pm
Forum: General
Topic: Routine to get file size
Replies: 2
Views: 995

Windows Explorer
by ray.wurlod
Thu Feb 25, 2010 3:45 pm
Forum: General
Topic: Resurrect Log File
Replies: 2
Views: 1051

Never heard of it.

Can you provide more context?
by ray.wurlod
Thu Feb 25, 2010 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Apend dot after each character in string
Replies: 12
Views: 3461

I tested the more recent one that I posted and it works. For arbitrary string lengths. On what basis do you assert otherwise?
by ray.wurlod
Thu Feb 25, 2010 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Problem on both 8.0 and 8.1
Replies: 3
Views: 978

Re: Partitioning Problem on both 8.0 and 8.1

Do the scores yield any useful information, particularly about partitioners?
by ray.wurlod
Thu Feb 25, 2010 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 21
Views: 16291

I was responding to datisaq and still am. Check out the permissions on objects in the project directory. The best place to set umask is in the dsenv script. Since you are certified in (what, exactly? there is no Information Server 8.1 certification as far as I am aware) you should have been aware of...
by ray.wurlod
Thu Feb 25, 2010 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove string from string
Replies: 10
Views: 2557

The "Left:Right" solution involves concatenating everything to the left of the removestring with everything to the right of the removestring. It's most clearly represented as a set of stage variables. svLeft Left(InLink.TheString, Index(InLink.TheString, InLink.RemoveString, 1)) svRight Ri...
by ray.wurlod
Thu Feb 25, 2010 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Idea to resolve database table lock after job abort?
Replies: 5
Views: 1649

Transaction size = 1.
by ray.wurlod
Thu Feb 25, 2010 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not all Records making the table despite rec count saying so
Replies: 3
Views: 1327

The count in DataStage is how many records were sent. Your transaction size is a whole multiple of the array size, which is the right thing to do. End of data always generates a COMMIT (well, it's supposed to anyway). Might be one for official support. I wonder could it be an issue with client and s...
by ray.wurlod
Thu Feb 25, 2010 12:57 am
Forum: General
Topic: Migrating XMETA to a database with new name/SID
Replies: 13
Views: 6147

There's no best practice on this. XMETA is merely the default name for the database instance. As noted, that name is still required for the tablespace and the owning user.
by ray.wurlod
Wed Feb 24, 2010 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update RT_CONFIG?
Replies: 10
Views: 2580

You can not update @RECORD, because it's a system variable. The only way you can update any field using SQL in a UV context (such as DataStage) is to have a properly defined data field in the file dictionary. Of course, that can be created with an INSERT statement with the keyword DICT preceding the...
by ray.wurlod
Wed Feb 24, 2010 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perf Issue when reading .csv file using sequential Stage
Replies: 16
Views: 5587

Once you get version 8, you have a resource estimator tool and a performance analysis too, which make this task far easier.
by ray.wurlod
Wed Feb 24, 2010 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update RT_CONFIG?
Replies: 10
Views: 2580

Just out of curiosity (since it won't be an obstacle), is your production a Protected project?