Hi ,
We have implement ESS and MSS in our landscape. We recently done portal SP upgrade and we are not sure whether current issue is anything to do with portal SP upgrade. When HRADMIN access UWL task for inter / inter company transfer approval, he is getting below error message . The url host and port name is pointing to back end HR system but application path is Web dynpro Java application instead of Web dynpro abap application.
https://<backendhost>:<backendport>/webdynpro/dispatcher/sap.com/pa~asr~formstep/ApproveFormApp call was terminated because corresponding service is not available
Below is the UWL config for your reference.
<ItemType name="uwl.task.webflow.TS17900101" connector="WebFlowConnector" defaultView="com.sap.pct.erp.hradmin.HRAdminWDAView" defaultAction="launchIView" executionMode="pessimistic">
<ItemTypeCriteria externalType="TS17900101" connector="WebFlowConnector"/>
<Actions>
<Action name="launchIView" groupAction="no" handler="SAPAppLauncher" referenceBundle="com.sap.pct.erp.hradmin.openform" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
<Properties>
<Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/specialist/com.sap.pct.erp.hradmin.bp_folder/com.sap.pct.erp.hradmin.11.bp_folder/com.sap.pct.erp.hradmin.11.roles/com.sap.pct.erp.hradmin.11.HRAdministrator/overview/com.sap.pct.erp.hradmin.11.overview/com.sap.pct.erp.hradmin.11.start_processes"/>
<Property name="DynamicParameter" value="WI_ID=${item.externalId}"/>
</Properties>
</Action>
</Actions>
</ItemType>
Thanks,
Vasu