Known Issues in Aras DevOps Release 1.12
Copy
| Issue # | Description | Workaround |
| I-050998 | When a user executes The Get-ArasDevopsPackagesList of the Powershell module, only the latest versions are displayed for IOM and InnovatorConfigs. It should display this package’s latest version of the current Innovator version. | The commandlet was originally created due to nuget.exe failure to display upstream package versions when listing. Standard Find-Package is capable of properly listing packages and this commandlet is not needed anymore. Get-ArasDevopsPackagesList command is therefore obsolete and will be deprecated. |
| I-058395 | In the Local Development Environment, the BuildAndDeploy.ps1 fails on the install step of Visual Studio 2022 Build Tools when there is a pre-existing installation of Visual Studio Build Tools. |
Note
If only one of the two versions above exists, perform the steps only for that version.
|
| I-058883 | In the Local Development Environment, ContinuousIntegration.ps1 fails if using Aras Innovator Container Deployment in Aras Enterprise and displays the following error: <The sp_configure value “contained database authentication” must be set to 1 in order to restore a contained database. You may need to “RECONFIGURE” to set the value_in_use. RESTORE DATABASE is terminating abnormally> | In the SQL Server on the local machine, enable the contained database authentication option. The option can be enabled by two ways:
|
| I-059096 | When deploying on a local machine, users may see an error message directly from SQL Server that the password validation failed. The error message may look like: “System.Data.SqlClient.SqlException: Password validation failed. The password does not meet the operating system policy requirements because it’s too short” | Deployment of Aras Innovator on a user’s machine relies on local SQL Server that defines policies for SQL user passwords. Aras uses 2 SQL users named “innovator” and “innovator_regular”. Passwords used during deployment are defined in Machine.Settings.include Make sure that both users can log into SQL Server using defined password before launching new deployment. |
| I-059899 | When an existing project moves to a container-based deployment, it is possible that the initial repository contains some modified configuration files. In this case, the deployment will not be successful. | A customer repository should not contain any configuration files. The modifications to configuration files that might be required in the context of a project needs be described using Config Transformations feature available with the service. |
| I-072044 | Chocolatey Version Update In Aras DevOps 1.10, an updated version of Chocolatey is now used to meet enhanced security requirements. Since two versions of Chocolatey cannot run simultaneously on the same machine, users must manually downgrade Chocolatey if they need to work on projects that reference an older version of Aras DevOps. | Manually downgrade the version of Chocolatey. |
| I-073506 | The Generate Baseline pipeline may intermittently fail when used with unpatched Aras Innovator versions lower than Release 32. | Retry the Generate Baseline pipeline execution. |
| IH-7730 | The Selenium Tests pipeline fails for new SaaS customers using SHA256 passwords. |