@Dave Morris well no issues, below is what happened and how I managed to resolve it.
Step 1.Kindly note when you upgrade your BP application version, there is a chance that the parameters will be reset within the
LoginAgentService.config file, which is located
<C:\ProgramData\Blue Prism Limited\Automate V3>.
Upon opening the file I noted the below:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<workingdirectory path="NOTINSTALLED"/>
<startuparguments>
<argument name="resourcepc"/>
<argument name="public"/>
<argument name="port">
<value>8181</value>
</argument>
</startuparguments>
</configuration>
From the above configuration file <
LoginAgentService.config> one could clearly see that the working path is not defined/set
<workingdirectory path="NOTINSTALLED"/> and that the dbconname argument tag is missing. I edited the file <
LoginAgentService.config> with the correct values, as per below. Restarted the RTR and noticed the pc icon with a key and the status become Logged Out as well as Yes-Connected within the IC Room.
<?xml version="1.0" encoding="utf-8"?><configuration><workingdirectory path="C:\Program Files\Blue Prism Limited\Blue Prism Automate\"/><startuparguments><argument name="resourcepc"/><argument name="public"/><argument name="port"><value>8181</value></argument><argument name="dbconname"><value>Application Server</value></argument></startuparguments></configuration>Step 2.There is a second file that needed to be edited in order for the two files to communicate. This file is located
<C:\ProgramData\Blue Prism Limited\Automate V3> and is called
<Automate>. See below configuration.
<?xml version="1.0" encoding="utf-8"?><config><editsummariesarecompulsory>True</editsummariesarecompulsory><startprocessengine>True</startprocessengine><maxundolevels>10</maxundolevels><currentconnection></currentconnection><sqlcommandtimeout>30</sqlcommandtimeout><archivepath>C:\Users\Administrator\Documents</archivepath><connections><connection><bpserver /><port>8199</port><callbackport>0</callbackport><connectionmode>0</connectionmode><name>Application Server</name><server>your application server name or ip address should be placed here</server><extraparams></extraparams></connection></connections><businessobjects /></config>
I hope that the above will help someone out there.
Kind regards
MF
------------------------------
[Mario] [Fortunato] [Mr]
[RPA Manager]
[First National Bank]
[Windhoek] [Namibia]
------------------------------