Search found 3045 matches
- Tue Aug 28, 2007 6:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Got certified in Datastage
- Replies: 40
- Views: 13776
- Mon Aug 27, 2007 5:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File!
- Replies: 4
- Views: 880
- Mon Aug 27, 2007 5:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with Surrogate Key Generator
- Replies: 3
- Views: 792
- Fri Aug 24, 2007 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL server 2005 and DS 801
- Replies: 4
- Views: 1097
I would go with the connector stage. It's got the best re-use value - you configure the stage once and save it as a connection for use it in many jobs. You can use the Connector object from the table definition import menu. It has some handy job parameter features such as letting you create new job ...
- Thu Aug 23, 2007 6:10 pm
- Forum: General
- Topic: Custom Wrapped Parallel Stage Question
- Replies: 2
- Views: 1071
- Thu Aug 23, 2007 6:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Massive upsert with 4 nodes take too much time
- Replies: 5
- Views: 1529
You might also have a mismatch between the key or index used by DataStage and that set against the table. With an upsert the Oracle stage needs to do a huge number of checks to see if the row is already there and if the table is configured incorrectly these will run very slowly. Get an Oracle DBA to...
- Wed Aug 22, 2007 6:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version 8.0.1 Installation
- Replies: 16
- Views: 15055
Your DataStage CPU licenses are expensive while you Metadata Server license comes free (with DataStage). So put the DataStage server on it's own grunt machine so you get as much CPU and RAM as it can take while running and put the Metadata domain and repository on the smaller machine. This will give...
- Fri Aug 17, 2007 12:40 am
- Forum: General
- Topic: migration from DS 6.0 to 8.8
- Replies: 4
- Views: 1463
I think if you are upgrading a server you have to go via 7.5. An easier upgrade is to export all projects, remove all existing DataStage software and install version 8 on a clean(ish) machine. DataStage 8 *should* be able to import version 6 jobs (though I'm not positive of this) and if that doesn't...
- Tue Aug 14, 2007 11:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Are there Plug-in stages in Parallel jobs
- Replies: 2
- Views: 1000
My definition of plug-in is that it requires software from outside of DataStage to work - such as a database client or a separate processing engine. Most of the new DataStage 8 plug-ins will be for parallel jobs - such as the data quality and federation server plugins. I would call CFF a standard st...
- Thu Aug 09, 2007 7:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Custom Stage using C++/C
- Replies: 6
- Views: 2004
You might find it easier to use custom routines in a parallel transformation rather than a custom stage. I put a link to IBM's custom parallel routine tutorial in my blog post The Top 7 Online DataStage Tutorials.
- Wed Aug 08, 2007 5:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use transformer as lookup
- Replies: 2
- Views: 1060
- Mon Aug 06, 2007 9:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IS local OS user registry vs IS information server user reg
- Replies: 1
- Views: 692
Yes. Local Admin means you should allocate suite and DataStage roles to your local operating system users and groups. Under Information Server Directory you get two users created for you (suite admin and WAS admin) and you have to create the other users and groups through the IS admin tool. There is...
- Sun Aug 05, 2007 7:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Metadata repository for IS v8 (mandatory or non-mandatory??)
- Replies: 5
- Views: 1081
I've been able to run the Metadata Server on the bundled DB2 database and on the free SQL Server Express. It also runs on Oracle. The database server does not need to be on the same machine as the metadata server though you want fast connectivity between the two. You could put the DataStage Server, ...
- Wed Aug 01, 2007 10:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null values getting dropped by SCD Stage
- Replies: 4
- Views: 1182
- Sat Jul 28, 2007 5:22 am
- Forum: General
- Topic: IBM infomatio server - installation on windows XP
- Replies: 1
- Views: 811
The Information Server will install onto XP even though it's not an officially supported platform. Make sure you have the Visual C++ express installed first. Recommend you install once layer at a time - repository followed by domain. Don't do an all in one install as a minor error towards the end re...