Search found 42189 matches

by chulett
Wed Nov 18, 2009 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage with Multiple XML
Replies: 10
Views: 2778

Right, because you've always got the MKS Toolkit to fall back on with a Windows server and was part of the reason why I said you'd be better off sticking with UNIX commands. Seems to me it is more problematical getting a fully pathed filename from a dir command which is trivial with ls. Just surpris...
by chulett
Wed Nov 18, 2009 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The job hangs on creating file (hash)
Replies: 13
Views: 3550

You should wait for more smarter peoples to comment but I'm thinking you might want to double your T30FILE setting. Odd that it just hangs, though.
by chulett
Wed Nov 18, 2009 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The job hangs on creating file (hash)
Replies: 13
Views: 3550

No warnings of any kind are logged when this happens? Nothing that mentions anything like T30FILE perhaps? :?
by chulett
Wed Nov 18, 2009 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode:-1
Replies: 15
Views: 18856

You're right, errors are reported from those 'combo' actions when the second action fails. And while the first action must also 'fail' for the second to be triggered, that first failure is silent, not logged. The issue here is determining what it didn't like about the update. Typically that means it...
by chulett
Wed Nov 18, 2009 10:09 am
Forum: General
Topic: Retrieve nth char from a string
Replies: 2
Views: 1090

Right, those square brackets are the substring operators and they take start position and length as parameters.
by chulett
Wed Nov 18, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage with Multiple XML
Replies: 10
Views: 2778

You're certain your DataStage server is on a Windows box? And you're not actually including the "<code>" tags you keep using here, are you? :?
by chulett
Wed Nov 18, 2009 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logs are coming after 10 min
Replies: 9
Views: 1965

If it's everyone then the first question is moot. However, you'll find it on the Tools/Options menu.
by chulett
Wed Nov 18, 2009 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage-- Windows
Replies: 5
Views: 1351

It's not a problem to provide more details or distinguish your question, just don't start a new post simply to do that. :wink:
by chulett
Wed Nov 18, 2009 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logs are coming after 10 min
Replies: 9
Views: 1965

Simple has nothing to do with it. Out of curiosity, what is your refresh interval in the Director? Is everyone seeing this or just you?
by chulett
Wed Nov 18, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage-- Windows
Replies: 5
Views: 1351

Something wrong with this post? Let's stick to one place to discuss this, please.
by chulett
Wed Nov 18, 2009 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage with Multiple XML
Replies: 10
Views: 2778

"dir" is a DOS command similar to "ls" in UNIX and the /b means "bare format". Open a "cmd" window and type "dir /?" for the syntax. Or google.
by chulett
Wed Nov 18, 2009 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABNORMAL TERMINATION
Replies: 3
Views: 1218

And why is that?

You really haven't given us all that much to go on, btw. How about that job design?
by chulett
Wed Nov 18, 2009 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running continously
Replies: 5
Views: 1637

'Running continuously' when a database is involved generally means locking issues. Has your DBA monitored these sessions for you?
by chulett
Wed Nov 18, 2009 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with External Source Stage
Replies: 2
Views: 878

How many times are you going to post this? :?
by chulett
Wed Nov 18, 2009 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage with Multiple XML
Replies: 10
Views: 2778

Not true. No 'concatenation' will occur but it will process all of the files one after the other without that pesky looping job sequencer. :wink:

For DOS, you want to look into dir with the /b option but you're better off sticking with UNIX commands.