There is already an object named 'schema_info' in the database
-
Monday, January 07, 2013 11:00 AM
Hi,
I have Created a Sync Service which contains two scopes of two different tables in the same database. First scope is working fine , on executing second scope , i am getting the following error :
There is already an object named 'schema_info' in the database.
Please Help...Thanks in Advance :)
All Replies
-
Tuesday, January 08, 2013 2:51 AMModeratorare you getting this during provisioning or during synchronization? or are you trying to run parallel provisioning?
-
Tuesday, January 08, 2013 5:36 AMI m trying to do parallel provisioning , i m getting this error during provisioning of second scope.
-
Tuesday, January 08, 2013 8:07 AMModerator
parallel provisioning is not supported. there will be a race condition where both provisioning calls checks the database and finds that a sync object doesn't exist yet therefore they need to create some sync framework related tables and by the time they issue a command, another provisioning has beat them to it.

