Quantcast
Channel: Jason Buss – Customer FX
Viewing all articles
Browse latest Browse all 105

Rebuilding the XMLSchema in Infor CRM 8.x

$
0
0

Occasionally, it may become necessary to rebuild the XMLSchema to fix issues with groups in Infor CRM.  I wanted to take the opportunity to document here how to rebuild the XMLSchema in version 8.x of Infor CRM:

  • Run the following query in SQL:
    • Update sysdba.plugin set datacode = ‘REBUILD_SCHEMA’ where PLUGINID = ‘XMLSCHEMA’
  • From the start menu, open a command prompt and perform an IISRESET
  • Log into the Web Client as Admin
  • In the browser’s address field, append the following after /SLXClient
    • /SLXGroupManager.aspx?action=RebuildXMLSchema

At this point the XMLSchema has been rebuilt.


Viewing all articles
Browse latest Browse all 105

Trending Articles