10-04-05 10:53 PM
There are 3 system variables that you can add to the orch...CPIC_TRACE.(valu
e
1, system.char)..RFC_TRACE (value 1, system.byte) and RFC_TRACE_DIR (value
"c:\directoryoffile"), system.string. You will receive a trace log that wil
l
help you figure out issues.
"vicente_castello@hotmail.com" wrote:
> I would like to debug a scenario where IDocs are being sent from
> BizTalk to SAP using the SAP Adapter. Within the orchestration, XML
> data is being transformed to IDoc data and then sent via a Send Port
> tied to the SAP Adapter. When sending IDocs, some of the IDocs are
> being lost. I believe that the data is being sent incorrectly and this
> is the reason for the data not being persisted to the SAP database.
>
> I've been able to trace the incoming request from within SAP and I know
> that the SAP Adapter makes the following RFC calls.
>
> RFC_PING
> IDOC_INBOUND_ASYNCHRONOUS
> BAPI_TRANSACTION_COMMIT
>
> I have worked with other Microsoft products like DCOM Connector/.Net
> Connector and there has always been a means of tracing the request to
> SAP.
>
> Please let me know if there is any way to turn on RFC trace within the
> SAP Adapter. The underlying RFC library provided by SAP provides
> tracing capabilities, but my problem is how to turn it on using the SAP
> Adapter within Biztalk. There has to be some means of RFC tracing at
> the client.
>
> Any information on the above would be appreciated.
>
> --Vince
>
>
[ Post a follow-up to this message ]
|