Search found 53125 matches

by ray.wurlod
Fri May 25, 2007 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When Logging into Datastage Director
Replies: 4
Views: 1265

Can you get into the project from the Administrator client?

If so, it may be that the Repository needs to be re-indexed. You must have exclusive access to the project to attempt this.
by ray.wurlod
Fri May 25, 2007 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inter process and intra process
Replies: 6
Views: 1538

SMP is irrelevant. Both work on a single CPU system.
by ray.wurlod
Fri May 25, 2007 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file error
Replies: 10
Views: 2771

Precisely how did you "create a new account"? Which client? It can't be done in Manager by any means of which I am aware (at least not without creating a routine). Precisely how did you create the hashed file? (Note, it's "hashed", not "hash" file.) What were the settings on the Stage tab of the Has...
by ray.wurlod
Fri May 25, 2007 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Preprocess csv file
Replies: 3
Views: 815

Last time I wrote one of these (I think it was in the Mesozoic era) I used a flag variable (InQuotes) that indicates whether the current character is inside a set of quotes or not. It is set by the first quote character found and reset if it is set when the next occurrence of that quote character is...
by ray.wurlod
Fri May 25, 2007 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit
Replies: 5
Views: 1112

chulett wrote:Or just ensure the load jobs abort in the event of a problem. No 'audit' required. :wink:

Tell that to the auditors.
:twisted:
by ray.wurlod
Fri May 25, 2007 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 7702

Did you try the solution with echo (my initial response)?
by ray.wurlod
Fri May 25, 2007 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2/UDB Bulk Load
Replies: 2
Views: 1482

To paraphrase, do not have DATE_CREATED in your DataStage job at all. Because it has a default value in the table, it will be assigned this default value by virtue of not being named in the LOAD statement.
by ray.wurlod
Fri May 25, 2007 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited() – row 1198231,column DEPT, required column
Replies: 4
Views: 1522

Within the Columns grid in the Sequential File stage you can scroll right and find a place where you can set up a "missing value" rule. Try changing that rule for DEPT to Replace, so that the job does not fail. But, yes, you do need to check the file itself and verify whether there are too few delim...
by ray.wurlod
Fri May 25, 2007 2:10 pm
Forum: General
Topic: PX Ochestrate Lookup
Replies: 7
Views: 1842

What is your "lookup failed" rule in the Lookup stage? By default it's set to Fail, which causes your job to abort on the first occasion a lookup fails to return a row.
by ray.wurlod
Fri May 25, 2007 2:08 pm
Forum: General
Topic: Jobs get timed out
Replies: 2
Views: 1244

Look in the logs of the individual jobs and report back what you found there. In particular, did job 1 even attempt to start? What was its status?
by ray.wurlod
Fri May 25, 2007 2:06 pm
Forum: IBM QualityStage
Topic: format direction
Replies: 2
Views: 1278

Can you describe more exactly what you are trying to do, what actual steps you take, and what you expect to happen? I know English is not your first language, but I did not understand your use of the words "cut" and "directions" in terms of a Survive job. Can you please use QualityStage terminology?
by ray.wurlod
Fri May 25, 2007 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartability of Sequence
Replies: 1
Views: 1058

You design extra jobs that delete or truncate as appopriate, and conditionally run these.
by ray.wurlod
Fri May 25, 2007 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why we use UNICODE
Replies: 7
Views: 3023

I have no idea why you particularly use it.

Unicode is an encoding strategy that claims to support every character known to commercial data processing.

Without Unicode, DataStage is limited to the encoding called ISO8859-1, sometimes erroneously referred to as "8 bit ASCII".
by ray.wurlod
Fri May 25, 2007 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot stage question
Replies: 13
Views: 3519

subhasini wrote:max of some 30

That's why I responded as I did.
Configure as many columns as your max.
by ray.wurlod
Fri May 25, 2007 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 8233

You've been here long enough to know that we don't do "urgent". If it's urgent, sign up with your support provider for premium service, and learn the true cost of urgent.

Why not continue to use server routines? You can call these via Routine activities in job sequences.