cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging standalone ITS

soumya_jose3
Active Contributor
0 Kudos

Hi,

How can I debugg a standalone ITS service?

Thanks,

Soumya.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228142
Active Contributor
0 Kudos

You should read SAP note 114119.

Regards,

Klaus

Note 114119 - Enabling the ITS Debugger

Note Language: English Version: 11 Validity: Valid from 10.11.2006

Summary

Symptom

Enable the ITS Debugger

Additional keywords

ITS, Internet Transaction Server, Debugger, Internet

Ursache und Voraussetzungen

It is not clear how to enable the ITS debugger for an IAC (Internet

Application Component) in general.

Solution

To enable the ITS debugger you have to proceed in three steps:

For ITS 6.20 patch 7 and higher:

1) The SapguiDebuggerEnabled key in the ItsRegistry<instance name>.xml

file needs to be changed to 1. Please do this with the ITS ADM

tool. Logon to the ITS admin service and click on:

Configuration->Registry->Programs->AGate->SapguiDebuggerEnabled

Change the "New Value:" to 1 and click the "Save" button. The ITS

service now needs to be restarted for the change to take effect.

2) A new entry has to be added in the SAPlogon:

Description : <arbitrary>

Application Server: <Agate host>

System number : '00' by default, if not defined otherwise

in the SapguiDebuggerPort key of the

ItsRegistry<instance name>.xml file. You can

find this in the ITS ADM tool under

Configuration->Debug.

Other fields : Press button Help to see details.

3) Then you can start the Browser session and the ITS debugger session.

(In this order !) The ITS debugger shows you all the data sent to

the ITS via the dialog channel. Data being sent via RFC, for instance

by FIELD-SET, FIELD-GET - macros, can not be viewed.

In the ITS-debugger window it is possible to switch on the ABAP

debugger additionally, by the OK-Code '/h'.

For debugging IAC with the integrated ITS of Netweaver 2004 please

check note 722735.

As of ITS 6.20 patch 22 the Sapgui 6.20 cannot be used for ITS debugging

anymore. Only an empty screen will be shown due to an unsupported new

Support-Bit in a kernel component. Please use Sapgui 6.40 instead.