Search found 42189 matches

by chulett
Wed Apr 15, 2009 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv file
Replies: 10
Views: 8492

D'oh! How did that get by me? :cry:

No such thing, all that is controlled by environment variables in Windows. Meaning, UNIX only.
by chulett
Wed Apr 15, 2009 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conncting a database from a routine
Replies: 23
Views: 8118

Here's a freebie and all I'm going to say on the specific subject of db connection from a routine - search here for "BCI" and then clear your calendar.
by chulett
Wed Apr 15, 2009 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Negative Number representation needs to be modified
Replies: 11
Views: 4567

Can you define that part of the data as a separate field? If so then just check that field directly. If you can't, you check the last character of the field and then multiply the rest. Assuming the latter: If Link.AmountField[1] = "-" Then Link.AmountField[1,Len(Link.AmountField)-1) * -1 E...
by chulett
Wed Apr 15, 2009 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Negative Number representation needs to be modified
Replies: 11
Views: 4567

Treat the sign as a separate field and when it is "-" multiply the amount by -1.
by chulett
Wed Apr 15, 2009 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connection issue
Replies: 14
Views: 4324

Who knows? You haven't told us what the error is that you get, what "not able to login" means, for instance. For all we know, you may not be remembering the system password correctly.
by chulett
Wed Apr 15, 2009 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conncting a database from a routine
Replies: 23
Views: 8118

A "transform routine" is written in BASIC and called in a PX job's BASIC Transformer derivation. From there, just let the job write it to the database.
by chulett
Wed Apr 15, 2009 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrpted Password and Projdef
Replies: 4
Views: 1637

It helps to actually ask a question, that's how everything starts here. :wink:
by chulett
Wed Apr 15, 2009 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INSERT/UPDATE problems
Replies: 1
Views: 725

Have your DBA monitor the table. Not a table lock but row-level lock collisions are your problem, I'd wager. Does it work with 1 node? How are you partitioning the data across nodes when there are multiple nodes?
by chulett
Wed Apr 15, 2009 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv file
Replies: 10
Views: 8492

Can you not just "Search" for it in Windows Explorer? Should be wherever you installed things, in a directory called "DSEngine".
by chulett
Wed Apr 15, 2009 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conncting a database from a routine
Replies: 23
Views: 8118

"Routine" = what here? Before/After/Transform BASIC routine? External C++ routine? :? Short answer is don't do it. Use 'normal' mechanisms to do that, i.e. a job that takes that result as a parameter and does the db insert. A Sequence job would make the linkage trivial. Long answer is sear...
by chulett
Wed Apr 15, 2009 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault type 11 - Abnormal Termination
Replies: 7
Views: 8566

My bad on the address versus line thing. :( Explosions like this with OCI involved are generally caused by bugs in the Oracle client, from what I've seen. I know, I know, hard to imagine saying "Oracle" and "bugs" in the same sentence, but it has been known to happen. On occassio...
by chulett
Wed Apr 15, 2009 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job abort - Exception raised in GCI subr - Access violation
Replies: 10
Views: 4799

I have sent the code to your email,as it was not possible to attached in forum. Just to run this into the ground, there's no mention of the word "attach" or "attachment" here. Simply copy / paste from the source to your post, making sure you enclose what you paste in with code t...
by chulett
Wed Apr 15, 2009 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job abort - Exception raised in GCI subr - Access violation
Replies: 10
Views: 4799

:roll: OK, I didn't ask you to email it to me but rather post it here so everyone can be involved in either the solution or the learning. And I told you what "code" was needed, the contents of the specific "TRANS3" file noted in your error message. What you sent was an export of ...
by chulett
Wed Apr 15, 2009 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum length of SQL in Oracle query
Replies: 11
Views: 3040

Or just contact your support. You'll either find out the real maximum or get a patch if this is a bug. Or both. :wink: