Search found 42189 matches

by chulett
Thu Sep 04, 2008 11:07 am
Forum: General
Topic: Password info encrypted/clear from Log
Replies: 23
Views: 9866

Ok, the password has to be decrypted before your O/S command can use it. There should be a 'Silent' version of ExecDODS you can switch to that doesn't log that information. If it doesn't exist, it should be easy enough to write one.
by chulett
Thu Sep 04, 2008 10:28 am
Forum: General
Topic: Password info encrypted/clear from Log
Replies: 23
Views: 9866

That doesn't make much sense. Can you post the log where you see the actual password? So perhaps we have some clue what is logging it.
by chulett
Thu Sep 04, 2008 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Encrypt passwords in DS Param file
Replies: 4
Views: 3836

Please start a new post for this. And when you do, be more specific in your needs and question.
by chulett
Thu Sep 04, 2008 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An update job is not able to update the table
Replies: 8
Views: 3274

Still, deletes without an index equals a full table scan per request. As requested - what is the abort when it does finally fail?
by chulett
Thu Sep 04, 2008 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SIGSEGV error in server job
Replies: 7
Views: 3065

No, no screenshot but copy/paste the message from the log - do not type it in. Resetting is not meant to solve anything directly but rather help in the resolution. After the job aborts and you reset it, is there a message in the log saying "From previous run..."? If there is, double-click on it and ...
by chulett
Thu Sep 04, 2008 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An update job is not able to update the table
Replies: 8
Views: 3274

Define what you mean by "insert/update" - two separate links or a combo Update Action?

ps. Updates don't work so good without an index to support them, you know.
by chulett
Thu Sep 04, 2008 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue - the Long data type column from oracle table
Replies: 4
Views: 1490

Then you *may* be able to use the dbms_lob package to help, talk to your DBA about it.
by chulett
Thu Sep 04, 2008 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV signal error received in parallel job.
Replies: 2
Views: 1451

In this month, have you involved your official support provider at all?
by chulett
Thu Sep 04, 2008 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pivotenu.so not in $dshome/lib
Replies: 5
Views: 1443

You select whichever ones you need. If you are unsure, install them all but I'd wager some will never be used. Still, won't hurt anything.
by chulett
Thu Sep 04, 2008 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SIGSEGV error in server job
Replies: 7
Views: 3065

Post the actual errors in their entirety. Also, Reset the aborted job and let us know the contents of any 'From previous run...' message.
by chulett
Thu Sep 04, 2008 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data.30 in my input Data
Replies: 19
Views: 5064

thurmy34 wrote:The job abort because the Cust_Id field is sent with null value to the database. The row is rejected because a Cust_Id cannot be null.

And does this have anything to do with the hashed file we are discussing? :?
by chulett
Thu Sep 04, 2008 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pivotenu.so not in $dshome/lib
Replies: 5
Views: 1443

The Pivot stage is one of the optional stages - did you choose to install it on your test server? I wager... not.
by chulett
Thu Sep 04, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find the "Last_Run_Time" and insert it in a table
Replies: 10
Views: 2327

Trick question. :wink:

Never said you could use it 'after job', just that it exists as an InfoType. What's the value of any attempt to find out when a job finished before it actually finishes?
by chulett
Thu Sep 04, 2008 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue - the Long data type column from oracle table
Replies: 4
Views: 1490

An actual LONG, not a CLOB? Yuck. Definitely 'Not Supported' and a PITA to work with even in Oracle. What version of Oracle, btw?