on 2016 Apr 20 1:13 PM
Hello Anand,
same issue here. How did you manage to solve your problem with Mobisys?
Regards
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anand,
Upon some digging, it seems that the issue is related to a cookie called sap-contextid.
The application probably set it incorrectly and send it to the ICM.
sap-contextid is a session cookie to group requests into one common session (stateful) and should point to the instance where the session is running.
When the ICM evaluates the cookie, it give the error you mentioned.
Thus, the cookie is ignored and the request sent to the ABAP application server to be processed.
The ICM is just ignoring the cookie and then sending the request to the application server. The request is processed anyway, so the error is harmless.
If you want to avoid having such entries, then you need to identify the application that is setting the wrong cookie and sending it to the browser. Maybe an ICM trace level 2 can show you the application name.
Kind regards,
Cris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anand,
Check below the sapnote, it is an old note
1056492 - Short host name causes incorrect context ID
If error is reported at a specific time or if you know the steps that is causing these logs, you can try increasing the trace level for ICM to get more details.
Regards,
Prithviraj.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Anand,
What is the kernel version and patch level used? Since when this is happening? Do you know the steps to have the entries in the trace? Is this caused by a specific web browser?
Please check whether the hostname used to access the HTTP port have more than 8 characters.
You can also check whether the following parameters are being used:
dynp/luw_id_format = 2
rdisp/vb_key_use_hostname = 1
Thanks and regards,
Cris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
11 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.