Search found 15603 matches

by ArndW
Sat Nov 29, 2008 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a job when data in a link has reached some threshold
Replies: 4
Views: 945

Yes, look at your Transform stage and the setting for "Abort after rows"
by ArndW
Fri Nov 28, 2008 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning on insert when no data goes in
Replies: 16
Views: 3508

Hmmm, that is not much to go on. I would check the constraint again, as that seems to not be working as you expect.
by ArndW
Fri Nov 28, 2008 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Field load - Error
Replies: 4
Views: 780

The statement starts with "SELECT", so wouldn't that be your source DB2 stage? Do you use custom SQL in the stage and what is the SELECT statement?
by ArndW
Fri Nov 28, 2008 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning on insert when no data goes in
Replies: 16
Views: 3508

splayer, could you explain the constraint please?
by ArndW
Fri Nov 28, 2008 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

Although they always say "turn off anti-virus software before installing" I've never had to do that, but perhaps in your case that might be causing an issue. DS install on XP Pro has worked for me. Before you re-try, make sure to clean out directories and also remove any registry entries for DataSta...
by ArndW
Fri Nov 28, 2008 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal ERROR Null value on the accessor interfacing to Field
Replies: 4
Views: 16169

Is "CODE1" as Stage variable? Is so, how is it derived?
by ArndW
Fri Nov 28, 2008 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

What errors have you seen during installation?
by ArndW
Fri Nov 28, 2008 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduling jobs using director
Replies: 3
Views: 1387

Pierre, I thought that the AT command would accept English mnemonics. Can you manually try to add something like "/EVERY:M dir"? I checked on a German Windows and "/EVERY" is legal, but perhaps the days are not accepted in English (service isn't started so I couldn't check in detail). It sounds like...
by ArndW
Fri Nov 28, 2008 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

Good catch, Craig; I missed that. While some have had success on XP Pro, it is not a supported platform. I know of nobody who has had success running the server on XP Home.
by ArndW
Fri Nov 28, 2008 9:05 am
Forum: General
Topic: handel DBSequence with surrogate Key in transformer
Replies: 3
Views: 1231

You need to derive this using the "NextSurrogateKey" function.
by ArndW
Fri Nov 28, 2008 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection using Datastage designer
Replies: 1
Views: 652

Please refrain from using "urgent" in posts - all are treated equally in the forum with the exception of "immediate" and "urgent", those usually end up waiting longer. Has this worked before from the same workstation? Are you appending ":9080" to the host? Has someone on the system changed the firew...
by ArndW
Fri Nov 28, 2008 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine going to not runnable state.
Replies: 1
Views: 1197

That could happen if someone unsuccessfully tried to compile the routine.
by ArndW
Fri Nov 28, 2008 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

Normally these services do not need to be stopped in order to install DataStage.
by ArndW
Fri Nov 28, 2008 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

What services do you mean?
by ArndW
Thu Nov 27, 2008 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix command from User variable activity stage
Replies: 5
Views: 2940

In the user-variable stage, use the drop-down select list in the derivation to get the return value from your UNIX command stage.