BASIC Transformer Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Xpert
Premium Member
Premium Member
Posts: 85
Joined: Wed Mar 01, 2006 7:17 am

BASIC Transformer Error

Post 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.
With regards,
Xpert
madhav123
Participant
Posts: 1
Joined: Wed Nov 01, 2006 2:07 am
Location: Hyderabad
Contact:

Re: BASIC Transformer Error

Post 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.
DMR
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post 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),
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
rony_daniel
Participant
Posts: 36
Joined: Thu Sep 01, 2005 5:44 am
Location: Canada

Post 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.....
Thanks & Regards,
Rony
Post Reply