03-13-2013 05:35 AM
After upgrading from v7.5.3 to v8, follow all steps in upgrade guide and importing the v8 VFS backup to start fresh I am recieving an HTTP 500 error when loading web client home page with Windows Authentication. The trace below shows it is related to sData service not being able to return for a group. I have the eval database running beside my custom DB and all works fine with Windows Authentication so I know I published sData and the web client correctly. I have verified the upgrade bundle is installed and the groups are released. The schema for groups returns successfully,http://serverA.com:3333/sdata/slx/system/-/$schema#group, however the template service, http://serverA.com:3333/sdata/slx/system/-/groups/$template,does not and returns with an error.
I am new to troubleshooting sData and the web client so any help is greatly appreciated.
Trace in Event Viewer when going to http://serverA.com:3333/slxclient
ERROR Global - Sage Integration Messaging MessagingService unhandled exception [SalesLogix Error Id=SLX18FDD5818C07BD8A]
{
"slxErrorId": "SLX18FDD5818C07BD8A",
"mitigation": "AjaxMessagingServiceError (500)",
"date": "2013-03-06T08:41:21",
"utc": "2013-03-06T13:41:21",
"message": "' ' is an unexpected token. The expected token is ';'. Line 2, position 52.",
"source": "System.Xml.XmlTextReaderImpl, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"type": "System.Xml.XmlException",
"stackTrace": " at System.Xml.XmlTextReaderImpl.Throw(Exception e)\r\n at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributes()\r\n at System.Xml.XmlTextReaderImpl.ParseElement()\r\n at System.Xml.XmlTextReaderImpl.ParseElementContent()\r\n at System.Xml.XmlTextReaderImpl.Read()\r\n at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)\r\n at System.Xml.XmlLoader.ParsePartialContent(XmlNode parentNode, String innerxmltext, XmlNodeType nt)\r\n at System.Xml.XmlDocumentFragment.set_InnerXml(String value)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.LoadDbSchema(XmlDocument dbschema)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.RebuildXMLSchema(String constring, Boolean forceRebuild)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext..ctor()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext.GetGroupContext()\r\n at Sage.SalesLogix.SystemAdapter.GlobalServices.ApplyGroupContextToResponse(GroupContextResponseBase response)\r\n at Sage.SalesLogix.SystemAdapter.GlobalServices.PostGetGroupContext(GetGroupContextEntry entry)\r\n at Invokea81c8ed921464051a9ede507374e6d25.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": "Void Throw(System.Exception)",
"fullException": "Sage.Common.Syndication.DiagnosesException: ' ' is an unexpected token. The expected token is ';'. Line 2, position 52. ---> System.Xml.XmlException: ' ' is an unexpected token. The expected token is ';'. Line 2, position 52.\r\n at System.Xml.XmlTextReaderImpl.Throw(Exception e)\r\n at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributes()\r\n at System.Xml.XmlTextReaderImpl.ParseElement()\r\n at System.Xml.XmlTextReaderImpl.ParseElementContent()\r\n at System.Xml.XmlTextReaderImpl.Read()\r\n at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)\r\n at System.Xml.XmlLoader.ParsePartialContent(XmlNode parentNode, String innerxmltext, XmlNodeType nt)\r\n at System.Xml.XmlDocumentFragment.set_InnerXml(String value)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.LoadDbSchema(XmlDocument dbschema)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.RebuildXMLSchema(String constring, Boolean forceRebuild)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext..ctor()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext.GetGroupContext()\r\n at Sage.SalesLogix.SystemAdapter.GlobalServices.ApplyGroupContextToResponse(GroupContextResponseBase response)\r\n at Sage.SalesLogix.SystemAdapter.GlobalServices.PostGetGroupContext(GetGroupContextEntry entry)\r\n at Invokea81c8ed921464051a9ede507374e6d25.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)\r\n --- End of inner exception stack trace ---",
"hashCode": "FA95BF4E-D955A055-4360324F",
"pid": 2920,
"identity": {
"name": "someuser",
"isAuthenticated": true,
"authenticationType": ""
},
"logger": {
"level": "ERROR",
"location": "Sage.Platform.Diagnostics.ErrorHelper.LogException(:0)",
"name": "Global",
"message": "Sage Integration Messaging MessagingService unhandled exception [SalesLogix Error Id=SLX18FDD5818C07BD8A]"
},
"request": {
"looksLikeAjax": true,
"isLocal": false,
"method": "POST",
"referrer": "http://serverA.com:3333/slxclient/Home.aspx",
"ipAddress": "XXX.XX.XXX.XXX",
"userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0",
"userLanguages": "en-US; en;q=0.5"
},
"browser": {
"type": "Firefox17",
"name": "Firefox",
"version": "17.0",
"majorVersion": 17,
"minorVersion": 0.0,
"platform": "WinNT"
},
"server": {
"machineName": "serverA",
"timeZone": "Eastern Standard Time",
"commandLine": "C:\\Windows\\SysWOW64\\inetsrv\\w3wp.exe -ap \"SalesLogixDev\" -v \"v4.0\" -l \"webengine4.dll\" -a \\\\.\\pipe\\iisipme57682d4-7db4-4b34-92be-3976eaa6b4be -h \"C:\\inetpub\\temp\\apppools\\SalesLogixDev\\SalesLogixDev.config\" -w \"\" -m 0",
"versionString": "Microsoft Windows NT 6.1.7601 Service Pack 1",
"is64BitOperatingSystem": true,
"host": {
"siteName": "SalesLogixDev",
"applicationId": "/LM/W3SVC/8/ROOT/SlxClient",
"applicationPhysicalPath": "E:\\wwwroot\\SalesLogixDev\\SlxClient\\",
"applicationVirtualPath": "/SlxClient",
"isDebuggingEnabled": false,
"isHosted": true,
"maxConcurrentRequestsPerCPU": 5000,
"maxConcurrentThreadsPerCPU": 0
},
"logonUser": {
"name": "domain\\someuser",
"authenticationType": "Negotiate",
"impersonationLevel": "Impersonation",
"isAnonymous": false,
"isGuest": false,
"isSystem": false
}
}
2013-03-06 08:41:32,211 [148] ERROR SData - SData Exception with Diagnoses [SalesLogix Error Id=SLX34E4C7472B1C5523]
{
"slxErrorId": "SLX34E4C7472B1C5523",
"mitigation": "AjaxMessagingServiceError (500)",
"date": "2013-03-06T08:41:32",
"utc": "2013-03-06T13:41:32",
"message": "' ' is an unexpected token. The expected token is ';'. Line 2, position 52.",
"source": "System.Xml.XmlTextReaderImpl, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"type": "System.Xml.XmlException",
"stackTrace": " at System.Xml.XmlTextReaderImpl.Throw(Exception e)\r\n at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributes()\r\n at System.Xml.XmlTextReaderImpl.ParseElement()\r\n at System.Xml.XmlTextReaderImpl.ParseElementContent()\r\n at System.Xml.XmlTextReaderImpl.Read()\r\n at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)\r\n at System.Xml.XmlLoader.ParsePartialContent(XmlNode parentNode, String innerxmltext, XmlNodeType nt)\r\n at System.Xml.XmlDocumentFragment.set_InnerXml(String value)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.LoadDbSchema(XmlDocument dbschema)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.RebuildXMLSchema(String constring, Boolean forceRebuild)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext..ctor()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext.GetGroupContext()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupInfo.IsHiddenGroup(String GroupID)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupInfo.get_IsHidden()\r\n at Sage.SalesLogix.SystemAdapter.Groups.GroupRequestHandler.CopyEntityToFeedEntry(GroupInfo entity, GroupEntry entry, InclusionNode include)\r\n at Sage.Platform.SData.RequestHandlerBase`3.UpdateFeedEntryFromEntity(TFeedEntry entry, TEntity entity, InclusionNode include, Boolean includeSchema, Boolean isSingleEntry)\r\n at Sage.Platform.SData.RequestHandlerBase`3.CreateFeedEntryFromEntity(TEntity entity, InclusionNode include, Boolean includeSchema, Boolean isSingleEntry)",
"targetSite": "Void Throw(System.Exception)",
"hashCode": "31355ED2-D955A055-394C591A",
"pid": 2920,
"identity": {
"name": "someuser",
"isAuthenticated": true,
"authenticationType": ""
},
"logger": {
"level": "ERROR",
"location": "Sage.Platform.Diagnostics.ErrorHelper.LogException(:0)",
"name": "SData",
"message": "SData Exception with Diagnoses [SalesLogix Error Id=SLX34E4C7472B1C5523]"
},
"request": {
"looksLikeAjax": true,
"isLocal": false,
"method": "GET",
"url": "http://serverA.com:3333/slxclient/slxdata.ashx/slx/system/-/groups(name eq 'My Notes' and upper(family) eq 'HISTORY')?_includeContent=false&include=layout&format=json&_t=1362577282811",
"referrer": "http://serverA.com:3333/slxclient/Home.aspx",
"ipAddress": "XXX.XX.XXX.XXX",
"userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0",
"userLanguages": "en-US; en;q=0.5"
},
"browser": {
"type": "Firefox17",
"name": "Firefox",
"version": "17.0",
"majorVersion": 17,
"minorVersion": 0.0,
"platform": "WinNT"
},
"server": {
"machineName": "serverA",
"timeZone": "Eastern Standard Time",
"commandLine": "C:\\Windows\\SysWOW64\\inetsrv\\w3wp.exe -ap \"SalesLogixDev\" -v \"v4.0\" -l \"webengine4.dll\" -a \\\\.\\pipe\\iisipme57682d4-7db4-4b34-92be-3976eaa6b4be -h \"C:\\inetpub\\temp\\apppools\\SalesLogixDev\\SalesLogixDev.config\" -w \"\" -m 0",
"versionString": "Microsoft Windows NT 6.1.7601 Service Pack 1",
"is64BitOperatingSystem": true,
"host": {
"siteName": "SalesLogixDev",
"applicationId": "/LM/W3SVC/8/ROOT/SlxClient",
"applicationPhysicalPath": "E:\\wwwroot\\SalesLogixDev\\SlxClient\\",
"applicationVirtualPath": "/SlxClient",
"isDebuggingEnabled": false,
"isHosted": true,
"maxConcurrentRequestsPerCPU": 5000,
"maxConcurrentThreadsPerCPU": 0
},
"logonUser": {
"name": "domain\\someuser",
"authenticationType": "Negotiate",
"impersonationLevel": "Impersonation",
"isAnonymous": false,
"isGuest": false,
"isSystem": false
}
}
}
Trace in Event Viewer when going to http://serverA.com:3333/sdata/slx/system/-/groups/$template
Sage Integration Messaging MessagingService unhandled exception [SalesLogix Error Id=SLX35FD3444EFE35EC0]
{
"slxErrorId": "SLX35FD3444EFE35EC0",
"mitigation": "AjaxMessagingServiceError (500)",
"date": "2013-03-06T08:37:44",
"utc": "2013-03-06T13:37:44",
"message": "' ' is an unexpected token. The expected token is ';'. Line 2, position 52.",
"source": "System.Xml.XmlTextReaderImpl, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"type": "System.Xml.XmlException",
"stackTrace": " at System.Xml.XmlTextReaderImpl.Throw(Exception e)\r\n at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributes()\r\n at System.Xml.XmlTextReaderImpl.ParseElement()\r\n at System.Xml.XmlTextReaderImpl.ParseElementContent()\r\n at System.Xml.XmlTextReaderImpl.Read()\r\n at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)\r\n at System.Xml.XmlLoader.ParsePartialContent(XmlNode parentNode, String innerxmltext, XmlNodeType nt)\r\n at System.Xml.XmlDocumentFragment.set_InnerXml(String value)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.LoadDbSchema(XmlDocument dbschema)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.RebuildXMLSchema(String constring, Boolean forceRebuild)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext..ctor()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext.GetGroupContext()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupInfo.IsHiddenGroup(String GroupID)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupInfo.get_IsHidden()\r\n at Sage.SalesLogix.SystemAdapter.Groups.GroupRequestHandler.CopyEntityToFeedEntry(GroupInfo entity, GroupEntry entry, InclusionNode include)\r\n at Sage.Platform.SData.RequestHandlerBase`3.GetTemplate()\r\n at Invokefc0b970524ee4809b78e963aaa8e1dad.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": "Void Throw(System.Exception)",
"fullException": "Sage.Common.Syndication.DiagnosesException: ' ' is an unexpected token. The expected token is ';'. Line 2, position 52. ---> System.Xml.XmlException: ' ' is an unexpected token. The expected token is ';'. Line 2, position 52.\r\n at System.Xml.XmlTextReaderImpl.Throw(Exception e)\r\n at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)\r\n at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)\r\n at System.Xml.XmlTextReaderImpl.ParseAttributes()\r\n at System.Xml.XmlTextReaderImpl.ParseElement()\r\n at System.Xml.XmlTextReaderImpl.ParseElementContent()\r\n at System.Xml.XmlTextReaderImpl.Read()\r\n at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)\r\n at System.Xml.XmlLoader.ParsePartialContent(XmlNode parentNode, String innerxmltext, XmlNodeType nt)\r\n at System.Xml.XmlDocumentFragment.set_InnerXml(String value)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.LoadDbSchema(XmlDocument dbschema)\r\n at Sage.SalesLogix.Client.GroupBuilder.SLXSchemaInfo.RebuildXMLSchema(String constring, Boolean forceRebuild)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext..ctor()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupContext.GetGroupContext()\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupInfo.IsHiddenGroup(String GroupID)\r\n at Sage.SalesLogix.Client.GroupBuilder.GroupInfo.get_IsHidden()\r\n at Sage.SalesLogix.SystemAdapter.Groups.GroupRequestHandler.CopyEntityToFeedEntry(GroupInfo entity, GroupEntry entry, InclusionNode include)\r\n at Sage.Platform.SData.RequestHandlerBase`3.GetTemplate()\r\n at Invokefc0b970524ee4809b78e963aaa8e1dad.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)\r\n --- End of inner exception stack trace ---",
"hashCode": "FA95BF4E-D955A055-D383B210",
"pid": 2920,
"identity": {
"name": "someuser",
"isAuthenticated": true,
"authenticationType": ""
},
"logger": {
"level": "ERROR",
"location": "Sage.Platform.Diagnostics.ErrorHelper.LogException(:0)",
"name": "ASP.global_asax",
"message": "Sage Integration Messaging MessagingService unhandled exception [SalesLogix Error Id=SLX35FD3444EFE35EC0]"
},
"request": {
"looksLikeAjax": false,
"isLocal": false,
"method": "GET",
"url": "http://serverA.com:3333/sdata/slx/system/-/groups/$template",
"referrer": "",
"ipAddress": "XXX.XX.XXX.XX",
"userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0",
"userLanguages": "en-US; en;q=0.5"
},
"browser": {
"type": "Firefox17",
"name": "Firefox",
"version": "17.0",
"majorVersion": 17,
"minorVersion": 0.0,
"platform": "WinNT"
},
"server": {
"machineName": "serverA",
"timeZone": "Eastern Standard Time",
"commandLine": "C:\\Windows\\SysWOW64\\inetsrv\\w3wp.exe -ap \"SalesLogixDev\" -v \"v4.0\" -l \"webengine4.dll\" -a \\\\.\\pipe\\iisipme57682d4-7db4-4b34-92be-3976eaa6b4be -h \"C:\\inetpub\\temp\\apppools\\SalesLogixDev\\SalesLogixDev.config\" -w \"\" -m 0",
"versionString": "Microsoft Windows NT 6.1.7601 Service Pack 1",
"is64BitOperatingSystem": true,
"host": {
"siteName": "SalesLogixDev",
"applicationId": "/LM/W3SVC/8/ROOT/SData",
"applicationPhysicalPath": "E:\\wwwroot\\SalesLogixDev\\SData\\",
"applicationVirtualPath": "/SData",
"isDebuggingEnabled": false,
"isHosted": true,
"maxConcurrentRequestsPerCPU": 5000,
"maxConcurrentThreadsPerCPU": 0
},
"logonUser": {
"name": "domain\\someuser",
"authenticationType": "Negotiate",
"impersonationLevel": "Impersonation",
"isAnonymous": false,
"isGuest": false,
"isSystem": false
}
}
03-17-2013 04:00 PM
I believe the issue may be that the XMLSCHEMA plugin needs rebuilt in your environment.
You can accomplish this using the following method.
1. Mark the XMLSCHEMA for rebuilding:
UPDATE PLUGIN
SET DATACODE = 'REBUILD_SCHEMA'
WHERE PLUGINID = 'XMLSCHEMA'
2. Login as admin in the web client and run the following:
/SlxClient/SLXGroupManager.aspx?action=RebuildXMLSchema
Thanks
Mike
09-19-2014 05:49 AM
I am getting the same error in Saleslogix v8.0 (Windows Server 2012), but the XML Schema rebuild does not affect it. Any suggestions?