Search found 4605 matches
- Wed Feb 15, 2006 7:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pass parameters from sequence to source jobs
- Replies: 14
- Views: 3341
It is pretty easy to copy parameters from one to another. I posted a routine. Ken Bland posted one. You can buy ParameterNavigator. Do any of the values remain the same between one job run to the next or can you programatically determine the values? If so then create a batch job. A batch job only ha...
- Wed Feb 15, 2006 7:33 pm
- Forum: Enhancement Wish List
- Topic: Smarter OCI stage wrt table creation
- Replies: 6
- Views: 2828
- Wed Feb 15, 2006 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file read cache limit
- Replies: 8
- Views: 1601
- Tue Feb 14, 2006 10:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to clear hunders of job instance except compiling
- Replies: 2
- Views: 1326
- Tue Feb 14, 2006 10:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to clear hunders of job instance except compiling
- Replies: 2
- Views: 1326
The instance ids are stored in 2 places. The RT_LOGnnn file and RT_STATUSnnn. If you delete the correct records then it will not refresh the Director until you disconnect and reconnect. This is slightly dangerous to delete these records. If you delete the wrong records then the job may quit to funct...
- Tue Feb 14, 2006 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file read cache limit
- Replies: 8
- Views: 1601
- Tue Feb 14, 2006 9:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List all jobs from command line (v6)?
- Replies: 6
- Views: 2206
- Tue Feb 14, 2006 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: test case
- Replies: 2
- Views: 742
I think all ETL should be ignored in QA. You should QA the results without knowing anything about or how the ETL works. The source to target documents should be used to design QA scripts. How many rows are in your source tables? How many are in the target? If they match then compare more specific th...
- Sun Feb 12, 2006 10:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restarting a job with the same parameters
- Replies: 15
- Views: 4792
- Sun Feb 12, 2006 8:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restarting a job with the same parameters
- Replies: 15
- Views: 4792
- Fri Feb 10, 2006 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing and Scheduling dsexport or dscmd on server
- Replies: 11
- Views: 2890
- Fri Feb 10, 2006 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS_JOBS Query
- Replies: 9
- Views: 4356
- Fri Feb 10, 2006 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC configuration in Unix server
- Replies: 14
- Views: 3946
Here is an example:
Code: Select all
ORACLE_HOME=/opt/ORCLcli/8.1.7
ORACLE_BIN=$ORACLE_HOME/bin
export ORACLE_HOME ORACLE_BIN
LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
- Thu Feb 09, 2006 9:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find tables used in a job without opening it
- Replies: 4
- Views: 1224
- Thu Feb 09, 2006 8:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: where is job log stored?
- Replies: 8
- Views: 1987