I think you have some curropted database which can not reattach to the
instance, since in the failure callstack, it is failing during
reattachingoldatabases.
I suggest you;
1. Stop sqlserver, you can type "services.msc" to "Start > Run" and find
the sql server instance they you are using and stop it.
2. Find the path that you store your mdf files most probably
"%temp%\..\Application Data\Microsoft\Business Contact Manager"
3. Delete the mdf files that you are not using.
4. Do the same in first step and start SQL service.
5. Try sharing again.
Please let me know if you have further questions.

Signature
Fatih YILDIZ [MSFT]
Visit team blog at http://blogs.msdn.com/bcm
> > Dale:
> >
[quoted text clipped - 147 lines]
> working, then backing up the new database v3 and moving that to the
> server with the db tool.
Luther - 04 Mar 2008 14:36 GMT
On Mar 3, 4:22 pm, Fatih YILDIZ [MSFT]
<FatihYILDIZM...@discussions.microsoft.com> wrote:
> I think you have some curropted database which can not reattach to the
> instance, since in the failure callstack, it is failing during
[quoted text clipped - 169 lines]
>
> - Show quoted text -
I missed this detail the first time I read this thread.
Fatih,
This error in the log:
[E] [09:11:36.1074936]ServerWizard: Specified cast is not valid.
[E] [09:11:36.1074936]ServerWizard: at
Microsoft.BusinessSolutions.eCRM.BusinessLayer.BCMSecurity.get_SimpleFileSh
aringEnabled()
at
looks like a C# bug.
I expect that all this code would be doing is checking a Windows
Registry value for whether SFS is turned on or off, so it's somewhat
strange that this would fail for one user while working for everyone
else. Perhaps this Registry is corrupt. I suspect this exception can
be caught in the code.
Dale,
If you're still around, check the value of HKLM\SYSTEM
\CurrentControlSet\Control\Lsa\ForceGuest in the Registry. Is it a 1
or 0?