on 2018 Jun 15 4:23 PM
/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"
Try using idoc type /oee/plant04 in partner profile in ERP.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Srisailam, I'm facing the same issue.
I hope you were able to solve it. could you please let me know?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.