cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSR3DB XMII_TRANSACTION table LOG column is very big

former_member331989
Participant
0 Kudos

Hi,

We have a problem about MII server.

SAPSR3DB XMII_TRANSACTION table LOG column is very big data in it.

How can it be decrease the size of data in this column?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I know tracer action outputs get populated in the column. This can happen when a developer adds them to a transaction during development and doesn't remove unnecessary ones when done. Some of your transactions may be tracing large data sets or RFC outputs.

former_member331989
Participant
0 Kudos

Hi Libich,

is there a way to configure stop logging the transaction calls?

Where can it be done ? (config tool, host:port/nwa?)

Regards.

Former Member
0 Kudos

In 12.1 its XMII Administration Menu (Menu.jsp) --> System Management --> DefaultTransactionPersistance.

In production I recommend setting this to 'ONERROR'

There is also the TransactionPersistenceLifetime which determines how long entries will stay in the log table.

We set this to 8 hours.