cancel
Showing results for 
Search instead for 
Did you mean: 

SAP adapter

Former Member
0 Kudos

Hi,

I have a BizTalk orchestration which is triggering an ABAP funciton with RFC enabled.

It works fine when "AbapDebug=False". But when I change the connection string to include "AbapDebug=True", I am unable to connect to the SAP system. Instead, I see this error:

Details:"Microsoft.ServiceModel.Channels.Common.ConnectionException: Details: ErrorCode=RFC_OK. ErrorGroup=RFC_ERROR_LOGON_FAILURE. SapErrorMessage=Start 'sapgui' failed..

Does anyone know how to successfully debug ABAP using the BizTalk Adapter?

Rams........

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

To debug ABAP you need a SAPGUI installation (hence the error).

Markus

Former Member
0 Kudos

Hi

I Have SAP GUI in my system.. without debug mode it is working fine...

with debug mode it is not working...

salesorder status is not getting sap to biztalk..

thatswhy i need to debug from biztalk to sap....

in SAP it is coming fine....

but i am triggering in biztalk it is not working........

markus_doehr2
Active Contributor
0 Kudos

> I Have SAP GUI in my system.. without debug mode it is working fine...

> with debug mode it is not working...

So the SAPGUI installation is on the same system where the error occurs?

Markus