Hi,
I am trying to install Ax 2009 AOS Server on one my machines. I am getting the following error . Can you please let me know what could cause this error ?
I have SQL Server 2008 R2 installed and was able to connect through Management Studio
roperty DbServerType set to: ‘0’
Property DbSqlServer set to: ‘(local)\sqlExpress’
Connected to SQL Server: ‘(local)\sqlExpress’
Property DbSqlDatabaseName set to: ‘DynamicsAx1’
=== Starting execution phase ===
=== Setting up Database DynamicsAx1 ===
Database: 2
Connected to SQL Server: ‘(local)\sqlExpress’
Exception: System.InvalidOperationException
Message: ExecuteNonQuery requires an open and available Connection. The connection’s current state is closed.
FullText: System.InvalidOperationException: ExecuteNonQuery requires an open and available Connection. The connection’s current state is closed.
at System.Data.SqlClient.SqlConnection.GetOpenConnection(String method)
at System.Data.SqlClient.SqlConnection.ValidateConnectionForExecute(String method, SqlCommand command)
at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Dynamics.Setup.InstallSqlServer.Create()
at Microsoft.Dynamics.Setup.MainForm.DatabaseInstall()
at Microsoft.Dynamics.Setup.MainForm.s250Timer_Tick()
==== Setup encountered an unhandled exception and could not be completed. For details see the previous messages in the lo