Search found 15603 matches

by ArndW
Tue Jun 13, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects on AIX - some work, some don't
Replies: 6
Views: 1349

Projects on AIX - some work, some don't

We have a very odd scenario here that I cannot figure out and hope that someone here might solve it for us or point us in the correct direction. We've finally narrowed down the issue and think it has to do with mount points. We've installed DS on a new AIX machine and have created several projects a...
by ArndW
Tue Jun 13, 2006 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please help me out
Replies: 4
Views: 889

What do you mean by "job is not responding"?

What does the DBA say about DB/2 activity? Has the UNIX process stopped running? Has the Director log stopped updating after 4 million rows? Has this happened before? Has the job run successfully before?
by ArndW
Tue Jun 13, 2006 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can you multiple compile sequences?
Replies: 9
Views: 1964

This is a new feature at 7.5
by ArndW
Tue Jun 13, 2006 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can you multiple compile sequences?
Replies: 9
Views: 1964

Call up the multiple job compile from the manager, you can select sequences there.
by ArndW
Tue Jun 13, 2006 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid character value for cast specification
Replies: 3
Views: 3478

Remove columns one by one until the error goes away. Then post what the column data type is and the value for the error.
by ArndW
Tue Jun 13, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve Cleared Log Entries.
Replies: 5
Views: 1138

No, there is no way to find out who manually cleared a log or which process triggered an autopurge, this information is not part of the audit trail.
by ArndW
Tue Jun 13, 2006 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: if FileB is not empty propagate FileA
Replies: 33
Views: 4705

DSExecute exists and works on both Windows and UNIX.
by ArndW
Tue Jun 13, 2006 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check whether the string in between strings or not
Replies: 3
Views: 736

Can you not just use normal ">" and "<" conditions to check whether your search string is less than one and greater than the other?
by ArndW
Tue Jun 13, 2006 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of the DSLogFatal function
Replies: 4
Views: 1435

I agree with Kim - DSLogFatal() should be used in your case. The warnings have more to do with having devlelopers avoid terminating jobs than with any side-effects involved in using the function.
by ArndW
Tue Jun 13, 2006 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: if FileB is not empty propagate FileA
Replies: 33
Views: 4705

A transform stage is not the place to do this type of work; it will get executed for each and every row. Your logic belongs in a job sequence and then you pass the information via parameters to your actual job.
by ArndW
Tue Jun 13, 2006 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: if then else
Replies: 3
Views: 1012

In the BASIC language you can do this, but when using the construct in DataStage jobs the result of the IF-THEN-ELSE is assigned to a variable, i.e. it is the right side of an "=" statement. Because of this an IF clause must assign a value to both outcomes of the condition.
by ArndW
Tue Jun 13, 2006 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: if FileB is not empty propagate FileA
Replies: 33
Views: 4705

What do you mean by "propagate fileA"? You can issue a call to a SHell to see if a file is empty and use that true/false value in a job sequence to do a conditional branch.
by ArndW
Tue Jun 13, 2006 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in lookup
Replies: 3
Views: 1225

Sudhakar,

The error message
Lookup_21,1: Failed a keylookup for record.
should mean something to you. This is not a DataStage problem but a data problem. Either add the key to your lookup or change your logic for failed lookups.
by ArndW
Tue Jun 13, 2006 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email as input
Replies: 2
Views: 1013

I have (in days past) used DataStage to read files directly from a UNIX SMTP system, but it is much better to use a script and someofficial mail reader program. You can issue a DSExecute to a shell and capture the output of the mails contents into a DataStage job.
by ArndW
Tue Jun 13, 2006 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Update eror
Replies: 14
Views: 3783

This error does seem odd. Could you post the full error message from the log, perhaps we are missing something.