Search found 53125 matches

by ray.wurlod
Tue Mar 07, 2006 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX configuration Error
Replies: 4
Views: 2079

Welcome aboard. "Unable to determine current working directory" suggests that the rsh user ID does not have a home directory on the other machine. Perhaps you could include a CD in the script, so that the "current directory" environment variable gets set.
by ray.wurlod
Tue Mar 07, 2006 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error job sequence
Replies: 6
Views: 1938

DSR_NLS is not used by the user. It checks aspects of NLS in the DataStage project when particular requests are made from the client.
by ray.wurlod
Tue Mar 07, 2006 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid derivation
Replies: 5
Views: 1359

Right click and choose Validate Derivation. Let the machine do the work!
by ray.wurlod
Tue Mar 07, 2006 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggering a Link
Replies: 15
Views: 3937

You can't trigger that from within the job while rows are being processed. You need to detect, afterwards, that 0 rows were processed, and update the audit table with that information. This may require another small job (to update the audit table) and a routine to detect the link row count.
by ray.wurlod
Tue Mar 07, 2006 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nbr of DS projects
Replies: 11
Views: 4475

Never switched off "View Category" in Director?
by ray.wurlod
Tue Mar 07, 2006 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Listing of Jobs and Categories
Replies: 2
Views: 1035

Not directly. You can query the DS_JOBS table using DataStage SQL, which can be invoked from a shell script or BAT file. For example (assuming you have an environment variable called DSHOME set to the location of the DataStage installation directory): CD $project_dir %DSHOME%\bin\dssh "SELECT N...
by ray.wurlod
Tue Mar 07, 2006 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Project DSS_P is not set up for Datastage use
Replies: 2
Views: 1306

3. enter TCL in the master account ("bin/dssh") (no leading "/" in the pathname)
by ray.wurlod
Tue Mar 07, 2006 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup from delimited sequential file
Replies: 9
Views: 2675

Search the forum to find a fast method for performing the pivot on the comma-delimited field using an intermediate sequential file. Follow this with a Transformer stage to do the lookup. Voila!
by ray.wurlod
Tue Mar 07, 2006 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding sorting data before joining
Replies: 4
Views: 1242

What do you mean by "sequential sort"?
by ray.wurlod
Tue Mar 07, 2006 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pooling file
Replies: 4
Views: 1477

That would create an "always running" job sequence. Don't forget to design in a clean way to notify it to shut down. There are many possibilities.
by ray.wurlod
Tue Mar 07, 2006 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from Datastage Server to Datastage Enterprise
Replies: 4
Views: 2217

If you export with job executables you do not even need to recompile. That said, recompiling isn't a bad idea, if only to check that you have not missed any dependent components. And, of course, don't forget to license server as well as enterprise when installing Enterprise Edition.
by ray.wurlod
Mon Mar 06, 2006 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggering a Link
Replies: 15
Views: 3937

What link, where?
There is insufficient information in your question.
by ray.wurlod
Mon Mar 06, 2006 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum export size for a DSX
Replies: 29
Views: 6524

Get more memory on your client machine!
by ray.wurlod
Mon Mar 06, 2006 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning If I use JobInvocations....
Replies: 15
Views: 4145

The syntax is OK. Where are you executing this command, and what do you believe is the problem with it?
by ray.wurlod
Mon Mar 06, 2006 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Japanese charecters looks like junk when loaded to oracle 9i
Replies: 2
Views: 1119

There are at least 14 different ways that Japanese characters are encoded, including Shift-JIS. You need to find out how the data are encoded, and set the DataStage NLS map to that. You may also need to set environment variables such as NLS_LANG.