Dear scp teams,
We want to migration from WSP into solidcp, in the staging lab we are installing AD , Exchange 2010 SP2 & Lync 2013.
after configure the server and virtual server we are trying to create user organization but it failed with the following error :
Error in the SCP web :
Error creating organization. See audit log for more details.
System.Web.Services.Protocols.SoapException: Server was unable to process request. —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘test.irvan.me’ ORGANIZATION —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘OU=test,OU=C2Lab,DC=labisi,DC=me’ ORGANIZATION —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘OU=test,OU=C2Lab,DC=labisi,DC=me’ ORGANIZATION —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘OU=test,OU=C2Lab,DC=labisi,DC=me’ ORGANIZATION —> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. —> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. —> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) — End of inner exception stack trace — at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) — End of inner exception stack trace — at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at Microsoft.Web.Services3.WebServicesClientProtocol.GetResponse(WebRequest request, IAsyncResult result) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at SolidCP.Providers.Exchange.ExchangeServer.ExtendToExchangeOrganization(String organizationId, String securityGroup, Boolean IsConsumer) at SolidCP.EnterpriseServer.ExchangeServerController.ExtendToExchangeOrganization(Organization& org) — End of inner exception stack trace — at SolidCP.EnterpriseServer.ExchangeServerController.ExtendToExchangeOrganization(Organization& org) — End of inner exception stack trace — at SolidCP.EnterpriseServer.ExchangeServerController.ExtendToExchangeOrganization(Organization& org) at SolidCP.EnterpriseServer.ExchangeServerController.CreateOrganizationRootPublicFolder(Int32 itemId) — End of inner exception stack trace — at SolidCP.EnterpriseServer.ExchangeServerController.CreateOrganizationRootPublicFolder(Int32 itemId) at SolidCP.EnterpriseServer.OrganizationController.CreateOrganization(Int32 packageId, String organizationId, String organizationName, String domainName) — End of inner exception stack trace — at SolidCP.EnterpriseServer.OrganizationController.CreateOrganization(Int32 packageId, String organizationId, String organizationName, String domainName) at SolidCP.EnterpriseServer.esOrganizations.CreateOrganization(Int32 packageId, String organizationID, String organizationName, String domainName) — End of inner exception stack trace —
Error from event viewer :
[8/23/2016 11:09:07 PM] ERROR: Exchange CreateOrganizationInternal
System.Management.Automation.Runspaces.PSSnapInException: Cannot load Windows PowerShell snap-in Microsoft.Exchange.Management.PowerShell.E2010 because of the following error: The type initializer for ‘Microsoft.Exchange.Data.Directory.Globals’ threw an exception.
at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.LoadCustomPSSnapIn(PSSnapInInfo mshsnapinInfo)
at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.LoadPSSnapIn(PSSnapInInfo mshsnapinInfo)
at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.LoadPSSnapIn(PSSnapInInfo mshsnapinInfo, PSSnapInException& warning)
at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.DoAddPSSnapIn(String name, PSSnapInException& warning)
at SolidCP.Providers.HostedSolution.Exchange2007.OpenRunspace()
at SolidCP.Providers.HostedSolution.Exchange2010.OpenRunspace()
at SolidCP.Providers.HostedSolution.Exchange2010SP2.ExtendToExchangeOrganizationInternal(String organizationId, String securityGroup, Boolean IsConsumer)
Can i get a head up what is wrong and how can i fixed it ?
best regards,
Irvan Riccasanta
Hi marco,
We still have some problem when add lync user and create hosted org with exchange plan, here is the error :
Lync :
[8/25/2016 6:03:24 PM] ERROR: Error: Microsoft Lync Server 2013 Enterprise Edition.CreateOrganization
System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.Rtc.Management.WritableConfig, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.
File name: ‘Microsoft.Rtc.Management.WritableConfig, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’
at SolidCP.Providers.HostedSolution.Lync2013.CreateOrganizationInternal(String organizationId, String sipDomain, Boolean enableConferencingVideo, Int32 maxConferenceSize, Boolean enabledFederation, Boolean enabledEnterpriseVoice)
at SolidCP.Server.LyncServer.CreateOrganization(String organizationId, String sipDomain, Boolean enableConferencing, Boolean enableConferencingVideo, Int32 maxConferenceSize, Boolean enabledFederation, Boolean enabledEnterpriseVoice)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Exchange :
[8/24/2016 10:44:01 PM] ERROR: ‘Hosted Microsoft Exchange Server 2010 SP2’ ExtendToExchangeOrganization
System.Management.Automation.CmdletInvocationException: Value cannot be null.
Parameter name: serverSettings —> System.ArgumentNullException: Value cannot be null.
Parameter name: serverSettings
at Microsoft.Exchange.Configuration.Tasks.TaskVerboseStringHelper.GetADServerSettings(String cmdletName, ADServerSettings serverSettings)
at Microsoft.Exchange.Configuration.Tasks.Task.LogCmdletIterationEvent()
at Microsoft.Exchange.Configuration.Tasks.Task.BeginProcessing()
at System.Management.Automation.Cmdlet.DoBeginProcessing()
at System.Management.Automation.CommandProcessorBase.DoBegin()
— End of inner exception stack trace —
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at System.Management.Automation.Runspaces.Pipeline.Invoke()
at SolidCP.Providers.HostedSolution.Exchange2007.ExecuteShellCommand(Runspace runSpace, Command cmd, Boolean useDomainController, Object[]& errors)
at SolidCP.Providers.HostedSolution.Exchange2010.OpenRunspace()
at SolidCP.Providers.HostedSolution.Exchange2010SP2.ExtendToExchangeOrganizationInternal(String organizationId, String securityGroup, Boolean IsConsumer)
at SolidCP.Server.ExchangeServer.ExtendToExchangeOrganization(String organizationId, String securityGroup, Boolean IsConsumer)
attached my configuration.
Best regards,
Irvan Riccasanta