| 142 | Here are some sample exception messages generated from each call: |
| 143 | |
| 144 | GetDetails() |
| 145 | {{{ |
| 146 | Session has expired or is invalid. Please log in again. |
| 147 | }}} |
| 148 | |
| 149 | GetMessage() |
| 150 | {{{ |
| 151 | Session has expired or is invalid. Please log in again. |
| 152 | - MgSiteServiceHandler.ProcessOperation() |
| 153 | - MgOpAuthenticate.Execute() |
| 154 | - MgServerSiteService.Authenticate(Session=88d9658a-ffff-ffff-8000-005056c00008_en_7F0000020AFC0AFB0AFA,UserName=) |
| 155 | - MgSecurityManager.Authenticate() |
| 156 | - MgSessionCache.GetSessionInfo() |
| 157 | }}} |
| 158 | |
| 159 | GetStackTrace() |
| 160 | {{{ |
| 161 | - MgSiteServiceHandler.ProcessOperation() line 83 file f:\mgdev1.2\os\server\src\services\site\SiteServiceHandler.cpp |
| 162 | - MgOpAuthenticate.Execute() line 113 file f:\mgdev1.2\os\server\src\services\site\OpAuthenticate.cpp |
| 163 | - MgServerSiteService.Authenticate(Session=88d9658a-ffff-ffff-8000-005056c00008_en_7F0000020AFC0AFB0AFA,UserName=) line 699 file f:\mgdev1.2\os\server\src\services\site\ServerSiteService.cpp |
| 164 | - MgSecurityManager.Authenticate() line 224 file f:\mgdev1.2\os\server\src\common\manager\SecurityManager.cpp |
| 165 | - MgSessionCache.GetSessionInfo() line 175 file f:\mgdev1.2\os\server\src\common\manager\SessionCache.cpp |
| 166 | }}} |
| 167 | |