Hi All,
i’m Trying to create connection to the SAP in the Build Process automation , But i’m getting the error “Unable to Set Connection”.
Followed SAP KBA Note – 3422487
Only 2 points mentioned in it :
- To correctly create a BAPI Action Group, make sure to correctly use the parameters and follow the steps described in: BAPI Action Group.
- Make sure enabled the SAP Build Process Automation extension in the browser
Followed Both but still facing error .
Note :
1.The Credentials that i’m using to connect to SAP are working, even using the same details i’m able to connect from Power platform to SAP.
2. Extension in browser is in Active. - In the Browser Console this is what i’m getting :
“isBuiltError”: true,
“action”: “BAPIRequest”,
“code”: “NO_RESPONSE”,
“exception”: “”,
“jsonData”: “{n “method”: “BAPIRequest”,n “requestName”: “SetConnection”,n “requestData”: “{\”Data\”:\”{\\\”NAME\\\”:\\\”rFCGroup\\\”,\\\”USER\\\”:\\\”******\\\”,\\\”PASSWD\\\”:\\\”******\\\”,\\\”ASHOST\\\”:\\\”******\\\”,\\\”SYSNR\\\”:\\\”80\\\”,\\\”CLIENT\\\”:\\\”100\\\”,\\\”LANG\\\”:null,\\\”SYSID\\\”:null,\\\”SNC_MODE\\\”:\\\”0\\\”,\\\”SNC_PARTNERNAME\\\”:null,\\\”MSHOST\\\”:null,\\\”MSSERV\\\”:null,\\\”GROUP\\\”:null,\\\”SAPROUTER\\\”:null}\”}”n}”,
“level”: “error”,
“message”: undefined,
“originalError”: {
“code”: “NO_RESPONSE”,
“type”: “error”,
“jsonData”: “{n “method”: “BAPIRequest”,n “requestName”: “SetConnection”,n “requestData”: “{\”Data\”:\”{\\\”NAME\\\”:\\\”rFCGroup\\\”,\\\”USER\\\”:\\\”******\\\”,\\\”PASSWD\\\”:\\\”******\\\”,\\\”ASHOST\\\”:\\\”******\\\”,\\\”SYSNR\\\”:\\\”80\\\”,\\\”CLIENT\\\”:\\\”100\\\”,\\\”LANG\\\”:null,\\\”SYSID\\\”:null,\\\”SNC_MODE\\\”:\\\”0\\\”,\\\”SNC_PARTNERNAME\\\”:null,\\\”MSHOST\\\”:null,\\\”MSSERV\\\”:null,\\\”GROUP\\\”:null,\\\”SAPROUTER\\\”:null}\”}”n}”
},
“method”: “BAPIRequest”,
“tip”: “”,
“title”: null
}
I have masked my personal Credentials with *****.
Any one please help.