Search found 42189 matches

by chulett
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

Excellent! Thanks for posting the solution. :D
by chulett
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 ...
by chulett
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

In Oracle, a datatype of NUMBER is the same as NUMBER(38). Ray meant for you to change the table definition in your DataStage metadata, not in the database itself.
by chulett
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...
by chulett
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

sb_akarmarkar wrote:...if aborted then use DSJ.RUNRESET in DSRunJob else DSJ.RUNNORMAL

Small correction. If aborted, then you would need to do the reset run then the normal run. It's 'and' not 'else'. :wink:
by chulett
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

Pretty much exactly what it says - you are trying to assign a value to a parameter name that does not exist in the job. Make sure your values are correct - including the case.
by chulett
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.
by chulett
Tue May 02, 2006 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: version control
Replies: 4
Views: 992

Do you have a more specific question? :?

'Version Control' is the name of a client tool that is on your installation media and which you should install. There is online help and .pdf documentation that explains how it is used.
by chulett
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

ray.wurlod wrote:What is x..y?

StageName..LinkName I do believe is how it is reported. Or perhaps the other way 'round. :wink:

The names were probably changed to protect the innocent, anyway.
by chulett
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...
by chulett
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

How would you solve this problem if DataStage wasn't involved?
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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

USERSTATUS.