Hi,
I'm using SLX 8.1.
Each time I created a new entity, I created a new details form, I created a new menu item.
When I call the new form, my page is looked like freezed.
In my windows Event I have this error
userOption entity not found.
any idea?
full event log is "
2014-12-24 11:10:26,276 [19] ERROR Global - Integration Messaging MessagingService unhandled exception [Saleslogix Error Id=SLXD7E82CB9AD64D71D]
{
"slxErrorId": "SLXD7E82CB9AD64D71D",
"mitigation": "AjaxMessagingServiceError (404)",
"date": "2014-12-24T11:10:26",
"utc": "2014-12-24T10:10:26",
"message": "userOption entity not found.",
"source": "Sage.Platform.SData.RequestHandlerBase`3, Sage.Platform, Version=8.1.0.1228, Culture=neutral, PublicKeyToken=null",
"type": "Sage.Common.Syndication.DiagnosesException",
"stackTrace": " at Sage.Platform.SData.RequestHandlerBase`3.GetEntity(ICriteria criteria, Nullable`1 missingStatus)\r\n at Sage.Platform.SData.RequestHandlerBase`3.GetEntity(UriFormatter uri, Boolean isRead)\r\n at Sage.Platform.SData.RequestHandlerBase`3.InternalGet()\r\n at Invokeb5b25a9dc1494de5a72b4894b8e1d062.Invoke(Object , IRequest )\r\n at Sage.Integration.Messaging.RequestTargetRegistration.RequestTargetInvoker.Invoke(IRequest request)\r\n at Sage.Integration.Messaging.Request.Process(RequestTargetInvoker invoker)\r\n at Sage.Integration.Adapter.AdapterController.RealAdapterController.Process(IRequest request)\r\n at Sage.Integration.Adapter.AdapterController.RealAdapterController.ProcessWorker(IProtocolRequest protocolRequest)\r\n at Sage.Integration.Adapter.AdapterController.Process(IProtocolRequest request)\r\n at Sage.Integration.Messaging.MessagingService.Process(IProtocolRequest protocolRequest)",
"targetSite": "TEntity GetEntity(NHibernate.ICriteria, System.Nullable`1[System.Net.HttpStatusCode])",
"hashCode": "FA95BF4E-38B437F8-2AAB9656",
"pid": 4708,
"identity": {
"name": "pbrett",
"isAuthenticated": true,
"authenticationType": "Forms"
},
"version": "8.1.0.1179",
"logger": {
"level": "ERROR",
"location": "Sage.Platform.Diagnostics.ErrorHelper.LogException(:0)",
"name": "Global",
"message": "Integration Messaging MessagingService unhandled exception [Saleslogix Error Id=SLXD7E82CB9AD64D71D]"
},
"request": {
"looksLikeAjax": true,
"isLocal": true,
"method": "GET",
"url": "http://localhost:3333/xeSlxClient_dev_81/slxdata.ashx/slx/system/-/userOptions(category eq 'GroupLookup' and name eq 'StayInDetailView')?_includeContent=false&format=json&_t=1419415822405",
"referrer": "http://localhost:3333/xeSlxClient_dev_81/Home.aspx",
"ipAddress": "::1",
"userAgent": "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko",
"userLanguages": "en-US"
},
"browser": {
"type": "InternetExplorer11",
"name": "InternetExplorer",
"version": "11.0",
"majorVersion": 11,
"minorVersion": 0.0,
"platform": "WinNT"
},
"server": {
"machineName": "290APP28099",
"timeZone": "Romance Standard Time",
"commandLine": "C:\\Windows\\SysWOW64\\inetsrv\\w3wp.exe -ap \"Saleslogix\" -v \"v4.0\" -l \"webengine4.dll\" -a \\\\.\\pipe\\iisipm28bf8249-b957-4baf-8033-f22b9ac7d2e4 -h \"C:\\inetpub\\temp\\apppools\\Saleslogix\\Saleslogix.config\" -w \"\" -m 0",
"versionString": "Microsoft Windows NT 6.3.9600.0",
"is64BitOperatingSystem": true,
"host": {
"siteName": "Saleslogix",
"applicationId": "/LM/W3SVC/2/ROOT/xeSlxClient_dev_81",
"applicationPhysicalPath": "c:\\inetpub\\wwwroot\\xeSlxClient_dev_81\\",
"applicationVirtualPath": "/xeSlxClient_dev_81",
"isDebuggingEnabled": true,
"isHosted": true,
"maxConcurrentRequestsPerCPU": 5000,
"maxConcurrentThreadsPerCPU": 0
},
"logonUser": {
"name": "GUARDIAN\\290WebDLL",
"authenticationType": "Forms",
"impersonationLevel": "Impersonation",
"isAnonymous": false,
"isGuest": false,
"isSystem": false
}
}
}
" |