cancel
Showing results for 
Search instead for 
Did you mean: 

Trace in ESS Dynpro

Former Member
0 Kudos

Where to look for the log file for trace used in ESS Dynpro application..

import com.sap.xss.hr.cat.general.java.Trace

trace.writeToLog("Request value help meta data for " + tecName);

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

You can find ESS(XSS) related logs and traces in the folder

usr/sap/<SID>/JC00/j2ee/cluster/serverX/log/applications/xss.

And all the traces can be found here also.

usr/sap/<SID>/JC00/j2ee/cluster/serverX/log/defaultTraceX.trc

And if you want to change severity(Debug, Info, Warning...) of the

log or trace, run Visual Administrator -> Log Configurator.

And find the xss related settings.

in the Categories tab, Applications -> Xss

in the Locations tab, com -> sap -> xss.

Best Regards.

Sejoon

Former Member
0 Kudos

I did the required configuration and restarted the server but still i don't see the trace in XSS folder getting updated with those message in Code. Please let me know if i am missing any thing else.

thanks

Chandra

Former Member
0 Kudos

Hi,

I dont think this would use this location for logging.

For using this location of logging.. Afaik.. u should make use of floor plan manager.

fpm.getMessageManager().logAdminWarning.

Regards

Bharathwaj