Search found 42189 matches

by chulett
Thu Jun 16, 2011 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No row was found for FETCH, UPDATE or DELETE
Replies: 2
Views: 2015

Moderator comment: Split from this topic. You may be seeing the same message but it's your issue so off you go to your own post in the proper forum. And since this is your first post, I had to guess your version and O/S, if either are incorrect please edit your post and fix them.
by chulett
Thu Jun 16, 2011 6:39 am
Forum: General
Topic: Universe database
Replies: 8
Views: 4084

I've used Chuck Smith's tools for this in the past, modifying some to store their output in a database table so it can be checked with simply queries.
by chulett
Thu Jun 16, 2011 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error.
Replies: 3
Views: 1673

Well... that message is pretty clear. Is this job using a new configuration file? Did you "Look for error messages in the preceding output"?
by chulett
Wed Jun 15, 2011 10:35 pm
Forum: General
Topic: unable to see job parameters
Replies: 9
Views: 2394

Let's go back to Ray's first question: Where exactly is this "insert parameter" control you are attempting to use?
by chulett
Wed Jun 15, 2011 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle function IN equivalent in Datastage
Replies: 3
Views: 2084

True... but that would be more of an alternative rather than an equivalent. :wink:
by chulett
Wed Jun 15, 2011 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS-CONN-ORA-001003, ORA-24381
Replies: 13
Views: 16437

Those are the kind of conversations you should be having with your DBA.
by chulett
Wed Jun 15, 2011 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS-CONN-ORA-001003, ORA-24381
Replies: 13
Views: 16437

Did you do any searches for your "ORA-24381: error(s) in array DML" error that I assume you got based on the linked post? It's not about how many records are in the array but the total size - so that times the record length. For longer records, less will fit at a time. Of course there are ...
by chulett
Wed Jun 15, 2011 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS-CONN-ORA-001003, ORA-24381
Replies: 13
Views: 16437

Bigger is not always better. :wink:
by chulett
Wed Jun 15, 2011 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS-CONN-ORA-001003, ORA-24381
Replies: 13
Views: 16437

Nagaraj wrote:so why it is failing if i leave it as default 2000 rows and source being 7000 rows?
Because this -> default 2000 rows
Has nothing to do with this -> source being 7000 rows

Lower your array size, does the error go away?
by chulett
Wed Jun 15, 2011 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS-CONN-ORA-001003, ORA-24381
Replies: 13
Views: 16437

Me, I don't care how "identical" your specs are - this is your issue so off you go to your own post. I did however link back to the original post.
by chulett
Wed Jun 15, 2011 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle function IN equivalent in Datastage
Replies: 3
Views: 2084

That would be the Index() function, something you can search for as its use for this purpose has been documented here quite a bit.
by chulett
Tue Jun 14, 2011 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLConnect error: Status = -1 SQLState = IM976 Natcode
Replies: 8
Views: 8855

Are you sure you didn't mean version 7.5.3 ?
by chulett
Tue Jun 14, 2011 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination of Stage
Replies: 8
Views: 10099

OK peoples... I'm two steps away from locking this thread. We do not need to keep piling in here with every possible reason for the rather generic "abnormal ternination of stage" error one gets with Server jobs. :?
by chulett
Tue Jun 14, 2011 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in insert or update process
Replies: 1
Views: 972

No, you don't need a "primary key" - what you need is a unique constraint in order for this to work. That constraint could be from a primary key or a unique index and causes the insert to fail which is what triggers the update.
by chulett
Tue Jun 14, 2011 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of Vertical Pivot Stage
Replies: 2
Views: 1578

Mark the first two columns as "key" columns.