Search found 53125 matches

by ray.wurlod
Tue Aug 25, 2009 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors stopping services
Replies: 4
Views: 3438

This is one for your support provider. If JobMonApp is shutting down as soon as its start request is issued either you have a permissions problem with one or more of the places it needs to write, or you have a buggy version of JobMonApp.
by ray.wurlod
Tue Aug 25, 2009 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Data types in Server jobs
Replies: 6
Views: 3768

No, the default is 15 for EXACTNUMERIC. This is not the same thing as PRECISION. The default value for PRECISION is 4.
by ray.wurlod
Tue Aug 25, 2009 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error while calling a job from Job Control Code
Replies: 6
Views: 2480

You can not give $PROJDEF. Because it's your own code, you need to interrogate the value of the environment variable and provide that value in DSSetParam().
by ray.wurlod
Tue Aug 25, 2009 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in using Dynamic RDBMS stage
Replies: 9
Views: 3031

Yes. Further, it's a DB2 installation/configuration error, not a DataStage installation error.
by ray.wurlod
Tue Aug 25, 2009 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Dataset
Replies: 3
Views: 2412

A Search of DSXchange would have saved you the trouble of waiting for this reply. Assuming that you have executed the dsenv script, your command search list (PATH environment variable) includes the DataStage parallel engine bin directory and have correctly set APT_CONFIG_FILE and APT_ORCHHOME, then ...
by ray.wurlod
Mon Aug 24, 2009 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data is not loading into the target database
Replies: 3
Views: 3398

Table X already exists in the SEBI_EDW schema.

There's nothing more to say.

No database will permit CREATE TABLE if the table named already exists.
by ray.wurlod
Mon Aug 24, 2009 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Dataset
Replies: 3
Views: 2412

You can use the orchadmin command in a script or even with wildcard characters.
by ray.wurlod
Mon Aug 24, 2009 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Engine Log files
Replies: 4
Views: 3939

Ancient UniVerse knowledge.
:wink:
by ray.wurlod
Mon Aug 24, 2009 11:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading into Multiple Spreadsheets in Excel
Replies: 7
Views: 2580

Using an ODBC driver for Excel, the DSN refers to the workbook and each worksheet in the workbook - subject to certain requirements - presents as a system table from that data source.
by ray.wurlod
Mon Aug 24, 2009 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Data types in Server jobs
Replies: 6
Views: 3768

Read the DataStage BASIC manual on the topic of PRECISION. Hopefully it will make things clearer.
by ray.wurlod
Mon Aug 24, 2009 11:05 pm
Forum: General
Topic: Oracle datetime field conversion
Replies: 7
Views: 2189

You need to transform whatever format is coming in into the format expected by the default Oracle timestamp picture (or supply a non-default picture).
by ray.wurlod
Mon Aug 24, 2009 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left outer Join result
Replies: 7
Views: 2776

It *should* return null, provided your target field is nullable. Otherwise it will expect that the target field has a default value and should return that.
by ray.wurlod
Mon Aug 24, 2009 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: disabling NLS
Replies: 5
Views: 2720

OK, then try one of the simple ASCII maps.
by ray.wurlod
Mon Aug 24, 2009 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Engine Log files
Replies: 4
Views: 3939

The file name is actually errlog. If you create it it exists and logs engine errors. Don't forget to make it writable.

Code: Select all

cd `cat /.dshome`
touch errlog
chmod 777 errlog
by ray.wurlod
Mon Aug 24, 2009 4:28 pm
Forum: IBM QualityStage
Topic: Blocking on exact Name and exact Email
Replies: 2
Views: 1559

Blocking on exact name is an unusual approach - what if there are misspellings? However, that is not the cause of this problem. As noted, check lines 3, 4 and 5 of your source data.