Search found 42189 matches
- 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
- 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
- Wed Feb 11, 2009 2:16 pm
- Forum: General
- Topic: Can any one can explain differences between ELT and ETL?
- Replies: 3
- Views: 1410
- 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.
- 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.
- Wed Feb 11, 2009 11:27 am
- Forum: General
- Topic: Appending leading Zeros and writting to excel file
- Replies: 9
- Views: 2346
- 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...
- 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 ...
- 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
- 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 ...
- 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
- 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
- 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
- Tue Feb 10, 2009 10:47 pm
- Forum: General
- Topic: Can any one can explain differences between ELT and ETL?
- Replies: 3
- Views: 1410
Here ya go: http://tinyurl.com/cg3rga
- 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...