
Hi,
I have a Problem: I upgrade my organization at CRM2016 version on another server. On this organization I used DCP server but on the new server I don't have the DCP server installed. Now I must unistall the old version for DCP solutions on new server and after install the last version. What is the right Workaround? How can I delete the old solutions? I tried but there are dependencies with other solutions
Thanks
A.G.
*This post is locked for comments
I have the same question (0)Hi, I resolve the problem with these two sql commands:
DROP FULLTEXT INDEX ON ptm_mscrmaddons_settingsBase
DROP FULLTEXT INDEX ON [dbo].[ptm_mscrmaddons_keyBase]
Before to execute the configuration for DCP server, I drop the fulltext index.
Thanks
A.G.