Hello,
I'm working in a DEV environment with Version 1611 (7.0), Platform update 9, where I'm trying to queue a build to the DevOps project after making a table extension. During the database sync step of the build, it's giving this below error in the log.
"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'."
I have tried the solution recommended on another thread by going to the command prompt and running a decrypt on the web.config file as follows.
J:\AOSService\webroot\bin\Microsoft.Dynamics.AX.Framework.ConfigEncryptor.exe -decrypt "J\AOSService\webroot\web.config"
The database connection info in Web.config was decrypted, but I get the same error after attempting to queue the Build again. I'm wondering if the Web.Config I targeted is the correct web.config file.
Has anyone else encountered this issue and is there another solution for this error, please?