Search found 42189 matches

by chulett
Sun Jan 27, 2008 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Exporting
Replies: 1
Views: 829

Welcome! :D

Sounds like you need to REINDEX the Project. Search the forums for DS.REINDEX or DS.TOOLS and make sure you understand all of the caveats the posts list.
by chulett
Sun Jan 27, 2008 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

And?? Did you check anything we mentioned? :?
by chulett
Sun Jan 27, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is diff between configuration file and node
Replies: 4
Views: 1047

On the off chance that the "what is cpu?" question is for real, find an in-depth answer here.
by chulett
Sun Jan 27, 2008 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

Probably not, as then nothing Oracle would work. I'm assuming this is one of those odd circumstances like I had where 99.9% of things worked 'fine' and then one job, that didn't look any different than any other other job, would blow.

Well worth checking, of course, though.
by chulett
Sun Jan 27, 2008 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

Wish I knew. Invalid pointers in glibc? You'll probably need to involve your official Support provider at this point, but let's see... What's different about this 'new machine' than the old one? Obviously something or we wouldn't be here having this conversation. I'm wondering about your Oracle clie...
by chulett
Sun Jan 27, 2008 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

Reset the aborted job and let us know the contents of the 'From previous run...' log entry that (hopefully) shows up.
by chulett
Sun Jan 27, 2008 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

Post the abort.
by chulett
Sun Jan 27, 2008 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

Post the abort. And to add what Ray asked, how are you using these Sequences - embedded in the target sql, as a reference lookup, what?
by chulett
Sat Jan 26, 2008 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage instalattion on windows xp home
Replies: 3
Views: 1379

In other words, no.
by chulett
Sat Jan 26, 2008 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Message from MQ to MQ
Replies: 16
Views: 6707

eostic wrote:...but before you even do that, I'd suggest that you see if you can get a simple row generator to write to your MQ.

Did you try this suggestion?
by chulett
Sat Jan 26, 2008 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Parallel jobs Error
Replies: 1
Views: 855

Not sure how you can say that all of the Parallel jobs "run fine" when they all log that same fatal error. This has been asked and answered many (many) times already. Rather than spell it out again, please search the forum for your error message, choose which flavor looks interesting to you and all ...
by chulett
Sat Jan 26, 2008 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I find logs cleared by user from director? if yes how?
Replies: 8
Views: 1765

Ok... if the question is 'can I recover cleared log messages?' then as Ray notes, the answer is no. I read it as the OP wanted to identify which logs had been cleared, which is what I attempted to answer.
by chulett
Sat Jan 26, 2008 12:50 am
Forum: General
Topic: Phantom errors and Hashed Files
Replies: 1
Views: 1561

Re: Phantom errors and Hashed Files

From the errors, it seems like there are NULLs that are causing the problem, but I've checked the data and it isn't true. Yes, it *is* true or the error wouldn't have been logged. When I run the job in Designer so that I can see the pretty colors, I see 100 records get passed from the Oracle table ...
by chulett
Fri Jan 25, 2008 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking db links before loading
Replies: 2
Views: 786

Another approach would be use a Sequence to Validate some form of job that connects to the database in question. It won't process any records, but will let you know if the source is available. Or not.