
During the upgrade to Infor CRM 8.3.08 the upgrade process introduces a duplicate APPID row into the APPIDMAPPING table. This is because the APPIDMAPPING table does not contain a unique constraint on the ID (shame, shame):
This results in the inability to manage the SData Sync Configuration.
You will also see similar errors popping up randomly throughout the web client.
In order to fix this you can run the following SQL scripts:
update sysdba.appidmapping set appid='BADINFORBAD1' where name = 'Infor CRM' and ISSYSTEMENDPOINT is null update sysdba.appidmapping set name='Infor CRM' where name = 'Saleslogix' and ISSYSTEMENDPOINT='T'
Subscribe To Our Newsletter
Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!
You have Successfully Subscribed!