Search found 3045 matches

by vmcburney
Wed Aug 24, 2005 7:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error DBMS.CODE
Replies: 5
Views: 1231

A lot easier to find on the internet if you have a specific error code. For example if I search for DB2 error codes I might get a million matches, if I search for DB2 SQL0670N I will get several very precise matches that take me straight to the IBM online documentation on all sql errors or the usefu...
by vmcburney
Wed Aug 24, 2005 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enterprise edition
Replies: 2
Views: 712

Please visit the FAQ forum. There is a specific FAQ explaining the different types of DataStage products.
by vmcburney
Tue Aug 23, 2005 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prioritising DataStage Processes
Replies: 8
Views: 2847

This has to be our first "how do I make my jobs run slower" post! Got to wonder what other on-line apps are doing on an ETL server. Just in case chaps up up and away doesn't work you might be able to run two sets of sequence jobs, one set that runs most jobs serially so you tend to use just one CPU,...
by vmcburney
Tue Aug 23, 2005 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding surrogate key generator
Replies: 1
Views: 857

Reading about it in the Parallel Job Developers Guide may be faster then asking about it on this forum. The stage generates sequentially incrementing unique integers from a given starting point. The existing columns of the data set are passed straight through the stage. If the stage is operating in ...
by vmcburney
Mon Aug 22, 2005 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle error
Replies: 2
Views: 1390

The SQL*Loader-937 error is specific to Oracle and pretty much means what it says. You have tried a parallel bulk load to a table which has triggers and constraints turned on. In your Oracle Enterprise stage you have an Option called "Disable Constraints" which can be set to true or false. Set this ...
by vmcburney
Mon Aug 22, 2005 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Reading Mainframe data
Replies: 6
Views: 1726

Have you tried using the Complex Flat File stage? It has support for text/Binary formats and ASCII/EBCDIC formats.
by vmcburney
Mon Aug 22, 2005 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reuseable Jobs with EBCDIC data
Replies: 2
Views: 1936

When you import the definition of a complex flat file into DataStage it derives a DataStage data type for each field using the file definition. For cobol files this is the cfd file. All your mainframe data types will be converted to DataStage data types. Quite an easy task since all fields are writt...
by vmcburney
Mon Aug 22, 2005 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in Chage detection
Replies: 9
Views: 6991

The Change Capture stage provides endless entertaining warning messages for the whole family. It works best when the column list on the After (primary) stream exactly matches the Before (reference) stream. If you have a column on the After stream that is not on the Before stream then you need to cho...
by vmcburney
Mon Aug 22, 2005 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server
Replies: 5
Views: 1367

I agree, server jobs are probably going to be supported for at a while yet. They are still packaging a server license with every release of PeopleSoft EPM. Because server licenses are cheaper customers are still buying them.
by vmcburney
Sun Aug 21, 2005 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cancelling database changes
Replies: 20
Views: 4376

It depends on your restart plan. If you have a file full of updates and it fails you can just run it again, updating the same rows in the database wont do any harm. A load of inserts is harder, you could try rolling them back manually with a delete statement using a date field or a process identific...
by vmcburney
Sun Aug 21, 2005 9:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slow changing dimensions Type 2
Replies: 22
Views: 6022

If you take a closer look at your database stage you will see it supports many combinations of insert/update or update/insert or replace etc. You should be able to find a combination that handles both your inserts and updates. Be aware that your current design may be a lot more efficient. For exampl...
by vmcburney
Sun Aug 21, 2005 7:46 pm
Forum: Data Integration
Topic: Can anyone access DeveloperNet?
Replies: 7
Views: 6850

Can anyone access DeveloperNet?

Ascential Developnet does not appear to be accepting my login, failing with the error: || Warning: Cannot modify header information - headers already sent by (output started at /www/sso/html/conf_prod.php:1) in /www/sso/html/common.php on line 226 Warning: Cannot modify header information - headers ...
by vmcburney
Sun Aug 21, 2005 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CA eTrust Access Control with DataStage Enterprise Edition
Replies: 1
Views: 695

Good luck, there are not a lot of DataStage implementations out there that would pass a security audit much less eTrust integration. I've never come across eTrust, maybe if you post your specific problem a solution could be found.
by vmcburney
Sun Aug 21, 2005 7:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to JDA and Manugistics?
Replies: 1
Views: 1207

I think Ascential has connectivity to Manugistics via the DataStage TX product, which in turn can be used as a plugin to a DataStage job. You really need to contact someone at Ascential to get the details. The other option is to connect straight to the tables via ODBC or a database driver.
by vmcburney
Fri Aug 19, 2005 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Parameter file
Replies: 4
Views: 2297

The project parameters file is called DSParams and DSParams.keep and it can be found in the project home directory. You need to check the read permissions on the project directory and on these two files for the login you are using. I only ever log into the Administrator tool as dsadm.