Search found 42189 matches

by chulett
Fri Aug 07, 2009 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to establish datasource connection
Replies: 11
Views: 6934

If which ones fail change run over run, then I'd say you have a resource issue and the instance/server/whatever can't support that many simultaneous connections. :?
by chulett
Fri Aug 07, 2009 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

Cool, thanks for that. Just for the record, RESIZE does need a VOC record, does it not?
by chulett
Fri Aug 07, 2009 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

[duplicate]
[got distracted]
[failed to delete before replied to]
[redacted]
by chulett
Fri Aug 07, 2009 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

Arnd, I'm a little lost on the first sentence and unsure why deleting and recreating a hashed file would cause "bigness" issues. Seems to me that *not* doing that would more likely be the reason but I must be missing some subtlety this morning. And did you mean OVER.30? :? I'm also curious...
by chulett
Fri Aug 07, 2009 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uv -admin -start but dsprcd does not go up
Replies: 5
Views: 2902

The port is in use, I would wager, but you'd need to start it up in debug mode to verify. Search for "bind bombed" for the gory details.
by chulett
Fri Aug 07, 2009 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key - wrong generation
Replies: 23
Views: 5153

:lol: You know the forum has very little relevance to what actually gets posted in it any more.

So... "not quite". Was that strictly a forum related response or does the Master have the real explanation of the issue waiting up his sleeve for a post-forum-move reveal?
by chulett
Fri Aug 07, 2009 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

Given the fact that they allegedly "use the option delete and create a new file regularly" I would not assume 64bit addressing. Still, clarifications keenly awaited. :wink:
by chulett
Fri Aug 07, 2009 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora 00911
Replies: 25
Views: 13128

As noted, this can be a problem when sourcing any kind of LOB field or a LONG from a database that still uses that evil data type. If you are using none of them, then perhaps it is a bug that was reported as fixed in the 7.5.3 release - check with your official support provider: ORACLE OCI stage pro...
by chulett
Fri Aug 07, 2009 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: users under same group different permissions
Replies: 2
Views: 902

DataStage 'permissions' are at the group level only, so they would need to be in different groups. And you don't need to explicitly do anything to allow access, typically you would need to do something to restrict access if desired. ps. There's a posting in the FAQ forum on handling permissions in D...
by chulett
Fri Aug 07, 2009 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

Problem is there are no ".30" files in a Static hashed file. Pop quiz, boys and girls - a Type 30 hashed file is also known as?
by chulett
Thu Aug 06, 2009 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key - wrong generation
Replies: 23
Views: 5153

No problem, that's why I do this. :wink: I too would think this is memory / cache related, I would wager that your in memory footprint for this hashed file grew until it would no longer fit into memory and generated the informational message you saw. After that, perhaps your updates were only stored...
by chulett
Thu Aug 06, 2009 9:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem converting date formats
Replies: 3
Views: 1005

First off, "Jul 31 2009" is not "MM DD YYYY" but rather "MON DD YYYY" and secondly IConv only has expectations if you don't help it so use the appropriate mask to tell it what format the string that needs to be converted is coming in as.
by chulett
Thu Aug 06, 2009 9:12 pm
Forum: General
Topic: latest most recommended version of Oracle DB version
Replies: 3
Views: 1417

10g is what is officially supported, 11g would probably be fine and I don't think 12g exists yet. :?
by chulett
Thu Aug 06, 2009 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Procedure without loosing parellelism
Replies: 3
Views: 1458

Re: Calling Stored Procedure without loosing parellelism

My current alternative is to build an independant job to preceed my oracle load that will run sequencially. And whose only function is to truncate the table. It seems like there should be a better solution than that. I'll be curious what others have to say but to me this is a perfectly valid soluti...
by chulett
Thu Aug 06, 2009 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key - wrong generation
Replies: 23
Views: 5153

Then try "Enabled, locked for update" and see if that gets any faster. You must do one or the other for this to work correctly. You *are* doing the update link in the same transformer as the reference lookup link, yes?