Objectives: We are trying to delete some unused entities
Server Info: We are currently running Windows Server 2019, with SQL Server 2017 CU20, Dynamics CRM 9.0.15.9
Problem: When we are trying to delete, we are being asked to clear dependencies. However, some dependencies we were not able to fix as system is not allowing us
We are getting 2 kind of issues
1st Issue: When we are trying to delete, we are getting SQL exception as mentioned below, Also, find the Log file attached
[View:/cfs-file/__key/communityserver-discussions-components-files/117/MS_2D00_SQL_2D00_Issue_2D00_While_2D00_Delete.txt]
Action taken so far: We tried to enable verbose tracing in ms crm server, but it is showing same error.
2nd Issue: When We are trying to delete one 1:M relationship and during delete we were provided multiple dependencies which we were was able to clean perfectly. However, for one dependency, on clicking on it, nothing is happening
Action Taken so far and understanding: in the db (p_RetrieveDependenciesForDelete), we found that it is referring one dependency. We have seen in the formXML using customization XML, but not able to find any problem or find anything. But, due to this restriction we are not . we tried to delete the dependencies from db end, however, it seems too risky, so seeking help.