
Hi Expert,
I'm trying new org: in existing crm. My existing crm is
- Microsoft CRM 4.0 (4.0.7333.3231). SQL is
- "Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: ) (Hypervisor) "
When i look error log. It show
15:01:09| Error| Create new Organization (Name=SGIR, Id=1f1eb602-5133-e011-8e2a-00155d000600) failed with Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DirectoryServices.DirectoryServicesCOMException (0x800700B7): Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7)
--- End of inner exception stack trace ---
But when i open and query at MSCRM_CONFIG.Organization, I found this record.
ConnectionString DatabaseName FriendlyName HelpContentServerUrl Id MirroredSqlServerName PartitionNumber ScaleGroupId SqlServerName SrsUrl State SupportUserCrmUserId Type UniqueName UniqueifierId IsDeleted
Provider=SQLOLEDB;Data Source=DYNAMICS-01;Initial Catalog=SGIR_MSCRM;Integrated Security=SSPI SGIR_MSCRM SGIR NULL 1F1EB602-5133-E011-8E2A-00155D000600 NULL 0 00000000-0000-0000-0000-000000000000 DYNAMICS-01 http://dynamics-01/ReportServer 0 NULL 0 SGIR 704BA168-46E6-4055-B6A9-D6D4102A4014 1
Provider=SQLOLEDB;Data Source=DYNAMICS-01;Initial Catalog=RRIRMSCRM;Integrated Security=SSPI RRIRMSCRM RI NULL 80E83425-0355-48C3-81FF-F71F7DEDDA94 NULL 0 00000000-0000-0000-0000-000000000000 DYNAMICS-01 http://DYNAMICS-01/ReportServer 1 NULL 0 RI NULL 0
But actual i cannot be find new database at my sql.
How can i solve this problem?
I need urgent create new org:.
Kindly, please advice to me.
Best Regards,
Yukon
*This post is locked for comments
I have the same question (0)Hi Yukon,
"Cannot create a file when that file already exists."
My guess is that your sql server has a database called ORGNAME_MSCRM....
When you create a new org the deployment manager will create a database called orgname_MSCRM. Verify you there isn't an existing db called this and also that there are no database files with these names.