we are try to install the UiPath Orchestrator on a AWS Server. During the installation from the Orchestrator, we get this issues:
Ensure that the following user have these permissions on the database:
User Database Permission
[SQL User] uipath_user uipath Create, Write, Read
If you cannot provide the Create_Database permission, ensure that the databases are created before starting the applications.
Proceed with the installation?
[Y] Yes [N] No [?] Help (default is “Y”): y
Ensuring IIS URL Rewrite 2.0 Module is installed
IIS URL Rewrite 2.0 Module is already installed
New-Object : Exception calling “.ctor” with “1” argument(s): “Format of the initialization string does not conform to specification starting at index 116.”
At C:\Users\Administrator\Downloads\UiPathOrchestrator\Migration-Utilities.psm1:96 char:23
Check-DatabaseConnection : Cannot bind argument to parameter ‘connectionString’ because it is an empty string.
At C:\Users\Administrator\Downloads\UiPathOrchestrator\Migration-Utilities.psm1:107 char:66
Please try this:
After installation, run from the sql console the following code (replace UiPath-Test-X with your database name and UIPATH\OVI$ with the name of your domain and machine).
CREATE LOGIN [UIPATH\OVI$] FROM WINDOWS
GO
Use [UiPath-Test-X]
GO
EXEC sp_addrolemember 'db_owner', N'UIPATH\OVI$'
GO
thanks for your response.
But the problem is, that it crashes during the installtion routine. Result is, the db is empty.
We want to login at the db with a SQL user and not with a user from the AD, linke in the installation manual.
Hello Sven. I’m guessing that you are using the “Install-Orchestrator.ps1” script? We’ve discontinued the official support for that script, so the recommended way of installing would be using the UiPathPlatform.msi installer. Could you please tell me what version of Orchestrator are you trying to install? I’ll provide a link with the MSI to install that specific version.
Hi sven_85, how safe is it installing the orchestrator on a cloud? By any chance if AWS is hacked, data you are processing on the terminals can be leaked right? if the data on the terminals is NPI(confidential) data, then it sould be security violation right? Please let me know if my question is wrong.