Search found 42189 matches

by chulett
Fri Oct 15, 2004 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database Connection - oracle problems
Replies: 3
Views: 1541

Either that or switch to 'wired' drivers, if they are available, as they don't require the client.

If you have the client, why not use the native stage for Oracle - OCI?
by chulett
Fri Oct 15, 2004 7:47 am
Forum: Site/Forum
Topic: Add STATUS to topic (like SOLVED)
Replies: 3
Views: 2996

You can (mostly) do this via the Subject line when you reply and say that all is well with your problem.
by chulett
Fri Oct 15, 2004 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Iconv & Oconv
Replies: 8
Views: 7539

Your input date for Iconv is not in 'MDY' format. It is in 'DMY' format, so your second attempt is more correct. I can't check right now, but your "[,A,]" qualifier must not be correct for that format. FYI - the only way to check on the status of these kind of conversions is to do it in a custom rou...
by chulett
Fri Oct 15, 2004 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture The Database activity
Replies: 8
Views: 1903

Keep in mind, the BCI functions require licensed version of the ODBC drivers to work. For folks with UNIX servers, anywho. :wink:

As posted elsewhere, simply have the job in your Sequencer twice, once to validate it every run and then another to run it if the validate goes well.
by chulett
Fri Oct 15, 2004 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage: Insert on 2 links; Transaction Size
Replies: 6
Views: 1049

Re: ODBC Stage: Insert on 2 links; Transaction Size

Welcome aboard! I have questions regarding an ODBC stage with 2 input links, both inserting into the same table. I can enter certain properties per input link, e.g. update action or transaction size. What happens if I define different transaction sizes for both input links (5000 and 1). Does the gre...
by chulett
Fri Oct 15, 2004 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Fail in DataBase
Replies: 7
Views: 1989

Just trying to point out that you don't need a special job to do it, that you can use your 'normal' first job in an 'extra' step at the beginning of your sequence. Truth be told, I'm not sure why in the heck else they have the 'Validate only' option to the Job Activity stage. Anyone have any other u...
by chulett
Fri Oct 15, 2004 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture The Database activity
Replies: 8
Views: 1903

Welcome aboard! One thing you could have done was post this in the thread you mentioned rather than start a new one on the same subject. The other thing would have been to simply monitor the answers they received and see if they made any sense, perhaps adding questions of your own. Check what I post...
by chulett
Fri Oct 15, 2004 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Fail in DataBase
Replies: 7
Views: 1989

Reread my post. If your first stage is a Job Activity stage set to 'Validate' your job, success or failure will tell you if the database is up or down. Have a 'Success' trigger go from there to another Job Activity stage that actually runs the job for real this time, and an 'Otherwise' trigger from ...
by chulett
Thu Oct 14, 2004 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows via lookup?
Replies: 5
Views: 1576

Do you remember some of the "topics" related to this subject matter? Searching for 'multirow' in this forum worked fine for me, returning several posts including this one on the subject, which contains some specifics. BTW, I am using ORAOCI8 stage to access the DB table. As mentioned above - you ca...
by chulett
Thu Oct 14, 2004 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot Insert new records into table!!!
Replies: 8
Views: 4285

Tim, KeyMgtGetNextValue is an 'sdk' routine supplied with DataStage by Ascential. It reads a record from a specific hash file in the current project, gets the requested record (which holds a numeric value) increments it and writes it back to the hash. It's basically a methodology to generate surroga...
by chulett
Thu Oct 14, 2004 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using lookups without specifying lookup keys
Replies: 5
Views: 1998

Sorry, I seem to have lost track of what Forum I was in and gave you a Server answer. My apologies if it isn't applicable.
by chulett
Thu Oct 14, 2004 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Field Function
Replies: 4
Views: 687

Derivations are one of the places where Job Parameters should not be wrapped in pound signs. Try just using DSN in the function.
by chulett
Thu Oct 14, 2004 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can i have two source sequential files
Replies: 6
Views: 2377

No need to shout. :wink:

Unless you could somehow transform one of the file formats to match the other (and then combine them into a single file) then YES the lookup is your only option.
by chulett
Thu Oct 14, 2004 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Server Query
Replies: 2
Views: 725

Welcome aboard! :D

Not via DataStage directly. You'll need to handle this in your database itself. In Oracle, for example, via database links to the 'remote' database(s).