Search found 42189 matches

by chulett
Wed Feb 11, 2009 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table option in Oracle Enterprise Stage
Replies: 4
Views: 2386

Is your source table in fact partitioned? Note that index <> partition, you seem to be confusing the two. Check with your DBA if you are unsure.
by chulett
Wed Feb 11, 2009 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not in the right state
Replies: 7
Views: 2592

Typically that means that it was already running when the Sequence tried to run it.
by chulett
Wed Feb 11, 2009 2:16 pm
Forum: General
Topic: Can any one can explain differences between ELT and ETL?
Replies: 3
Views: 1410

Cracked me up the first time I saw someone use that URL elsewhere, been waiting for a good chance to leverage it here. :wink:
by chulett
Wed Feb 11, 2009 11:32 am
Forum: General
Topic: List all jobs in a sequence
Replies: 4
Views: 2062

From what I've seen here, the dssearch command can be used for that.
by chulett
Wed Feb 11, 2009 11:31 am
Forum: General
Topic: List all jobs in a sequence
Replies: 4
Views: 2062

From what I've seen here, the dssearch command can be used for that.
by chulett
Wed Feb 11, 2009 11:27 am
Forum: General
Topic: Appending leading Zeros and writting to excel file
Replies: 9
Views: 2346

First, define "excel file" - .xls or .csv? And are they "stripped off" in the file you generated or after loading the file into Excel?
by chulett
Wed Feb 11, 2009 9:11 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Datastage Export from Commandline
Replies: 8
Views: 9591

Re: Datastage Export from Commandline

1) A window pops up to overwrite the file - the file doesn't exist but even if it does - I don't want the Popup window. Is there an extra switch that I need to add to the command to overwrite the file? This happens when your default (i.e. the last one performed) component export file type is set to...
by chulett
Wed Feb 11, 2009 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 stage in 8.1
Replies: 7
Views: 1679

While you cannot use DB2 8.2 for your common metadata repository, you certainly should be able to connect to it from your jobs. You just need to configure things properly. And you proceed by reading the documentation on the subject, that or contacting your official support provider so they can walk ...
by chulett
Wed Feb 11, 2009 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETLStats: Why is ReportDbDriver followed by a Sequencer?
Replies: 8
Views: 2997

Yah, thanks Ray... for the lame joke. :wink: The output link doesn't "do nothing", it allows an OK trigger from the previous stage to exist that otherwise wouldn't have one and this makes the Sequence Job restartable from that last Job Activity stage if that job aborts and you have those o...
by chulett
Wed Feb 11, 2009 8:53 am
Forum: General
Topic: How to select and move multiple jobs by run date range
Replies: 5
Views: 1847

Actually, it may not be the answer you wanted but it *is* your answer. There's no 'command line' to do this and you already noted the restrictions in your 'Additional Info'. You'll need to use the Director for the order by portion and then cherry-pick those that match your criteria to move from the ...
by chulett
Wed Feb 11, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode - 1480
Replies: 7
Views: 5684

Any chance the table name you used in the stage is longer than 30 characters?
by chulett
Wed Feb 11, 2009 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we ser "No Limit Warning in dsjob common"
Replies: 2
Views: 4853

Actually there is, the same one you mentioned: dsjob -run -warn 0 Here zero equals unlimited as well. Usually a Bad Idea but that's how you would do it.
by chulett
Tue Feb 10, 2009 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: return code in dsjob -run
Replies: 3
Views: 1148

Search for "return code 141", it's been discussed here before.
by chulett
Tue Feb 10, 2009 10:47 pm
Forum: General
Topic: Can any one can explain differences between ELT and ETL?
Replies: 3
Views: 1410

by chulett
Tue Feb 10, 2009 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJ function do not agree with log.
Replies: 2
Views: 1593

Hey Lance! [waves] :D Well... technically, in the 'after job' part of things the job hasn't actually finished yet. There you need to check for the JOBINTERIMSTATUS which is what it will be when the job ends assuming your after job routine doesn't blow up, otherwise I think you will get what it was f...