Siebel Timeout : How Is The Hostname Built?
(Doc ID 2708066.1)
Last updated on SEPTEMBER 09, 2020
Applies to:
Siebel CRM - Version 8.1.1.14.18 [IP2014] and laterInformation in this document applies to any platform.
Goal
When the Siebel session times out, the browser receives a page with the following content:
<html>
<script language="javascript" src="23044/scripts/swecommon.js"></script><script>
alert("Your session timed out because you were idle for too long. Please log in again to resume.\nIf you had a Siebel attachment open, your changes may have been lost. Please save the file locally, close it, and reattach it to the appropriate record.");
var swehost = window.location.hostname;var sweurl="https://<server IP address>/finsechanneloui_enu/start.swe?SWECmd=GotoView&SWEBU=1&SWEBHWND=&SWEView=ISA+PKI+Contract+List+View&SRN=&SWEHo=<server host name>m.io&SWERF=1"; sweurl += "&SWEHo="; sweurl += swehost;SWETargetGotoURL(sweurl, true);</script>
</html>
<script language="javascript" src="23044/scripts/swecommon.js"></script><script>
alert("Your session timed out because you were idle for too long. Please log in again to resume.\nIf you had a Siebel attachment open, your changes may have been lost. Please save the file locally, close it, and reattach it to the appropriate record.");
var swehost = window.location.hostname;var sweurl="https://<server IP address>/finsechanneloui_enu/start.swe?SWECmd=GotoView&SWEBU=1&SWEBHWND=&SWEView=ISA+PKI+Contract+List+View&SRN=&SWEHo=<server host name>m.io&SWERF=1"; sweurl += "&SWEHo="; sweurl += swehost;SWETargetGotoURL(sweurl, true);</script>
</html>
Where is the value of sweurl coming from? How does Siebel build the value of sweurl?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |