Search found 42189 matches
- Sat Sep 24, 2005 8:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Question: Active/Passive Stage and Intermediate Files
- Replies: 3
- Views: 1546
Re: Question: Active/Passive Stage and Intermediate Files
Secondly every job makes some intermediate files is there ay wayt o remove those files automatically. e.g. when i go and check the project folder i see some files with the names of the links names. Some points if you are seeing files with link names in a project directory... 1) Object names should ...
- Fri Sep 23, 2005 8:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Rounding Problems
- Replies: 5
- Views: 1205
- Fri Sep 23, 2005 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to access rows added to a hash file and to a table
- Replies: 3
- Views: 899
- Fri Sep 23, 2005 7:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: command line functins that import and export the DS jobs
- Replies: 23
- Views: 9944
- Fri Sep 23, 2005 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: collecting top 200 upc
- Replies: 4
- Views: 1723
Generic solution - sort descending by upc sold. A job parameter for the threshold can then pull the first X records out of the stream afterwards via a constraint as the 'top X'... unless you need to worry about ties. In that case stage variables could be employed to check for changes and increment o...
- Fri Sep 23, 2005 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting my foot wet with PX .......
- Replies: 4
- Views: 1605
- Fri Sep 23, 2005 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between datastage 7.5.1 and 7.5.1A versions
- Replies: 3
- Views: 1251
- Fri Sep 23, 2005 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Eroor
- Replies: 3
- Views: 1245
The error tells you exactly what's wrong and even drops some pretty broad hints on how to fix it. Check your installation docs. There will be instructions on configuring DataStage to use Oracle which involve, amongst other things, making sure your $ORACLE_HOME libraries are in your LD_LIBRARY_PATH. ...
- Thu Sep 22, 2005 7:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control promote wrong job
- Replies: 7
- Views: 1576
It is a very odd and (luckily) fairly rare bug. Not related to having the job open in the Designer, because if you did the Initialize/Promote step would fail as the job is locked. Heck, even monitoring the job in Director will cause it to not have 'exclusive access' to the job executable. When this ...
- Thu Sep 22, 2005 7:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cant delete component in Version Control
- Replies: 5
- Views: 2406
Nope, this doesnt work when I delete directly from the VC project. 'Course not. You are asking for trouble going under the covers and deleting jobs 'from the project' without using the GUI as the control tables VC relies upon will be out of sync afterwards. Simple enough to delete via the interface...
- Thu Sep 22, 2005 7:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS version control process
- Replies: 15
- Views: 3609
- Thu Sep 22, 2005 7:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LongVarChar source and DS job fails to recognize it!!!
- Replies: 15
- Views: 5510
- Thu Sep 22, 2005 1:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using parameters within an e-mail test message
- Replies: 10
- Views: 3806
- Thu Sep 22, 2005 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log hangs when trying to view
- Replies: 6
- Views: 2249
Sure... it's just that you've more than likely got tons of crap warning messages that there's no reason to keep once you see them. Change your refresh interval in the Director to its maximum. Open the Log View on a job you can access. Set the filter to show a small number of records as already sugge...
- Thu Sep 22, 2005 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDK Transform Calling
- Replies: 3
- Views: 1508
I suspect that transforms may only be used from within transformer stages. Your suspicions are correct. It's just a snippet of derivation code that's substituted in by the compiler at compile time. Snassimr, open up the transform and use that snippet in your routine... follow the DEFFUN advice that...