Search found 31 matches

by aesguerra
Thu Oct 06, 2005 2:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in configuring DSN in Unix
Replies: 7
Views: 3453

you might want to check if you can connect to the oracle db natively by using sqlplus.
by aesguerra
Wed Aug 17, 2005 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot create the specified file
Replies: 3
Views: 4504

Christina, You cannot use DS parameters in unix commands, you can try to define a user-defined environment variable using DS Administrator and substitute that in the parameter. e.g. "/dwh/$dsenv/..." cheers! hallo.. It doesn't relate to micntm2.cnt permission. I notice it's because of job ...
by aesguerra
Tue Aug 16, 2005 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot create the specified file
Replies: 3
Views: 4504

Hi,

You might want to check the file permission for micntm2.cnt instead of the folder permission.

HTH.
by aesguerra
Mon Aug 15, 2005 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error in transformer!!!!!
Replies: 10
Views: 4407

Hi,

Are you moving jobs from an old server to this new one? Are you calling some user-defined transforms? If you are, you might need to recompile the job on the new server.
by aesguerra
Fri Jun 17, 2005 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running PX jobs for a limited number of rows
Replies: 7
Views: 5013

Hi,

If I remember correctly, there is a tab in the job properties window where you can specifiy the number of rows that will be processed. The rows that are processed are then printed on the log file similar to placing a peek stage.
by aesguerra
Thu Jun 09, 2005 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete ds files
Replies: 4
Views: 2760

hi,

make sure all paths (i.e. LIB_PATH, etc) required by orchestrate have been defined.

HTH.
by aesguerra
Wed Mar 09, 2005 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Arithmetic
Replies: 9
Views: 3532

hi,

why not do the date arithmetic within DB2?
by aesguerra
Tue Mar 08, 2005 7:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to call an external C routine from a Parallel Routine
Replies: 10
Views: 7994

Hi,

You can try using the ldd utility on the file to see what libraries it links to at runtime.

Cheers!
by aesguerra
Tue Jan 04, 2005 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborts After 50 Errors Logged
Replies: 5
Views: 3067

In the director, try going to Tools --> Options, then click on the "Limits" tab and set it to what you require.
by aesguerra
Tue Dec 21, 2004 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempting to Cleanup after ABORT raised in one of our job
Replies: 2
Views: 1802

It would be helpfuly if you can insert a call to DSLogInfo in your routine to determine where exactly the abort was raised.
by aesguerra
Thu Dec 16, 2004 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,1: Operator terminated abnorm
Replies: 4
Views: 3888

Hi,

Do you have any transformer stages in your job? If yes are you calling user defined functions in it?
by aesguerra
Wed Dec 15, 2004 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE document needed !!
Replies: 6
Views: 3670

If you have access to Ascential's eServices website you will find Orchestrate documention there.
by aesguerra
Tue Dec 14, 2004 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing parameter values when migrating
Replies: 5
Views: 3459

Missing parameter values when migrating

Hi All,

We have this situation, in our development environment we put in parameters in the sequence for the job that we are going to call but when we move the job sequence to our testing environment the parameters that we put in just dissappear.

Anybody out there experience this before?

TIA!
by aesguerra
Tue Dec 07, 2004 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while executing parallel job
Replies: 9
Views: 6063

Hi,

Are you by any chance making use of custom routines in your transformer jobs?
by aesguerra
Tue Dec 07, 2004 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export executable problem
Replies: 1
Views: 1536

Export executable problem

Hi All, Anyone of you experience this error when exporting executables? Error: Export of job executable '<Job Name>' was incomplete. Failed to export compiled job object 'V0S12_<Job Name>_xfmStripWhiteSpace.o' What will cause this and whats the solution? We are trying to export the jobs from a proje...