Search found 42189 matches

by chulett
Sat Jan 30, 2010 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server job - ORA-01036: illegal variable name/number
Replies: 1
Views: 9268

As already noted, it's all about the number of columns defined in the stage versus selected in your DML and what you've marked as keys. For yours to work, there must be three columns defined in the stage (in the order mentioned in the sql, of course) with none of them marked as a Key. Key fields mus...
by chulett
Sat Jan 30, 2010 7:31 am
Forum: IBM QualityStage
Topic: Investigate stage inactive
Replies: 7
Views: 2881

Ah... and here I thought there actually was such a thing. Never mind. :(

(next thing you know you'll be telling me there's no Tooth Fairy or Sasquatch... sheesh)
by chulett
Sat Jan 30, 2010 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with hashfile
Replies: 3
Views: 1397

Pre-load file to memory enabled or disabled, with the added bonus of the record being 'looked up' locked during the process... and the manual seems pretty detailed on how it works to me: Pre-load file to memory. You can use these options to improve performance if the output link is a reference inpu...
by chulett
Sat Jan 30, 2010 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Timestamp
Replies: 6
Views: 21011

Timestamps have no external format, the mask in the function must match what is coming in in the string field, not what you think it should look like.
by chulett
Fri Jan 29, 2010 4:17 pm
Forum: IBM QualityStage
Topic: Investigate stage inactive
Replies: 7
Views: 2881

No actual experience, but I would wager you would need to build a QualityStage job rather than a Parallel job for those stages to be active.
by chulett
Fri Jan 29, 2010 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "No output from command " from routine stage
Replies: 28
Views: 9496

It may be moot but can you post the full log entry from executing this from (I assume) a Routine Activity stage? And just for grins, what exact O/S and Service Pack are you running?
by chulett
Fri Jan 29, 2010 4:08 pm
Forum: General
Topic: Job dependancy between different DS projects
Replies: 10
Views: 3244

Sure, an Enterprise Scheduler would handle something like this quite easily. :wink:
by chulett
Fri Jan 29, 2010 2:42 pm
Forum: General
Topic: Job dependancy between different DS projects
Replies: 10
Views: 3244

You could use dsjob rather than polling for a flag in a table to run the job in the other project but it's still a form of "coding in" something.
by chulett
Fri Jan 29, 2010 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "No output from command " from routine stage
Replies: 28
Views: 9496

When I said "ExecSH" I actually meant "DSExecute". D'oh.
by chulett
Fri Jan 29, 2010 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation of 8v on windows2008server
Replies: 3
Views: 1427

Try it and let us know. It's not "officially" supported as a server platform but that doesn't necessarily mean it won't work.
by chulett
Fri Jan 29, 2010 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "No output from command " from routine stage
Replies: 28
Views: 9496

Interesting, me running an "FC" manually from the command line does indeed output to the screen and I don't see a way to suppress that. I created two identical files and got this: C:\Temp>fc /b fred1 fred2 Comparing files fred1 and FRED2 FC: no differences encountered When I then created a...
by chulett
Fri Jan 29, 2010 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "No output from command " from routine stage
Replies: 28
Views: 9496

That's not an error, it is just letting you know that the command sent nothing to 'the screen' i.e. standard out. Your 'result' should still be being passed back correctly.
by chulett
Fri Jan 29, 2010 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list of parameters in stored procedures
Replies: 5
Views: 2690

Then your next stop should be your official support provider.
by chulett
Fri Jan 29, 2010 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6430

You should add $APT_DISABLE_COMBINATION and set it to True before running the job again. The error will 'persist' but will tell you where (what stage) it is actually coming from, which can help with the diagnosis. Do that and repost the error. ps. No reason to be 'stuck for two days', hopefully you'...
by chulett
Fri Jan 29, 2010 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list of parameters in stored procedures
Replies: 5
Views: 2690

Have you tried escaping the inner quotes?