Search found 15603 matches

by ArndW
Thu Mar 20, 2008 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import meta data from different tables?
Replies: 3
Views: 1033

DataStage has many possible ways and formats to import metadata. If you try Import -> Table Definitions in the Manager you will get a long list of acceptable formats to choose from.
by ArndW
Thu Mar 20, 2008 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance Isuue
Replies: 6
Views: 1074

The first step is always to figure out which component is slowing the overall process down, i.e. which one is the "bottleneck".
by ArndW
Thu Mar 20, 2008 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation problem
Replies: 4
Views: 1098

I thought it might be that the display buffer might have run out of space on the "***" from the compile but perhaps the error isn't in the tranform stage after all...
by ArndW
Thu Mar 20, 2008 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: short read on import
Replies: 1
Views: 507

It means you have less actual data in the row than your DataStage format describes. Fix either the data or your metadata.
by ArndW
Thu Mar 20, 2008 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while load the data in sequential stage with jobpar
Replies: 8
Views: 1464

I took the easy way out - instead of attempting to explain I just recommended using the drop-down list of valid parameter names :)
by ArndW
Thu Mar 20, 2008 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation problem
Replies: 4
Views: 1098

Try making a copy of the job and removing the firt half of the derivations in that transform. Does it compile? If no - perhaps you have a full error message; if not repeat the copy but delete the second hafl of the derivations and repeat.
by ArndW
Wed Mar 19, 2008 12:12 pm
Forum: General
Topic: NFS Drive access related question
Replies: 9
Views: 3196

I've seen this before as well. Windows access can be nasty. Do you have the same problem with Windows-mapped drives as well (probably not). What sort of NFS mount is this?
by ArndW
Wed Mar 19, 2008 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while load the data in sequential stage with jobpar
Replies: 8
Views: 1464

Go back to your sequential file definition but use the drop-down button to paste your parameter name into the field - I think you have made a typographical error and mis-spelled your parameter name.
by ArndW
Wed Mar 19, 2008 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

If you have Oracle ODBC configured you could try using that stage to see if you get success or a better error message. The "core" for the DataStage engine means it is likely in Oracle, as a bad transform stage would normally give a DS/Basic error location before coring out. If you have a savvy UNIX ...
by ArndW
Wed Mar 19, 2008 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is theDifference Between Data Stage 7.5 & DataStage
Replies: 9
Views: 3995

0.4.8 of DataStage would be "DataS" with rounding, right?
by ArndW
Wed Mar 19, 2008 10:47 am
Forum: General
Topic: Migration to Version 8
Replies: 13
Views: 4017

Kumar - that would be a migration. But as well all know, sometimes when the marketing department says "100% compatible" they don't really mean that...
by ArndW
Wed Mar 19, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UCS-2
Replies: 20
Views: 5263

Don't trust the "view data" to correctly display the Chinese characters. Write the data to a text file and use a viewing tool that you know will display Chinese correctly.
by ArndW
Wed Mar 19, 2008 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal error message 523 92
Replies: 4
Views: 977

Did I understand that this is a sporadic error that does not happen every time? Also, which database are you connecting to via ODBC?
by ArndW
Wed Mar 19, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

Even though I'm not a Duke or a Ray I'll put something in here. Do a reset and see if the generated log entry is any help. A core dump in a transform stage usually means yuo didn something incorrectly that the compiler didn't detect. What are you doing apart from column 1:1 mapping?
by ArndW
Wed Mar 19, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is theDifference Between Data Stage 7.5 & DataStage
Replies: 9
Views: 3995

But of all the changes I think that the disappearance of the Manager is among the more trivial and unimportant ones!
I would put the integration of IIS and the moving of many repository elements from the local hashed files to a SQL compliant database of the user's choice at the top of the list.