Search found 38 matches

by sima79
Tue Mar 31, 2009 4:23 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer - problem getting connected
Replies: 4
Views: 4878

Have you imported the metadata?

First steps after adding a data source is to import the tables and columns under Home->Metadata Management ->Import Metadata
by sima79
Tue Mar 31, 2009 3:49 am
Forum: General
Topic: Web Services info
Replies: 5
Views: 2113

There should be two extra pdf documents. A user guide and an admin guide. These should be on the client computer where you installed the RTI console.

There is a brief example on using these stage in the following developerworks article: http://www.ibm.com/developerworks/libra ... datastage/
by sima79
Mon Mar 30, 2009 4:46 pm
Forum: General
Topic: Web Services info
Replies: 5
Views: 2113

There are two types of web services in DataStage. Which one are you referring to?
1. Web Services Pack - allows you to call web services with your DataStage job flow
2. Real time integration - allows you to expose DataStage jobs as a web service
by sima79
Mon Mar 30, 2009 4:25 pm
Forum: General
Topic: Resource Tracker
Replies: 5
Views: 6449

The files produced are used by the performance analysis tool, new in version 8. Selecting the option "Record job performance data" will write out information to an XML file containing: - Record throughput - Utilization of your machine (CPU, disk, memory) You can then view this information ...
by sima79
Mon Mar 23, 2009 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators option to handle newlines in Sequential
Replies: 9
Views: 4842

As Pagadrai mentioned, you will need to alter your record delimiter. This usually means altering the process that creates your sequential file. You may not have the ability to change the format. If you do choose an ascii character for your record delimiter that is unlikely to occur in your data e.g....
by sima79
Thu Mar 19, 2009 5:21 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error: ODBC - Specified driver could not be loaded
Replies: 1
Views: 4762

Have you created a DSN for the information analyzer database (IADB)?

You can edit this information in the odbc.ini file in the DSEngine directory
by sima79
Thu Mar 19, 2009 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Compilation Error for Transformer
Replies: 8
Views: 4874

Have a look at the system requirements at this link http://www-01.ibm.com/support/docview.w ... eswwindows

APT_COMPILEOPT and APT_LINKOPT only need to be modified when using Visual Studio .NET 2003 compiler.
by sima79
Thu Mar 19, 2009 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Stage
Replies: 6
Views: 4278

After installing the patch for the documentation there is still no mention of the DB2 connector. So it looks like we will have to wait for IBM to release more details. From my limited use of the DB2 connector, you need a DB2 client installed on your server machine. No other configuration was require...
by sima79
Mon Mar 16, 2009 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Efficient Way to remove Duplicates and store them
Replies: 5
Views: 1664

I would avoid using a fork join, it is possible that your job will wait forever. See the advanced developers guide under chapter 4: Link Buffering: Deadlock situations can occur where you have a fork-join in your job. This is where a stage has two output links whose data paths are joined together la...
by sima79
Mon Mar 16, 2009 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from v 8.0 to v 8.1
Replies: 23
Views: 11552

Just got the DB2 connector installed. Note: This stage is only available in Parallel jobs. After installing I am able able to insert data in parallel. No complicated configuration required. The bulk load did not work out of the box. Looks like there is an issue with the default DB2 client installed ...
by sima79
Mon Mar 16, 2009 12:24 am
Forum: IBM QualityStage
Topic: Customized Rule set
Replies: 7
Views: 4086

Folder should be C:\IBM\InformationServer\Clients\Classic\QS_TEMP
by sima79
Sun Mar 15, 2009 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from v 8.0 to v 8.1
Replies: 23
Views: 11552

The DB2 connector stage and distributed transaction stage are downloaded as a separate patch. There are 7 patches in total that need to be installed, 4 on the server side and 3 on the client side. You can download the patches from the following link: http://www-01.ibm.com/support/docview.wss?rs=14&a...
by sima79
Thu Mar 12, 2009 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator performance
Replies: 9
Views: 3440

One aggregator stage (execution mode parallel) to count the rows in parallel then another aggregator stage (execution mode sequential) to sum up the counts from each partition. No need to use hash partitioning, round robin in this case would be better.
by sima79
Thu Mar 12, 2009 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing job dependencies in a sequence job
Replies: 7
Views: 2203

Your concept of "containers" can be implemented by using multiple job sequences. Job Sequence 1: Run A-E concurrently Job Sequence 2: F->G->H->I Job Sequence 3: J-L concurrently You then need a master job sequence to control the 3 job sequences above. This will have the three job sequences...
by sima79
Wed Mar 11, 2009 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WARNING: DataStage has found more CPU's on your system (8)
Replies: 2
Views: 1842

Option 1: Remove 4 CPUs
Option 2: Purchase additional licenses