Search found 3045 matches
- Tue Dec 20, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe will be going away...
- Replies: 5
- Views: 1445
The Hawk release comes with a new IBM/Ascential product called the Information Server or the Metadata Server, depending on which presentation you go to. This provides metadata services to the Hawk products but also other WebSphere products, it is part of the Master Data Management framework for exam...
- Tue Dec 20, 2005 4:45 pm
- Forum:
- Topic: SQL0302N - SQLSTATE22001 Error while loading Job Sequences
- Replies: 2
- Views: 4712
- Tue Dec 20, 2005 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Features and enhancement in DataStage PX over Server Job
- Replies: 4
- Views: 1304
It was Keith who took the time! I don't mind certain questions being replicated in new threads as you find peoples opinions may change or with new product releases the comparison between the products may change over time and a fresh look can be good. My blog Process in parallel or take up folk danci...
- Tue Dec 20, 2005 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Terbo Image
- Replies: 1
- Views: 635
Since most of us know very little about Turbo Image I suggest google searching! There is an article on transforming TurboImage data types to Oracle data types . A vivisimo search of TurboIMAGE ODBC revealed a few sites such as this one from Minisoft that accesses TurboImage databases. Apparently the...
- Mon Dec 19, 2005 11:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: disk space full causing datastage to work weird
- Replies: 4
- Views: 2123
Running out of disk space on your data drives is recoverable, running out of disk space on your software drive is as lethal on a DataStage server as it is on a Windows desktop. Did your server really restart? It is likely you have a port timeout pending. Open up the DataStage Install and Upgrade Gui...
- Mon Dec 19, 2005 11:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Timeout
- Replies: 1
- Views: 1927
I don't know if it is the same product but there is a DataDirect Developer forum with an ODBC driver topic. There is also a DataDirect Accessing SQL Server from Unix product page with a knowledge base and reference guide.
- Mon Dec 19, 2005 10:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Features and enhancement in DataStage PX over Server Job
- Replies: 4
- Views: 1304
- Mon Dec 19, 2005 8:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass the parameters to a job
- Replies: 5
- Views: 1501
- Mon Dec 19, 2005 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Putting condition in the sequencer
- Replies: 2
- Views: 1433
Use a routine stage. Write a routine that receives a job name, a reject link name, a primary link name and a percentage value as input attributes: - Attach the job. - Find the reject and primary links and get the row counts. - Calculate the percentage of rejected rows. - Generate a log message with ...
- Mon Dec 19, 2005 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: surrogate key stage doubt
- Replies: 3
- Views: 1765
LK, Go to the Parallel Job Developers Guide, go to the Surrogate Key Stage chapter, look at the first section titled "Key Space" and look at the example diagram showing how keys are allocated across four nodes. It's also a good example of what happens when the partitions are not balanced, Node C has...
- Mon Dec 19, 2005 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantage of Datastage over Informatica
- Replies: 13
- Views: 10225
Some interesting points made in this thread. There were a few threads on this topic over at www.datawarehouse.com, back when it was popular, and whenever one person stated the advantages of one product over the other someone else was able to dispute each point. As Ray points out they are in almost e...
- Mon Dec 19, 2005 2:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantage of Datastage over Informatica
- Replies: 13
- Views: 10225
- Sat Dec 17, 2005 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sparse Lookup usage?
- Replies: 2
- Views: 6067
- Thu Dec 15, 2005 7:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: running job instances in parallel mode
- Replies: 4
- Views: 944
Use the Batch Job build tool as a short cut to generating your routine code. In the Director choose Tools - Batch - New from the menu. This creates a new batch job. Find your multiple instance job in the combo box and hit the add button, you will get a job parameter prompt and it will add all the co...
- Thu Dec 15, 2005 7:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DRS Stage with DB2 as DBMS type
- Replies: 2
- Views: 907
In the $PXHOME/bin directory are two scripts called db2setup.sh and db2grant.sh that you need to run to setup access to local DB2 databases. Instructions are in the DataStage Install and Upgrade Guide. For remote DB2 databases you need to follow the instructions in the DB2 configuration guide that I...