Search found 15603 matches

by ArndW
Fri Oct 03, 2008 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key in sequential file
Replies: 4
Views: 1264

No use at all, but it is there; kind of like an appendix.
by ArndW
Thu Oct 02, 2008 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS for DataStage 8
Replies: 8
Views: 2328

I guess I misunderstood the question as well. So you are looking at running either Windows 2003 or Linux on the IBM Blade Server that will host the DS Engine - same HW but different OS's? I always envision Windows to use a lot more of the system resources than UNIX and be less efficient with process...
by ArndW
Thu Oct 02, 2008 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS for DataStage 8
Replies: 8
Views: 2328

The repository database is not heavily used (compared to a DWH or staging DB) so any performance differences should be negligible. More important is your choice of platform for the actual DS Engine and for the DWH database or target - their configuration and sizing will have a much more significant ...
by ArndW
Thu Oct 02, 2008 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS for DataStage 8
Replies: 8
Views: 2328

The differences overall between the two OSs for the repository are not that significant and chances are high that you won't notice any differences from DataStage. This means the decision is not truly technical but related to your infrastructure. Do you have more OS level expertise on one platform or...
by ArndW
Thu Oct 02, 2008 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND
Replies: 3
Views: 1705

Welcome to DSXchange.

Use APT_DISABLE_OPERATOR_COMBINATION set to "false" to see which stage is generating the error. Also, search the forum for posts with the keyword "TRUNCATED_CHAR_FOUND" to see if any of those threads describe your problem.
by ArndW
Thu Oct 02, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insurance Datawarehouse Model
Replies: 5
Views: 3235

In most client scenarios the actual Model used to build the warehouse is a home-grown solution and often reflects the company's way of looking at and using data. There are a couple of different basic business-specific models that are available for purchase, but even these are usually highly modified...
by ArndW
Thu Oct 02, 2008 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating Point Error
Replies: 4
Views: 1202

What floating point error do you get after changing the scale?
by ArndW
Thu Oct 02, 2008 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropping component and No Default Conversion
Replies: 9
Views: 5790

export the job to a .dsx file and edit the RCP tag and re-import it.
by ArndW
Thu Oct 02, 2008 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropping component and No Default Conversion
Replies: 9
Views: 5790

Check the stage output link to ensure that RCP is indeed turned off; perhaps this job was imported from a project where RCP was enabled.
by ArndW
Wed Oct 01, 2008 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Waht is the size of Dataset and SAS Dataset in Version 8
Replies: 2
Views: 1327

I'm not sure that there is a limit that you can reach, as DataSets use multiple physical files to store data.
by ArndW
Wed Oct 01, 2008 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in compilation
Replies: 4
Views: 1074

Put in a dummy transform as suggested, with straight pass-through of columns and see what happens on compile and run.
by ArndW
Wed Oct 01, 2008 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in compilation
Replies: 4
Views: 1074

The "IDENT1" means it is a dummy stage inserted between two passive stages in the job. Are you certain that this is a Parallel job and not a Server job? What passive stages do you have in the job that are next to each other (i.e. source/target file or database stages)
by ArndW
Wed Oct 01, 2008 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: mgration from 5.22 to 7.5.2
Replies: 19
Views: 8247

Now I have the query that can i directly migrate it by automatic upgrade as specified in the previous posts?? Yes, export from the old, import in the new. Or Else should I first do a 5.22 to 7.5 server and then 7.5 server to 7.5.2 parallel? I am not sure why you would need to do this. Also do I nee...
by ArndW
Wed Oct 01, 2008 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character warnig
Replies: 3
Views: 1521

Can you try putting the result of the Macro into a VarChar column as a test, perhaps this macro is typed as a varchar and not working for some reason.
by ArndW
Wed Oct 01, 2008 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error on CREATE.FILE command
Replies: 4
Views: 2014

That is very odd indeed. What about "COUNT VOC USING DICT VOC", does that return the same error as "COUNT DS_JOBOBJECTS USING DICT VOC"?