Search found 253 matches

by Eric
Mon Apr 19, 2004 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage execute OLD job!!!
Replies: 2
Views: 1575

You could check the umask setting in the ds.rc script. This is now set to a umask value of 002 but it was not set at version 5.x and on some unix platforms this stops one user from creating/importing a job and another user compiling/changing it. (when all datastage users should have full access to e...
by Eric
Mon Apr 19, 2004 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Transformer
Replies: 4
Views: 3568

A Job with a Px Transformer generates the "VOS2_test_Transformer_2.so" during the job compile. Thus when moving jobs between types of unix machines you have to re-compile the job before you can run it (and expect it to work). Question - Have you re-compiled the job since import? PS: Other ...
by Eric
Fri Apr 16, 2004 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding external routine referring to .O file
Replies: 2
Views: 1466

External Parallel Routines should be compiled on the DataStage Server machine.

(Ths is due to the fact that Compiled 'C' Object files will differ depending on the compiler (platform/version) used and the options given to the compiler).

How did you compile the object file?
by Eric
Thu Apr 08, 2004 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXPORT PROBLEM
Replies: 3
Views: 1699

Open the DSX file in NotePad (or any text editor) right at the top of the file you should see: BEGIN HEADER CharacterSet "CP1252" ExportingTool "Ascential DataStage Export" Set the value for CharacterSet to the appropriate value for your Italian environment. (I'm not sure off han...
by Eric
Mon Mar 15, 2004 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write Load Method with Oracle Stage
Replies: 2
Views: 3514

Check the PATH settings. If $ORACLE_HOME/bin is not included in the PATH (Add via the Administrator) then sqlldr connot be found and the call will fail.
by Eric
Tue Feb 03, 2004 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 5
Views: 5085

You can write PX Routines (using C/Cpp) which can be used in the PX Transformer. These are not the same as Server Routines (using Universe Basic).
by Eric
Thu Jan 22, 2004 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable to Non-Nullable
Replies: 6
Views: 5585

The Sequental File Stage (Import/Export Operator) allows NULL values to be replaced with a VALUE. (using the Column Property -> Nullable -> Null Field Value).
by Eric
Wed Jan 21, 2004 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Enterprise stage(urgent!)
Replies: 13
Views: 9738

You must Expand the Variable ORACLE_HOME and give it the actual value (ORACLE_HOME = /opt/orasw/app/oracle/product/9i) rather than the reference of $ORACLE_HOME.
by Eric
Wed Jan 07, 2004 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of C++ compiler in promotion process
Replies: 14
Views: 12033

If the pre-production and production environments are the same (Same version and patch level of OS) then you won't need to recompile in in the production environment.
by Eric
Tue Dec 02, 2003 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage
Replies: 7
Views: 8045

I found the info from this web site IBM DB2 Technical Support

Hope this helps.
by Eric
Mon Dec 01, 2003 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage
Replies: 7
Views: 8045

SQL1390C The environment variable DB2INSTANCE is not defined or is invalid. Explanation: The environment variable DB2INSTANCE is not defined or is not set to a valid instance owner. User Response: Set the DB2INSTANCE environment variable to the name of the instance to use. If you do not know the na...
by Eric
Tue Sep 30, 2003 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access the other application server with different
Replies: 0
Views: 785

I think you would need to Login to DataStage as the Same user who has access to the Drive.
by Eric
Mon Sep 29, 2003 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: $ENV parameter value
Replies: 9
Views: 3298

Set your variable in your job to $ENV and re-compile

From a unix prompt ...

set your variable in your shell.
cd to the project directory
use /dsjob -run -local

[:)]