Search found 3045 matches

by vmcburney
Wed Dec 07, 2005 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running Multiple Job
Replies: 5
Views: 983

To be fair this is one function that can be devilishly hard to find in the manuals since it's not clear which manual it is going to be in! It's something you set in Designer or Manager and use in Director and it also relates to job design, so you could end up searching through four or five manuals i...
by vmcburney
Tue Dec 06, 2005 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 Enterprise Stage delete using Open Command
Replies: 10
Views: 5800

So you could perform your delete if your job aborts, a sequence job trigger executes a delete/rollback job that gets passed the process id and table name as a parameter and removes the transactions from that table. Could be used for any table.
by vmcburney
Tue Dec 06, 2005 7:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 Enterprise Stage delete using Open Command
Replies: 10
Views: 5800

You could run the delete as a seperate job and use a row generator (set to 1 row) to create the single delete statement. The Open statement has the error problem and it will try to execute the statement on all nodes, so you are also getting multiple duplicate deletes running at the same time.
by vmcburney
Tue Dec 06, 2005 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any other way to get trim functionality without transformer
Replies: 9
Views: 2231

There is a modify function called string_trim which is not documented in any DataStage documentation. It does show up in the old Orchestrate manual: stringField= string_trim [ character, direction, justify ]( string ) You can use this function to remove the characters used to pad variable-length str...
by vmcburney
Mon Dec 05, 2005 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfmon to monitor DataStage
Replies: 6
Views: 1547

I wouldn't go that far. Perfmon is one part of optimisation and tells you whether you are stressing CPU or RAM or whether you are leaving CPU unutilised. Network monitoring and database monitoring can also be used. On top of that you have datastage design decisions to review.
by vmcburney
Mon Dec 05, 2005 9:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfmon to monitor DataStage
Replies: 6
Views: 1547

It's a question with a very wide scope. Definitely a lot easier to judge if you had an expert looking at the jobs. You will see some topics coming up a lot in the forum on performance. Hardware, disk drive I/O bottlenecks, network, database, RAM, CPU, too much data, single threaded jobs, poor transf...
by vmcburney
Mon Dec 05, 2005 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading to 7.5a from 7.01r1
Replies: 1
Views: 573

No and no. You should be upgrading to 7.5.1a and not 7.5a. You should think about using the new message handler functionality to remove acceptable warning messages from your production job and you should also look at Sequence job check point and restart though it's an optional code change. From memo...
by vmcburney
Mon Dec 05, 2005 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrate from DataStage Server 7.1 to 7.5 or wait for 8?
Replies: 3
Views: 2019

Re: Migrate from DataStage Server 7.1 to 7.5 or wait for 8?

1) In version 7.5, IBM offers improved fault tolerance and high-availability, 24x7 operation through the SOA Editions' clustering support for Oracle, DB2, and SQLServer, reducing project risk by eliminating a single point of failure. This does not seem to be a plus for us since we have a SAN Plus y...
by vmcburney
Mon Dec 05, 2005 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repartitioning to "DB/2"
Replies: 7
Views: 2125

Okay, I thought you were talking about partitioning in a DB2 Enterprise tab, which does have a user id and password option. Tricky one. With a transformer and DB2 partitioining you get three variables when you choose the properties button next to the partitioning type, DB2 Database name, DB2 Instanc...
by vmcburney
Sun Dec 04, 2005 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assagining Parameters In PX-7.1
Replies: 2
Views: 963

I hate the way view data doesn't work with the PROJDEF values. You can replace all your PROJDEF values with hard coded values within your job parameters page while you do your development and then change them back to PROJDEF when you are done. It helps to use the copy parameter routine to make this ...
by vmcburney
Fri Dec 02, 2005 11:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Code migration from Windows to Unix
Replies: 3
Views: 747

I have had problems importing xml files on AIX 7.5.1A and now just go with DSX. Do a test export and import of one complex job first to see if it works and if all the required stages are installed in your target project.
by vmcburney
Fri Dec 02, 2005 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repartitioning to "DB/2"
Replies: 7
Views: 2125

Have a look at the properties list, you will see a client connection option that you can add that gives you several extra properties such as user id and password. By default the DB2 stage connects to the database using the user id and password of the logged in user, if you add the extra connection p...
by vmcburney
Thu Dec 01, 2005 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ascential Certification
Replies: 9
Views: 4263

This certification hasn't been posted onto the IBM web site yet. We are privilaged to have Ray and his contacts available to give us a preview of the exam description before the official announcement has been made. We may be waiting a few more weeks before the launch.
by vmcburney
Thu Dec 01, 2005 5:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using C++ custom applications in DataStage: Tips needed
Replies: 19
Views: 8679

You could contact your local Ascential support team and ask them to send it to you, if you have a serial number you can get a login to the e.services web site and see if it is available for download under production documentation.
by vmcburney
Thu Dec 01, 2005 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wht is DRS stage
Replies: 4
Views: 1628

To answer your question the DRS stage should be faster then the ODBC stage as it uses native database connectivity. You will need to install and configure the required database clients on your DataStage server for it to work.