I download 'VHD FinandOps10.0.24' from Shared asset Library. AOSService can't start with error
AX is shutting down due to an error.
Failed to set database connection string.
Exception details:
Microsoft.Dynamics.AX.InvalidConnectionStringException: Failed to set database connection string. ---> System.ArgumentException: The value's length for key 'password' exceeds it's limit of '128'.
at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous)
at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(DbConnectionPoolKey key, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions)
at System.Data.SqlClient.SqlConnection.ConnectionString_Set(DbConnectionPoolKey key)
at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value)
at Microsoft.Dynamics.AX.TestDatabaseConnectionString(String connectionString)
--- End of inner exception stack trace ---
at Microsoft.Dynamics.AX.TestDatabaseConnectionString(String connectionString)
at Microsoft.Dynamics.AX.AOS.StartupInternal(String[] Arguments)
at Microsoft.Dynamics.AX.AOS.Startup()
at Microsoft.Dynamics.AX.AosConfig.AzureConfig.Init()
at Microsoft.Dynamics.AX.Batch.BatchService.OnStart(String[] args)
Checking the root cause by trying to decrypt web.config.
C:\AOSService\webroot\bin\Microsoft.Dynamics.AX.Framework.ConfigEncryptor.exe -decrypt C:\AOSService\webroot\web.config
See error: No certificate found for id '7366E25DC94FA8A400FA0037FFF3BB300D9482D4'
Checking from web.config. It is used for Data Encryption but it disappears from local machine certificate list.
<!--Used to find the certificate used for encryption.-->
<add key="DataAccess.DataEncryptionCertificateThumbprint" value="7366E25DC94FA8A400FA0037FFF3BB300D9482D4" />
<!--Used to find the certificate used for signing encrypted data.-->
<add key="DataAccess.DataSigningCertificateThumbprint" value="7366E25DC94FA8A400FA0037FFF3BB300D9482D4" />
Is there anyone able to use this VHD version? Please share me solution how to fix it. My Shared asset library, only has this VHD. I would like to use for testing standard features without customization.