Page 1 of 1

BASIC Transformer Error

Posted: Wed Nov 01, 2006 4:23 am
by Xpert
Hi,

My job design is like this.

Seq ---------> Basic Xfm --------> Seq

When i execute this job, i am getting this following error message.

BASIC_Transformer_8,0: Caught unknown exception from runLocally().
Operator signalled one or more errors.


BASIC_Transformer_8,0: Operator terminated abnormally: runLocally did not return APT_StatusOk



Please help me........ Thanx in Advance.

Re: BASIC Transformer Error

Posted: Wed Nov 01, 2006 6:28 am
by madhav123
Xpert wrote:Hi,

My job design is like this.

Seq ---------> Basic Xfm --------> Seq

When i execute this job, i am getting this following error message.

BASIC_Transformer_8,0: Caught unknown exception from runLocally().
Operator signalled one or more errors.


BASIC_Transformer_8,0: Operator terminated abnormally: runLocally did not return APT_StatusOk



Please help me........ Thanx in Advance.
Properly configure the Datastage in your mechine.

Posted: Wed Nov 01, 2006 7:55 am
by ray.wurlod
What is the BASIC Transformer doing?

It's not necessarily that the problem is the stage; something has killed a process on node #0. This may simply be that the machine was overloaded at the time. Are there any other messages in the job log about "kill" or similar?

Posted: Fri Nov 24, 2006 3:45 am
by roy
Hi,
Try setting your Basic Transformer to run sequentially by setting the Execution mode to Sequential in the properties>>stage>>advanced tab

IHTH (I Hope This Helps),

Posted: Sat May 26, 2007 4:20 am
by rony_daniel
roy wrote:Hi,
Try setting your Basic Transformer to run sequentially by setting the Execution mode to Sequential in the properties>>stage>>advanced tab

IHTH (I Hope This Helps), ...
Hi All,

Is this problem solved? My job design is also the same as explained in the begining of this thread. I am getting the following errors when I use a basic transformer:-

1) BASIC_Transformer_11,0: Caught unknown exception from runLocally().
Operator signalled one or more errors.

2) BASIC_Transformer_11,0: Input 0 consumed 0 records.
Output 0 produced 0 records.

3) BASIC_Transformer_11,0: Operator terminated abnormally: runLocally did not return APT_StatusOk


The 2nd message is not a fatal error but of type Info. The other 2 are fatal type errors. Though the 2nd message says that input consumed 0 records, but in the performance statistics it's showing that all records are being read from the source sequential file stage. Also I tried to view the data in source stage and I am able to do it. I tried the above method suggested by Roy, but it did not help.

Any ideas please.....