Hi Martin,
I opened a chat session with SAP and they mentioned that if you look closely; the trace has an "i" right before SQLSessionCmd Connection text which means the trace is just information and it is not pointing to an error.
[31258]{-1}[-1/-1] 2018-01-24 15:12:59.841573 i SQLSessionCmd Connection.cc(08190) : cancel requested for 259989 (logical connection id is 259989)
They suggested changing the trace level to error:
alter system alter configuration ('indexserver.ini','SYSTEM') SET ('trace','sqlsessioncmd')='error' with reconfigure
And now we don't see the messages in the indexserver trace anymore.
I hope this is useful.
Hi Martin,
We just upgraded to rev23 as well and are having the exact same issue. Have you been able to figure out what it is?
Thank you!
Add comment