Hi Experts,
I have an issue of high resource utilization of program /SSA/CE2 on one of our managed system. This program is running through RFC from solution manager to managed system.
This program is executing SQL queries on managed system :
SELECT
"USER_ID", "TRACE_UNIT"
FROM
"CRM_ICI_TRACES"
WHERE
"TYPE"=:A0 AND "TIMESTAMP_CREATE" BETWEEN :A1 AND :A2
SELECT
"CLIENT", "BDOC_ID", "BDOC_TYPE", "BDOC_STATE", "FCTXT", "UPD_DATE", "UPD_TIME"
FROM
"SMW3_BDOC"
WHERE
"CLIENT"=:A0 AND "BDOC_STATE" IN (:A1 ,:A2 ,:A3 ,:A4 ,:A5 )
If anyone else faced the similar issue then can you give some insight on the source of these events. In solution manager which application could have configured this object for monitoring?
Thanks in advance
Regards
Sushant Goel