Search found 53125 matches

by ray.wurlod
Mon Mar 27, 2006 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UVOpen mkdbfile: cannot create file
Replies: 8
Views: 2086

What has changed?

Is there any other message, such as failed to delete /opt/etlbatch/hashfiles/HAdcCharge_026 ?
by ray.wurlod
Mon Mar 27, 2006 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Import Mainframe(cobol)file into DataStage
Replies: 2
Views: 2040

You need to import the metadata first. In Manager choose Import > Table Definition then choose COBOL FD (or DCLGen, if that's what you have) from the list of available sources. For a COBOL FD table definition you must provide the column number in which the 01 level item appears. Once you've done tha...
by ray.wurlod
Mon Mar 27, 2006 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling DSRunJob,code=-14
Replies: 8
Views: 8481

Changing these parameters will only affect code -14 errors in extremely specific circumstances. Please desist from suggesting that it's a cure-all. Code -14 is most usually caused by the machine being overloaded, so that there are insufficient resources remaining to allow the job to start within 60 ...
by ray.wurlod
Mon Mar 27, 2006 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: report generation
Replies: 9
Views: 2811

A Link Collector adds unnecessary complexity, to my mind. You are seeking to perform seven separate operations. Make your design modular; use seven separate (and simple to maintain) jobs.
by ray.wurlod
Mon Mar 27, 2006 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container - Default Parameter Values
Replies: 2
Views: 848

It is not possible to use a shared container without supplying values to its parameters. Therefore there is no mechanism provided that allows for default values for those parameters.
by ray.wurlod
Mon Mar 27, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parrellel jobs and C++ compiler
Replies: 6
Views: 1375

Windows is no different from UNIX in this regard. The configuration file determines absolutely the maximum number of processing nodes.
by ray.wurlod
Mon Mar 27, 2006 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Illegal instruction
Replies: 8
Views: 2207

You can take a look at the RT_SC367/OshExecuter.sh script and see what is happening that might raise a SIGILL signal. Otherwise report it to your support provider. Let us know the outcome.
by ray.wurlod
Mon Mar 27, 2006 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler "cl" not found..
Replies: 6
Views: 9116

There is a small group of environment variables (accessible from the Administrator client) that relate to the compiler and linker. You might investigate these also.
by ray.wurlod
Mon Mar 27, 2006 2:26 pm
Forum: Data Quality Best Practices
Topic: Non Regression testing tools and scripts for Informix
Replies: 4
Views: 10854

This is very much a do-it-yourself exercise. There's definitely nothing "out of the box". Because everyone's ETL is different (with the possible exception of PeopleSoft applications) there can never really be a generic solution. There are even differences in what different people want tested. I assu...
by ray.wurlod
Mon Mar 27, 2006 2:22 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: ProfileStage
Replies: 3
Views: 2773

What table name are you using? Most ODBC drivers for Excel treat worksheet names as system table names (you need a trailing "$"). Check also that your DSN correctly selects the pathname of the workbook (the XLS file).
by ray.wurlod
Mon Mar 27, 2006 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pros and cons of using Transactional Model for DW
Replies: 3
Views: 1127

Compared to what? The biggest con is the cost of joins; contrast a start schema model, with some redundant data and very few joins (queries are very fast) with trying to find the appropriate join paths in a fully normalized model. In short, OLTP models are tuned for update performance, OLAP models a...
by ray.wurlod
Mon Mar 27, 2006 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Env Variables for Default Conversion
Replies: 2
Views: 864

Of course VarChar(40) will be irrecoverably truncated if loaded into a VarChar(30) column. How could it be otherwise?
by ray.wurlod
Sat Mar 25, 2006 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp with milliseconds in PX job
Replies: 5
Views: 1270

TZ is a standard UNIX environment variable. You could therefore define it for PX with a default value of $ENV.
System() is a BASIC function. You could therefore create a routine to be invoked from a Routine activity in a job sequence.
by ray.wurlod
Sat Mar 25, 2006 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple source files single ETL
Replies: 33
Views: 8464

Of course you can cat all the files. You just need some extra commands in the pipeline (like tail +1 and head +1) to strip off the header and trailer lines.
by ray.wurlod
Sat Mar 25, 2006 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter out of datastage job
Replies: 21
Views: 34623

Timestamped 3 hours before yours. Something weird is happening. Or maybe my dial-up line is even slower than I thought!