Search found 3045 matches

by vmcburney
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

You can search for DataStage 8 on this forum for some good threads, you can read my blog entry What is new for DataStage 8 on the Information Server and visit the Moving to DataStage 8 on Squidoo page that has some links to IBM, blogs and this forum.
by vmcburney
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 ...
by vmcburney
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

Sheesh was I wrong. Of course you wouldn't derive an output row until you had worked out what output links that row is on. Thanks Craig.
by vmcburney
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

Stage variables first followed by derivations followed by constraints.
by vmcburney
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

For some actions the Teradata Enterprise stage lets you put in a Before-SQL and an After-SQL statement that runs at the start of end of the DataStage job (not for every row). You might be able to use the After-SQL tab to update stats.
by vmcburney
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...
by vmcburney
Sat Jun 16, 2007 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 2
Views: 945

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...
by vmcburney
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...
by vmcburney
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...
by vmcburney
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...
by vmcburney
Thu Jun 14, 2007 11:56 pm
Forum: General
Topic: datastage tutorial
Replies: 3
Views: 1527

You can get some basic materials - DataStage comes with a tutorial and if you can find more simple tutorials online, but the real value from a training course is watching a DataStage expert use the product.
by vmcburney
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

You should first make sure it is a compiler compatibility error and not an error specific to that transformer in that job. Create a simple job with a row generator, transformer and copy stage with one column and try compiling it.
by vmcburney
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...
by vmcburney
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-
by vmcburney
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...