Search found 53125 matches

by ray.wurlod
Wed Jul 12, 2006 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where is the restart point?
Replies: 2
Views: 821

The start point is the first "do not checkpoint run" activity. This setting means that the activity is always run, whether it's a clean start or a restart. Any successfully completed and checkpointed activities are skipped, with events being logged to inform you that they have been skipped. For exam...
by ray.wurlod
Wed Jul 12, 2006 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatstage Manager: Export/Import problem
Replies: 13
Views: 9228

Don't re-install a buggy version. Get a new copy.
by ray.wurlod
Wed Jul 12, 2006 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for Stage variables in one transformer
Replies: 15
Views: 3664

The most stage variables I have used in a Transformer stage is 220. It was successful.
by ray.wurlod
Wed Jul 12, 2006 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage Query
Replies: 7
Views: 8566

Looks like it doesn't like IN (in spite of what might be in the manual).

Try rewriting the IN clauses as multiple "=" operations joined by OR.
by ray.wurlod
Wed Jul 12, 2006 3:27 pm
Forum: Enhancement Wish List
Topic: Configurable checkpoint and restart behaviour
Replies: 5
Views: 3302

You can have it right now! Use the job sequence as a prototyping tool, copy the generated job control code into the Job Control tab of a new server job, and adapt to your heart's content!
by ray.wurlod
Wed Jul 12, 2006 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 3867

Please post the routine code.
by ray.wurlod
Wed Jul 12, 2006 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage
Replies: 4
Views: 1513

It may really mean that there is no listener available. Imagine that your Oracle DBA has configured 14 listeners, and 14 are already in use servicing other clients/queries. In this case you will get this message if you attempt to initiate a new query.

It is not a DataStage-generated problem.
by ray.wurlod
Wed Jul 12, 2006 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralllel job
Replies: 2
Views: 1001

You have not provided enough information to enable us to help. How are you declaring the parameters, and how and where in the job design are you referring to them? Precise answers are needed.
by ray.wurlod
Wed Jul 12, 2006 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of dsidoc.dll
Replies: 1
Views: 744

The dsidoc.dll library is probably not properly registered.
by ray.wurlod
Wed Jul 12, 2006 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling the DS JOB for a file with 2 scenarios
Replies: 6
Views: 1555

Possibly two lookups; the first unconditional with a failed lookup rule of Continue, the second conditional upon the first having failed. By this means you could use one job.
by ray.wurlod
Wed Jul 12, 2006 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to create a new coloumn using modify stage
Replies: 3
Views: 1035

You also need a length for string.

Code: Select all

Col5:string[1]=lowercase_string(Col1)
by ray.wurlod
Wed Jul 12, 2006 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing correct English in this forum when asking questions!
Replies: 21
Views: 5302

Aaaarrggh! Omitted apostrophe, and two occurrences of lower case self-referential personal pronoun!

Apostrophe Man
by ray.wurlod
Wed Jul 12, 2006 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inactive timeout
Replies: 2
Views: 764

When you connect you request an instance to be started of the dscs (DataStage common server) service, which runs as dsapi_server. This manages the connection at the server end, including the connection inactivity timeout. If this triggers the dsapi_server process closes down gracefully, closing any ...
by ray.wurlod
Wed Jul 12, 2006 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Hadling Function in Routines
Replies: 5
Views: 1602

Load the reference data into a UV table or an ODBC-accessible table. Use the "multi-row return from reference lookup" capability of the UV or ODBC stage.
by ray.wurlod
Wed Jul 12, 2006 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning Data
Replies: 3
Views: 1155

Take the IBM classes (DataStage Essentials EE and Advanced DataStage EE). The first gives an overview, the second goes into more detail. The advanced class was written in conjunction with the certification examination, so is useful as preparation for that test.