cancel
Showing results for 
Search instead for 
Did you mean: 

Portal system user trace

former_member201054
Contributor
0 Kudos

Hi,

Need to activate a trace for particular user on EP 7.0

How to activate and disable the user trace

and where the log will be stored.

Thanks a ton

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Danial,

For portal traces we need to active the ADC (Activate Data Collector)

System Administration u2013>System Configuration u2013>Service Configuration -->u2013>Applications u2013>u2013>activitydatacollectorcom.sap.portal.Services u2013>

Open the DataCollectionHook for editing

Change the property u201CActivate Data Collectionu201D from u201Cfalseu201D (default) to u201Ctrueu201D to make sure that the ADC service will be started.

All the activity trace files are written at below location.

/usr/sap/<SID>/J[C]<instance_#>/j2ee/cluster/server<number>/portalActivityTraces

Please check and revert me if you need any other clearifications.

Regards

Pranay Agarwal

Answers (3)

Answers (3)

Former Member
0 Kudos

If you need it for security related tracing, like authorizations, authentications, etc. you can use diagtool which is an excellent tool.

Follow SAP Note Note 1045019 - Web diagtool for collecting traces

Deploy diagtool SCA (very small file) on the system. Start collection of traces. Ask user to do the task you want to trace and then stop the collection. Download the traces from right there.

Is your requirement something like this?

Regards,

Shitij

Former Member
0 Kudos

Hi Daniel,

For what purpose do you want this trace?

Regards,

Shitij

former_member201054
Contributor
0 Kudos

Hi,

The user is facing an issue with application hence I would like to activate a trace for him

Thanks a ton

Former Member
0 Kudos

Hi,

Is the default trace not enough which is written in j2ee/cluster directory?

Former Member
0 Kudos

Hello

You can trace the user in SQL trace tool.

http://<your portal server>:50000/SQL-Trace/index.html

Regards

Vivek