Search found 42189 matches

by chulett
Mon Jul 16, 2007 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DS 8 migration
Replies: 7
Views: 1623

Sounds like you need to find yourself a better informed consultant. Yes, just import them like always.
by chulett
Mon Jul 16, 2007 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (nP==nC): sc/sc.C: 3858
Replies: 3
Views: 1739

Hmmm... regardless, I don't believe one should be able to generate any kind of an assert error, that would normally indicate a code problem.
by chulett
Mon Jul 16, 2007 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DS 8 migration
Replies: 7
Views: 1623

You asked two questions, I gave you two answers. I'm not sure what kind of information you would be looking for, so please ask more detailed questions if you need to. "Can i migrate even the server jobs to datastage 8 version?" Yes. "Datastage 7.5.2 server job cannnot be migarted to datastage 8. Is ...
by chulett
Mon Jul 16, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In How many ways can we increase performance
Replies: 5
Views: 1949

You 'have to do performance tuning' and yet it sounds like you have no idea what that involves. What, did you draw the short straw? :?
by chulett
Mon Jul 16, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Mon App
Replies: 1
Views: 962

Please search the forums for your warning message, it's been discussed here quite a number of times.
by chulett
Mon Jul 16, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (nP==nC): sc/sc.C: 3858
Replies: 3
Views: 1739

Looks like an 'assert error' to me, one of those 'This must be true' checks that abort if not true. You'll need to take this to your official Support provider, I would think.
by chulett
Mon Jul 16, 2007 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value "2005-12-14 " to D
Replies: 6
Views: 1408

What does your target SQL look like? There should be a TO_DATE() function there with a matching mask.
by chulett
Mon Jul 16, 2007 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preserving blanks when using Oracle(LOAD Option)
Replies: 8
Views: 2876

So you have a metadata problem, not a 'preserve blanks' one, it seems. How did you import the metadata? What happens if you 'fix' it, set it to varchar(1)?
by chulett
Mon Jul 16, 2007 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to login Administrator
Replies: 0
Views: 1086

Search is your friend. See if this helps:

http://www.dsxchange.com/viewtopic.php? ... 2713%5C%27
by chulett
Sun Jul 15, 2007 9:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Please help
Replies: 3
Views: 755

And you don't need to explicitly set the 1 or 0, the expression will evaluate to that automagically:

Code: Select all

#pErrorFlag# = 'Y'

Is all you need.
by chulett
Sun Jul 15, 2007 9:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Redistributing DataStage Development Kit Applications
Replies: 5
Views: 2362

No, never had a need to play this game.

I'd suspect, based on your 'unresolved externals' error, that it's not about putting them in the right place, but about having the right runtime libraries.
by chulett
Sun Jul 15, 2007 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file load
Replies: 11
Views: 2597

Also make sure you understand that there's no such thing as duplicate records in a hashed file. They use 'destructive overwrite' based on the Key fields and so, per 'key', last one in wins. As Arnd notes, best to just explain what you are seeing, symptoms first, save the possible misdiagnosis for la...
by chulett
Sun Jul 15, 2007 9:18 pm
Forum: General
Topic: Install DataStage client (both server and enterprise)
Replies: 2
Views: 1364

Welcome. :D Multiple versions of the Client software can be installed on the same PC as long as they are installed to separate directories. You'll also need to install and use the Multi-Client Manager as without it, only the most recently installed version can be used. So, multiple copies can be ins...
by chulett
Sun Jul 15, 2007 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Date
Replies: 18
Views: 5990

No.

Does 'yes' mean it is working for you now? If so, please mark the thread as Resolved. If not, please explain what issue remains.