Search found 53125 matches

by ray.wurlod
Wed May 09, 2007 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error from DataStage Login to a project
Replies: 2
Views: 1706

It is a licensing issue, but maybe an indirect one. The value is a key to the DS_LICENSE hashed file, which is used to manage licensing. That it could not be written may be operating system permissions on DS_LICENSE (it needs to be writable by all DataStage users), or it could be that your T30FILE t...
by ray.wurlod
Wed May 09, 2007 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 2611 Phantom 16948
Replies: 4
Views: 2009

... or is used in any arithmetic operation or function.
by ray.wurlod
Wed May 09, 2007 7:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenating datasets
Replies: 6
Views: 2361

Just specify Append as the Update Policy property value in the Data Set stage.
by ray.wurlod
Wed May 09, 2007 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 5308

The xxx part of the directory name RT_SCxxx is the job number from DS_JOBS. You must emplace Local.msh into the correct directory for that job.
by ray.wurlod
Wed May 09, 2007 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom Error
Replies: 3
Views: 1276

This error is almost certainly related to permissions, probably to group membership.
by ray.wurlod
Wed May 09, 2007 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleanup resources problem
Replies: 10
Views: 1785

This is stating the bleeding obvious, but are there any processes? That is, are there any connected clients?
by ray.wurlod
Wed May 09, 2007 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Output question
Replies: 2
Views: 969

The wraparound in the column is caused by the default display width in the file dictionary. The inserted character to trigger the wraparound is not @FM, so Nick's suggestion won't work. What you need to do is to override the dictionary specification with a field qualifier - in this case FMT to overr...
by ray.wurlod
Wed May 09, 2007 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with null values
Replies: 4
Views: 1294

First, a sequential file has no data types, it contains only text. So it can only contain a "representation" of NULL, not a true NULL. Second, a key - by definition - can not be null. Therefore, you may need to re-think your design. If these columns have documented null representations, then the Seq...
by ray.wurlod
Wed May 09, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Routine for Job Sequence
Replies: 12
Views: 3452

One way you can do this is with a simple parent job sequence that executes your job sequence then reports its status.

Another way is via a Routine activity that captures the "interim status" of the job sequence. Read the help on DSGetJobInfo(), particularly the DSJ.JOBINTERIMSTATUS key.
by ray.wurlod
Wed May 09, 2007 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: field function
Replies: 8
Views: 2517

So there appears to be a need for a PEPC (predict every possible contingency) stage?
by ray.wurlod
Wed May 09, 2007 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prblems with polish character
Replies: 8
Views: 3367

DataStage with NLS enabled only uses its own, idiosyncratic encoding of Unicode internally, and therefore every interface to the "outside world" must have an appropriate character map. Typically the UNIX maps and the Windows map (for connection to the clients) will have different names for the same ...
by ray.wurlod
Wed May 09, 2007 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rollback
Replies: 11
Views: 3106

Where - exectly - are you setting the rows per transaction property value?
by ray.wurlod
Wed May 09, 2007 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join multiple DB2 tables
Replies: 7
Views: 1568

U isn't performing the query. bpaje is.
:roll:
by ray.wurlod
Wed May 09, 2007 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 6157

Yes it does, but does not provide instant gratification. The dsdlockd process by default only wakes every 15 minutes, and it can take two or three cycles to clean up after a defunct process - the first cycle detects the potential for a lock problem, the second cycle checks that the problem is still ...
by ray.wurlod
Wed May 09, 2007 4:28 pm
Forum: General
Topic: project description
Replies: 3
Views: 1657

There are thousands of pages in the manuals that describe the stages. You want all that summarized in a post on a forum? It's not going to happen. Enrol on an entry-level training class (four days), which will provide you with a starting skill set and more confidence to answer questions. Etiquette N...