Question
Pegasystems Inc.
JP
Last activity: 17 Jan 2020 14:59 EST
RPAService unable to start Runtime
Version Info: Studio and Runtimev19.1.13 on Windows 10, RMv8.2.2 on Platform 8.2.1,
Problem: Able to login a remote runtime machine, but runtime doesn't start.
Here is what I have found so far from RPAService.log files:
1. Login is successful (Refer attached RpaService.log_.1.txt)
2. Task addition for Domain/RuntimeUser as defined in CredMgr successful. (Refer attached RpaService.log_.1.txt)
3. On the time mentioned in 2 above, another RPAService.log file (refer RpaService.log_.txt attached) is created, with Interactive Domain and User as defined in CredMgr with Error in Pega.RpaService.Loader.LoaderProgram.Main as given below:
Error | 02:22:47.650 午後 | 1 | MTA | Loader | 値を Null にすることはできません。
パラメーター名:path1
System.ArgumentNullException: 値を Null にすることはできません。
パラメーター名:path1
場所 System.IO.Path.Combine(String path1, String path2)
場所 Pega.RpaService.Loader.LoaderProgram.Main(String[] args)
Thereafter the heartbeat log is added every 45 seconds.
Version Info: Studio and Runtimev19.1.13 on Windows 10, RMv8.2.2 on Platform 8.2.1,
Problem: Able to login a remote runtime machine, but runtime doesn't start.
Here is what I have found so far from RPAService.log files:
1. Login is successful (Refer attached RpaService.log_.1.txt)
2. Task addition for Domain/RuntimeUser as defined in CredMgr successful. (Refer attached RpaService.log_.1.txt)
3. On the time mentioned in 2 above, another RPAService.log file (refer RpaService.log_.txt attached) is created, with Interactive Domain and User as defined in CredMgr with Error in Pega.RpaService.Loader.LoaderProgram.Main as given below:
Error | 02:22:47.650 午後 | 1 | MTA | Loader | 値を Null にすることはできません。
パラメーター名:path1
System.ArgumentNullException: 値を Null にすることはできません。
パラメーター名:path1
場所 System.IO.Path.Combine(String path1, String path2)
場所 Pega.RpaService.Loader.LoaderProgram.Main(String[] args)
Thereafter the heartbeat log is added every 45 seconds.
I have no memory of explicitly mentioning the Runtime.exe filepath in any of the configuration files. but I think that the error is due to the filepath not set.
Anyone having faced this issue already?
Hello Mangesh,
The RpaService.log_.1.txt logs doe show that logging was successful, and runtime was scheduled to start at 2019/12/18 14:22:47. The only reason I can think of it not starting at that point is machine was busy performing its startup activity denying/delaying the schedule request. By default, RPA Service schedules runtime to run fifteen seconds after a successful login. You can configure the time by modifying the ScheduledTaskStartBoundary key value in RPAService.exe.config. The location of the config file should be C:\Program Data\Pegasystems\Pega RPA Service.
Note: You will need to restart PegaRPA Service after a change in the RPAService.exe.config file.
The exception in the RPAServicelog.txt is thrown when the RPA Service cannot find the Pega.Loader.exe. This executable is part of the Synchronization engine install. Were you trying to use the RPA Service with Pega Robot Studio? If so, that is not a supported configuration.
Thanks