Same problem with http://drupal.org/node/1210862
Initial installation with MS SQL give this error mesage SQLSTATE[23000]: [Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'registry_pkey'. Cannot insert duplicate key in object 'dbo.registry'.
Database on SQLEXPRESS and on same maschine.
Comments
Comment #1
Gideon77 commentedThe following kludge patch will work around the bug. It ignores the PHP exception that is thrown when attempting to insert a duplicate row in the registry table.
The above patch was applied to Acquia Drupal 7.8.7. Your line numbers might vary.
Note: This is not a proper long-term fix. The developers need to correct the underlying logic that causes the problem.
Comment #2
kostajh commentedCan you reproduce this error with 7.x-2.x-dev? The 1.x branch is not supported.
Comment #3
kostajh commented