@Jukka Juselius I've retried the install with the same results. I'm installing on windows server 2019. When I try and access the default web page, I get this 500 error (port 9443 is the web port, and 9444 is what I set for the api port):

This is the stack from the api log that I can find.
2021-02-18 00:00:49,631 [10] ERROR ApiExceptionLogger - GET (127.0.0.1):
https://localhost:9444/v1.0/en-US/usage-metrics?startTime=2021-02-18T00:00:48.048Z&endTime=2021-02-18T00:01:48.048Z(Apache-HttpClient/4.5.7 (Java/1.8.0_261))
System.Data.SqlClient.SqlException (0x80131904): 'DASHBOARD' is not a valid login or you do not have permission.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
Are there any other logs that might be helpful?
------------------------------
Michael Ottersen
------------------------------
Original Message:
Sent: Thu January 28, 2021 06:49 AM
From: Jukka Juselius
Subject: Issue with RPA install
Hello,
well, I have to say that this is not part of the normal installation procedure which should not require the steps Ahmed is describing here.
@Michael Ottersen, can I still ask what did your installation logs show, since clearly there is something that has not been executed during the installation as it should have been. Can you also share what is the windows server version you're installing to? Thanks!
------------------------------
Jukka Juselius
Senior Solution Architect - IBM EMEA
WDG Automation Program Lead for EMEA
IBM Technology - Business Automation
------------------------------
Original Message:
Sent: Thu January 28, 2021 05:54 AM
From: Ahmed Shaheen
Subject: Issue with RPA install
Hello Michael!
From our practical experience after facing the same Problem with the installation we think we can help you .
First of all we find some error messages in the console of the web client when trying to launch it from IIS which refer to a problem in CROS so the we try to reinstall it again but the same problem still exist .
After that we found some data base tables are not exist so we try to import them manually using files in the following path :- "C:\Program Files\IBM Robotic Process Automation\IBM Robotic Process Automation Server\Commom_Files\Database" and some errors solved in console ,however the same Problem still exist .
Finally, we found that we need to add some lines of code in the web.config file which exist in the API folder in the following path :-"C:\Program Files\IBM Robotic Process Automation\IBM Robotic Process Automation Server\Api" ,
open web.config using any text editor after stopping( IBM RPA services and IIS Services )and add the following lines between :-
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0"/>
</dependentAssembly>
and
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0"/>
</dependentAssembly>
add these lines :-
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
</dependentAssembly>
then save the file and start the services again for both IBM RPA and IIS Services .
after this addition the problem solved and IBM RPA web client works well with no errors
we hope these steps helps you solving the problem , we need to hear from you if the problem solved or not ?
------------------------------
[ahmed] [shaheen]
[System developer]
[valleysoft-eg]
[Cairo] [Egypt]
[+20-01015699307]