Search found 42189 matches
- Fri Apr 20, 2007 12:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning message
- Replies: 1
- Views: 779
- Fri Apr 20, 2007 12:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error while loading data from oracle to OCI stage
- Replies: 3
- Views: 1422
Confusing. So... you are trying to view data in a table your job just loaded? Or your job is trying to source from an Oracle table you loaded elsewhere and returns no rows? The other confusing part is your query as posted is for a Reference Lookup (with the bind variable) not a source query. And def...
- Fri Apr 20, 2007 11:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom 22076
- Replies: 4
- Views: 1711
Welcome. :D By itself, it means nothing. Other than to understand that 'phantom' is a term meaning 'background process', and that everything runs as a background process or series of processes. You need to Reset your aborted job from the Director and then look for an entry in the log labelled 'From ...
- Fri Apr 20, 2007 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator - Comparison with & without asserting Sort or
- Replies: 6
- Views: 1526
No, it should take significantly less time - if done properly. You need to sort in a manner that supports the aggregation being done. Otherwise, your 'sort' time is wasted as the stage cannot utilize the data in the order you've sent it. You can tell you got an issue if you sort the data, assert tha...
- Fri Apr 20, 2007 11:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle stage properties (remote server)
- Replies: 20
- Views: 7664
- Fri Apr 20, 2007 7:18 am
- Forum:
- Topic: Meta Stage-Compilation of a Read only job
- Replies: 5
- Views: 1817
- Fri Apr 20, 2007 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trailing Spaces in Unix
- Replies: 7
- Views: 2537
Close. It's a command to remove the ^M characters. Problem is it's not quite right. To enter control characters, you first press Ctrl-V and then the character in question. To get a 'control M' you don't type an 'M' - you press ENTER after the Ctrl-V. You would do this before saving. Best to get the ...
- Fri Apr 20, 2007 7:04 am
- Forum: General
- Topic: validating export schema
- Replies: 3
- Views: 1409
- Fri Apr 20, 2007 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import and Compile of large number of jobs
- Replies: 7
- Views: 2340
There were 'multi-job compilers' available before the official one from Ascential. They were much more light weight and so ran much faster, I wonder if any of them are still around. MJC is like, the slowest. Didn't DSC offer such a thing at one point? Also, Kenneth Bland's Job Control Utilities incl...
- Fri Apr 20, 2007 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we export joblog to a file
- Replies: 27
- Views: 11793
- Fri Apr 20, 2007 6:51 am
- Forum:
- Topic: Version Control- how to perform Rollback
- Replies: 5
- Views: 1787
Yes, you 'promote' the older version wherever it needs to go. Note you may need to uncheck the Read Only option if you are pushing back into Development. All 'materials' for Version Control install with the product. You'll find a pdf in your Docs directory that explains all. Only other excellent sou...
- Fri Apr 20, 2007 6:47 am
- Forum: General
- Topic: Bulk replacement
- Replies: 2
- Views: 1095
If you want to see if it's possible, take one job. Export it to a .dsx file. Make the changes to OCI. Export again. Check the difference between the two. If it looks like something you could automate, you could export the whole project and make it all one mass change. At the very least, would make f...
- Fri Apr 20, 2007 12:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Add VOC Entry for ';'
- Replies: 10
- Views: 3028
- Fri Apr 20, 2007 12:21 am
- Forum: General
- Topic: The Peasants Are Revolting!
- Replies: 1
- Views: 1289
- Thu Apr 19, 2007 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to set a job to abort after first warning?
- Replies: 7
- Views: 1788
As noted, you can change the default in the Director. Note also this means you must do this on all workstations that could be running jobs. And one last note - nothing changes the default when running jobs from the Designer - it always defaults to unlimited there. While convienent it really should b...