cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII-OEE: /OEE/PLANT_HIERARCHY Dispatcher is having issue PLANT_HIERARCHY01 Workflow configured

766

/OEE/PLANT_HIERARCHY Dispatcher is having issue PLANT_HIERARCHY01 Workflow configured by copying PLANT_HIERARCHY04

Workflow Handler Parameters is changed to

client=/_-OEE_-PLANT01/IDOC/_-OEE_-E1PLANT_NODE/CLIENT;plant=/_-OEE_-PLANT01/IDOC/_-OEE_-E1PLANT_NODE/PLANT;identifier=concat(/_-OEE_-PLANT01/IDOC/_-OEE_-E1PLANT_NODE/CLIENT,"-",/_-OEE_-PLANT01/IDOC/_-OEE_-E1PLANT_NODE/PLANT,"-",/_-OEE_-PLANT01/IDOC/_-OEE_-E1PLANT_NODE/NODE_ID,"-",/_-OEE_-PLANT01/IDOC/_-OEE_-E1PLANT_NODE/NODE_TYPE,"-",/_-OEE_-PLANT01/IDOC/_-OEE_-E1PLANT_NODE/NAME);


Partner Request XSLT Address = WEB://SAPMPM/WEB/XSLT/Inbound/PlantHierarchy/PlantHierarchy.xslt

It was working but after reexecuting the SAP OEE Integration CTC for another plant its giving the bellow error.

com.sap.mpm.actions.workflow.Enqueuer execute SEVERE: Enqueuer.execute(): Error in enqueing the message: For input string: "retryLimit"

nalini
Explorer
0 Kudos

Hello,

Even I am facing the same issue. Could you please help me with the solution.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Try using idoc type /oee/plant04 in partner profile in ERP.

jurgen_de_jong
Explorer
0 Kudos

Hi Srisailam, I'm facing the same issue.

I hope you were able to solve it. could you please let me know?

jurgen_de_jong
Explorer

I was able to fix the problem:

Due to an update of MII and the MPM (OEE) RDS, the default message type for Plant Hierarchy was changed from PLANT_HIERARCHY01 to PLANT_HIERARCHY.

So I tried to add a Workflow configuration for this message type. Unfortunately MII said: Message Type already exists.

However, this message type was not visible, so I checked the database. And indeed, message type PLANT_HIERARCHY did exist in the database.

So I deleted the records from table MPM_WORKFLOW_CONFIG

delete from  MPM_WRKFLOW_CONFIG
where TYPE_ID = 'PLANT_HIERARCHY'

Afterwards I manually addres message type PLANT_HIERARCHY to the Workflow Configuration: