BC Inbound call not working

Hi all,

SAP-BC is rejecting all inbound SAP-RFC Function modules’ mappings!!!
I’m getting this error message in the RFC Logs of SAP BC… -

Message: type:com.wm.app.b2b.server.AccessException user:null port:5544’ from:10.249.48.5 msg:[B2BSERV.0084.9004] Access Denied

Could anyone help me in this ?

Thanks in advance
SK

I think the user credentials are missing in your BC configuration. Atleast that is what the error message points to.

yeah u r correct… here is the snippet of the rfc logs -
008810 [B2B-SAP.0012.0020] Message: type:com.wm.app.b2b.server.AccessException user:null port:5544’ from:10.249.48.5

but where should we pass these user credentials when we execute SAP RFC FMs to connect to SAP BC ?? I belive all these happens during RFC-HANDSHAKE at operating system level, but still it’s a MYSTERY to me…

any help ?

Thanks
SK

SK,

From your Administrator, check your setup parameters in the Adapters>SAP >SAP Server settings>Login Defaults. You ought to have a User and password specified here. BC uses this to connect and interface with SAP.

Hope this helps.

ajandja

Hey I do have those user credentials and ‘Test Connection’ is also working fine…

thanks
SK

I think the problem you face is the following:
The SAP Adapter checks whether the user on SAP (the user executing the RFC that connects to SAP BC) exists on the BC. If it does, it creates a session on BC with this user. If not, it will create a session with user ‘SAPUser’.
If the user in SAP exists on BC, make sure it’s in the ‘SAPUsers’ group and ACL.