Search found 42189 matches
- Wed May 03, 2006 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Keywords
- Replies: 10
- Views: 3071
- Wed May 03, 2006 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to compile a job
- Replies: 12
- Views: 4148
Good start. A couple of points, qualified by the fact that this is all off the top of my head. 1) No need to reset for a RUNWARN. Probably better to check for the ones you don't need to reset and do it for any other code. Jobs do fail in more ways than just by Aborting, ya know. 2) You should check ...
- Wed May 03, 2006 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: floating point decimal not fully supported.
- Replies: 7
- Views: 4657
- Wed May 03, 2006 6:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-00942: table or view does not exist
- Replies: 10
- Views: 3330
Oracle table name are case sensitive if you have created table with lower case... That's only true if you explicity enclosed the table name in double-quotes when you did so. And if you did, you deserve all the grief that brings upon your head. Otherwise, you can create a table in any mix of case yo...
- Wed May 03, 2006 6:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to compile a job
- Replies: 12
- Views: 4148
- Tue May 02, 2006 11:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error calling DSSetParam
- Replies: 1
- Views: 2217
- Tue May 02, 2006 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: version control
- Replies: 4
- Views: 992
I just want to know that how can DS help us to do the same thing as version control does. As noted, it can't, which is why Ascential purchased and bundled VC into the product suite. Perhaps if you let us know why you are asking, what you have in mind or concerns that you have, we could address them.
- Tue May 02, 2006 8:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: version control
- Replies: 4
- Views: 992
- Tue May 02, 2006 6:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-00942: table or view does not exist
- Replies: 10
- Views: 3330
- Tue May 02, 2006 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-00942: table or view does not exist
- Replies: 10
- Views: 3330
If the target table was "there" you wouldn't be getting the error. So, your mission - should you choose to accept it - is to find out what piece you've got wrong. Check the instance/sid/dsn you are connecting to in the stage, the userid you are connecting with and the schema owner you have specified...
- Tue May 02, 2006 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-00942: table or view does not exist
- Replies: 10
- Views: 3330
- Tue May 02, 2006 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml o/p aggregation using DS ver 7.5
- Replies: 3
- Views: 1057
You have no control over how it builds multiple filenames, other than supplying the 'base' name. It will then, from the second file generated onwards, append an '_?' number to that. The trigger column controls when the current file is closed and a new one opened. Where you put the Key column is what...
- Tue May 02, 2006 2:51 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Multiple methods in an RTI job?
- Replies: 3
- Views: 2576
No, not really. They can be running but not accessible for a number of reasons, some on the RTI Server side and some on the RTI Agent side. For example, we've already seen times where everything is running except for the RTI Agent daemon on the ETL server and without that nothing works. Need some wa...
- Tue May 02, 2006 12:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maintaining Common Objects in Datastage
- Replies: 4
- Views: 918
That would be the proper way to handle it. The one project that was deemed to be the source of any common objects should be the only place where the code is not protected - i.e not read only. Any changes made there would need to be distributed - promoted - to every other project. Best done through V...
- Tue May 02, 2006 10:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using stage variable value of one job
- Replies: 4
- Views: 1100