Search found 15603 matches

by ArndW
Wed Mar 26, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Queue's Wait time
Replies: 12
Views: 4164

Change your output to a dataset. Is the behaviour the same? If not, then the cause is on the database side.
by ArndW
Wed Mar 26, 2008 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle commit interval
Replies: 11
Views: 5878

I had a similar issue under 7.5.2 and AIX but in my case neither of the two setting seemed to make a difference and the job was doing a commit at the end, as if the frequency was set to 0. We had opened up a support call and after we had changed the job around (for other reasons) it suddenly started...
by ArndW
Tue Mar 25, 2008 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String
Replies: 12
Views: 3178

That particular post only had a couple more words to it, but it is certainly worthwhile getting a premium membership.
by ArndW
Tue Mar 25, 2008 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Prpblem with range partition
Replies: 4
Views: 1210

Did you create your range map with the write-range-map stage?
by ArndW
Tue Mar 25, 2008 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function ExtCurDateValInt()
Replies: 3
Views: 1120

Nope, nobody can.

It is a user-written function in your project, so you should look at the job code and figure out what it does.
by ArndW
Tue Mar 25, 2008 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter visibility
Replies: 14
Views: 3755

How can we do that since we are awaiting a description of what you are doing from yourself.
by ArndW
Tue Mar 25, 2008 4:52 am
Forum: General
Topic: Regarding compilation error
Replies: 4
Views: 1678

This doesn't make sense. Can you post the exact compile-time error message, copied over with cut-and-paste?

p.s. indiscriminetely killing processes as suggested by Madhav_M is a very bad idea and can, in the worst case, lead to you have to restart the DataStage Engine!
by ArndW
Tue Mar 25, 2008 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Lock
Replies: 7
Views: 2027

Pk39565 - I can guess that you did what everyone here recommends that you not do - you used a "kill -9" instead of a normal "kill". You now have a lock without an associated process. Once again, this is a case where I can only recommend that you have the deadlock daemon running; in which case you co...
by ArndW
Tue Mar 25, 2008 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Not bounded length.
Replies: 6
Views: 2822

What size did you set it to? 2147483647? How long is your maximum string length actually going to be - setting it to 2Gb could be overkill.
by ArndW
Tue Mar 25, 2008 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String
Replies: 12
Views: 3178

The "EREPLACE" function doesn't exist in the PX transform stage, so the external sed function, perhaps in a wrapper, will work but might be just as slow as using a BASIC transform stage. In that case, it would be better to evaluate writing this job in Server.
by ArndW
Tue Mar 25, 2008 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Only inserts through Oracle Enterprise stage
Replies: 18
Views: 4585

Sometimes that cannot be done due to other constraints.
by ArndW
Tue Mar 25, 2008 2:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Cyrillic data
Replies: 10
Views: 3532

man pages for the iconv function are present on AIX as well.
by ArndW
Tue Mar 25, 2008 2:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character not inserting into Oracle DB.
Replies: 14
Views: 5513

Yes, you need to set NLS_LANG to reflect the Oracle database language.
by ArndW
Tue Mar 25, 2008 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Lookup
Replies: 11
Views: 3406

With a normal lookup the lookup stage will have a link from a column in the top left to a column marked as "key" in the bottom left. Are both those columns called "Id" in your job? What happens if you change the column name of at least one of them as suggested above?
by ArndW
Tue Mar 25, 2008 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filesourced job failed with "Internal Error:"
Replies: 9
Views: 2585

I can't check DS right now, but think that there was a debugging type switch in the stage to give you more error output.