Search found 42189 matches

by chulett
Fri May 21, 2004 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle error
Replies: 6
Views: 1882

If all else fails, look it up yourself! :wink:

Code: Select all

$ oerr ORA 1036
01036, 00000, "illegal variable name/number"
// *Cause: Unable to find bind context on user side
// *Action: Make sure that the variable being bound is in the sql statement.
$

Custom SQL?
by chulett
Fri May 21, 2004 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORABULK and Varchar fields?
Replies: 2
Views: 934

Well... our current job design does have the ORABULK stage building only the control file and the data file is spit out by a Sequential File stage. Almost 500 jobs pull data from Oracle 'CDC' views and then in a single subsequent step (korn scripted) they are loaded in parallel using sqlldr. I suppo...
by chulett
Thu May 20, 2004 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: USE OF CONSTRAINTS in TRANSFORMER
Replies: 1
Views: 627

You don't do assignments in a Contraint, they should be an expression that equates to True or False. Your If-Then-Else logic is meant to be used in a Derivation to set the values appropriately. To turn that into a Constraint to control when data is allowed to flow out of the link, do something like ...
by chulett
Thu May 20, 2004 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger type functionality in DATASTAGE
Replies: 9
Views: 2528

Not really... not if the record should go to Table B only on an Update action. If that's the case... You really should move away from the "Insert or Update" actions as they don't give you a way to differentiate between the two. Try this - Preload the existing keys into a Hash and do a lookup against...
by chulett
Thu May 20, 2004 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Questions
Replies: 6
Views: 2016

When promoting a job, is there a way to grab all dependent components? I see there is a way to select those when checking-in a job. Not that I am aware of... but then I don't believe you should really need it. As you mentioned, when importing you have the opportunity to bring in 'dependant objects'...
by chulett
Thu May 20, 2004 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Questions
Replies: 6
Views: 2016

Something in the way of answers for you... 1) Sure! Since this is a client-side tool, it doesn't care where all of your projects are... and they typically reside on different physical servers. 2) You don't.... and I'm not sure why you would want to. The only place where "multiple job versions" exist...
by chulett
Thu May 20, 2004 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORABULK and Varchar fields?
Replies: 2
Views: 934

ORABULK and Varchar fields?

Does anyone know if the problem with the ORABULK stage generating bad control files for VARCHAR2 fields still exists in 7.1? It is an issue in 7.0.1 and just majorly bit me in the behind. All VARCHAR2 fields are generated as CHAR in the control file, so if the data exceeds 256 characters the load fa...
by chulett
Thu May 20, 2004 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Datastage to load Oracle
Replies: 1
Views: 564

In your version, you should have an OCI and an OCI8 stage to load into Oracle 7 and 8, respectively. They are optional plugins, so if you don't seem them then they probably weren't loaded when your server was installed. You can go back and rerun the install script, which will allow you to add new pl...
by chulett
Wed May 19, 2004 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing (,/ -) from the phone column
Replies: 24
Views: 6111

Well... seeing as how it is a Tranform, the end result is the same as if it was 'inlined', so no - no overhead savings. Just easier to understand. :wink:
by chulett
Wed May 19, 2004 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing (,/ -) from the phone column
Replies: 24
Views: 6111

Arg, you're right - "MCN". :? No need to create one, as I said it already exists - check under "Built-In\String" for the DIGITS Transform.
by chulett
Wed May 19, 2004 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing ODBC table defs
Replies: 4
Views: 1073

Mine? Hmm... I don't really know. Be great if someone with the ability to check could do so and let us know!
by chulett
Wed May 19, 2004 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing ODBC table defs
Replies: 4
Views: 1073

I'm assuming this will work as it does for the OCI stages... Don't "Load" the metadata from inside the stage. Instead, make sure Table Definitions are showing in your Repository Browser and then drag the metadata to the link on your ODBC Stage. Doing it this way will leave the Derivation column alone.
by chulett
Wed May 19, 2004 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server job locked after Designer crashes
Replies: 3
Views: 1857

This is a common problem and there are quite a number of posts on this particular subject here. If you search for something like "releasing locks" you should turn them up.
by chulett
Wed May 19, 2004 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing (,/ -) from the phone column
Replies: 24
Views: 6111

Use the Transform called DIGITS, it uses 'Oconv' and 'MTC' (I believe) to do exactly that.
by chulett
Wed May 19, 2004 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer
Replies: 6
Views: 2157

You'd need to contact Ken directly. I don't know if your posting in the 'Using an array as a job handler' thread is enough or if you should send him a note directly.