cancel
Showing results for 
Search instead for 
Did you mean: 

Log file for Webgui Error

Former Member
0 Kudos

Hello alle,

We have some error when using WebGui.

any idea where can we find some log files for Webgui?

Thanks

Reza

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This message was moderated.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

It is SMICM,

Thanks

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Reza,

Hope you are doing good.

You can set the trace level in the SAP/Java Gui dynamically :

  1. Call transaction SMICM
  2. Choose the menu Goto → Trace Level → Set
  3. In the pop-up window, set the desired level (0,1,2,3)

To switch on an /nSMICM or ICM HTTP trace via command line you should go to

usr\sap\<SID>\<instance_number>\exe directory and run the icmon program with the following command:

icmon◦◦pf=\usr\sap\<SID>\SYS\profile\<SID>_<instance_name>_<HOST>
where you fill in the SID, instance name and host corresponding to your system.

The icmon program is interactive and to increase trace level you must write
"+" and pres enter.To quit you must write  "q" and press enter.

The trace will be written◦to the following file: usr\sap\<SID>\<instance_number>\work\dev_icm


Thank you!

_____________

  Kind Regards,

  Hemanth

  SAP AGS

Former Member
0 Kudos

Hi Hemanth,

Thanks for reply. Yes I did find out that.

Thanks Again for help.

Reza

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Great news Reza