Search found 3045 matches
- Tue Jun 19, 2007 9:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need some information on Web Sphere Data Stage Architecutre.
- Replies: 2
- Views: 1104
- Tue Jun 19, 2007 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade to DataStage 7.5 or Higher
- Replies: 2
- Views: 943
You should find an upgrade to 7.5.1 to be quite easy and beneficial - getting you some performance improvements and new features. You will need to regression test your jobs as there may be minor changes between the versions to the way data is handled. I wouldn't move to version 8.0.1 just yet as it ...
- Mon Jun 18, 2007 8:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: constrains,derivations,stage variables which one is executes
- Replies: 9
- Views: 2234
- Mon Jun 18, 2007 12:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: constrains,derivations,stage variables which one is executes
- Replies: 9
- Views: 2234
- Sun Jun 17, 2007 10:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to run these commands in Datastage for Teradata.
- Replies: 4
- Views: 4111
- Sun Jun 17, 2007 6:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Selection criteria in CFF stage in parallel jobs
- Replies: 5
- Views: 1273
The Designer help files are the first place I go to find information on properties in the stages. If you go to a property window and press F1 it brings up a help page with a bitmap of the property window, if you click on the tab in the bitmap it jumps to the help for that tab. You usually get a help...
- Sat Jun 16, 2007 6:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error
- Replies: 2
- Views: 944
The 7.5.2X install was tested and certified for Windows 2003 so the compile options are for that version. You could try switching to the 2005 C++ compile options that get set by the DataStage 8 install and let us know if this works on DataStage 7 installs: APT_COMPILEOPT: -W/TP -W/EHa -DAPT_USE_ANSI...
- Fri Jun 15, 2007 11:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Administrative tasks in DS v8.0.1
- Replies: 9
- Views: 2056
There are very few administrative tasks to perform in the console. The first is to make sure the DataStage credentials are set, the second is to make sure you have user logins with the rights to the DataStage applications. All other admin tasks can then be performed in the normal DataStage Administr...
- Fri Jun 15, 2007 11:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Selection criteria in CFF stage in parallel jobs
- Replies: 5
- Views: 1273
It's covered in the DataStage Developers Guide: Defining record ID constraints If you are using the CFF stage to read data from a file that contains multiple record types, you must specify a record ID constraint to identify the format of each record. Columns that are identified in the record ID clau...
- Fri Jun 15, 2007 11:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic installation vs complete installation
- Replies: 4
- Views: 1281
I've tried the custom install instead of the basic install and on some products it gives you the option to remove a particular component but on most there are no options. For example with DataStage Client I was able to remove the multi client manager but that was the only optional component. For the...
- Thu Jun 14, 2007 11:56 pm
- Forum: General
- Topic: datastage tutorial
- Replies: 3
- Views: 1527
- Thu Jun 14, 2007 11:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ Compiler
- Replies: 5
- Views: 2222
- Thu Jun 14, 2007 10:21 pm
- Forum: General
- Topic: Commenting out Stages in Datastage.
- Replies: 5
- Views: 2103
A faster way is to highlight the stage and turn it into a shared container (Edit Menu - Construct Container - Shared Container) then delete the shared container stage from your job. The stage and stage links remain in the shared container folder but don't clutter up your job folder. If you need to p...
- Thu Jun 14, 2007 10:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ Compiler
- Replies: 5
- Views: 2222
I'm also using Visual Studio 5 Express (as recommended in the install materials) and didn't have to alter any of the compile options.
Code: Select all
APT_COMPILEOPT: -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -W/Zc:wchar_t-
APT_LINKOPT: -s -W/dll -W/base:0x50000000 -W/Zc:wchar_t-- Wed Jun 13, 2007 7:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic installation vs complete installation
- Replies: 4
- Views: 1281
I think you are better off exporting all your DataStage components, uninstalling version 7 and performing an 8.0.1 install and importing. This will be easier to rollback and restart if the install fails. You can put your Metadata Server (domain layer and repository) on a separate machine to your Dat...