I'm trying to create an Asymmetric Key and get the following error:
An asymmetric key with name '' already exists or this asymmetric key
I checked sys.asymmetric_keys table and the key doesn't exist. The only solution that I've found was:
add the HKLM\Software\Microsoft\MSCRM\IgnoreChecks as a reg_dword key with a value of 1 on the Microsoft CRM Server, you can get by this error message and provided you don't have any other blocking errors, should see no problems from having ignored this particular error.
Has anyone else experienced this error and possibly have a different solution?