Search found 42189 matches

by chulett
Tue Mar 18, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ and XML Stages.
Replies: 5
Views: 1263

You put in your 'static' filename and then specify the Trigger Column attribute there as well. Every time the value in that column changes, you get a new file with an increasing number appended to it.
by chulett
Tue Mar 18, 2008 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage to transfer a file?
Replies: 14
Views: 4174

Thank gawd! You're having the problem in the FTP stage, I assume? I hate the stoopid thing and tend to avoid it like walking the plank, so can't say I've tried changing the delimiter there. One thing I have done is, if you already have the file built and simply want to transfer it as is with a minim...
by chulett
Tue Mar 18, 2008 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert hanging against Data warehouse
Replies: 20
Views: 4771

Nothing wrong with either size, though they do seem small. Had to hit the road, but yes the next suggestion is to pursue the 'split the jobs' suggestion and see if that changes the behaviour. Land the file in the first job to a flat file and then load from there.
by chulett
Tue Mar 18, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert hanging against Data warehouse
Replies: 20
Views: 4771

</sarcasm off>

Hard to help if you have a DBA that's just going to play that card. [sigh]
by chulett
Tue Mar 18, 2008 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage to transfer a file?
Replies: 14
Views: 4174

The ASCII value for a tab would be 009, not 9. :wink:
by chulett
Tue Mar 18, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Stored Procedure in datastage
Replies: 6
Views: 2350

The procedure didn't compile. What else are you expecting to be told? :?
by chulett
Tue Mar 18, 2008 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If Then Else statement strange behaviour in routines.
Replies: 13
Views: 7462

Re: Nested If Then Else statement strange behaviour in routi

The following code is of a routine : ***************Routine Start*************** Ans = "" VAL = "" IF PREMIUM_CATEGORY = "4" THEN VAL = "SY" END IF PREMIUM_CATEGORY = "3" THEN VAL = "MA" END IF PREMIUM_CATEGORY = "2" THEN VAL = &...
by chulett
Tue Mar 18, 2008 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage to transfer a file?
Replies: 14
Views: 4174

That sounds... odd. Are you sure? :?
by chulett
Tue Mar 18, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage : Array Size
Replies: 19
Views: 7580

Have your DBA upgrade the client. That's a pretty major mismatch, and the .1 client is a known buggy as heck version.
by chulett
Tue Mar 18, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLConnect failed
Replies: 2
Views: 952

What 'bat file' would that be, exactly? :?
by chulett
Tue Mar 18, 2008 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage to transfer a file?
Replies: 14
Views: 4174

No, not that I am aware of.
by chulett
Tue Mar 18, 2008 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert hanging against Data warehouse
Replies: 20
Views: 4771

Have you had your DBA monitor it during the job?
by chulett
Tue Mar 18, 2008 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling datastage jobs
Replies: 1
Views: 986

First off, I'd be curious why you feel you would need to compile anything from the 'command line' and if that command line would be on the client or the server machine. Anywho, do a search for dscc and all shall be revealed.
by chulett
Tue Mar 18, 2008 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to connect to Datastage & Run the Jobs from Java
Replies: 1
Views: 619

:!: Post in one forum, please. Repeating it won't get you any better answers.

ps. Answered in this post.
by chulett
Tue Mar 18, 2008 1:19 am
Forum: General
Topic: i want to connect to Datastage & Run the Jobs from Java
Replies: 3
Views: 1057

Welcome aboard. I did an 'all terms' search for 'dsjob java api' and got a handful of hits, including this one:

http://www.dsxchange.com/viewtopic.php?t=91114

See if it or any of the others it brings up helps.