Product Forum
Get fast, personalised help from other members of the community
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Where to download all Blue Prism products.

If you're looking to download an SS&C Blue Prism product, you can find a link to the download page in this list.  Click the link, scroll down to accept the EULA and select the version you wish to download. SS&C Blue Prism Enterprise: DownloadSS&C Blu...

Michael_S by Community Team (Retired)
  • 1470 Views
  • 8 replies
  • 13 likes

Scheduler issue - Stops after one task

Hi, I have the following issue with the scheduler. The robot is supposed to follow this sequence of tasks ==> login, wait for login, start the process, logout. It used to work (more or less). But since a few days, it stops after the "wait for login...

Difference Now(), LocalTime(), DateTime Queue

Hi, can someone explain to me what are the differences between the functions Now() and LocalTime() and where the return values come from? I've set the right UTC Timezone in Windows, taskbar shows the right time, but now() returns one hour less, Loca...

al2piwo by Level 4
  • 5348 Views
  • 9 replies
  • 0 likes

Excel Macro Question

Hi, I've been using an Excel macro to remove NA/NV rows from my worksheet: '----------------------------------------------------------- ' ExcludeNV - Removes rows with #NA in column D '----------------------------------------------------------- S...

Eventlog error messages

We have two kinds of error messages in Blue Prism Windows eventlog. Why these are occuring in BP management server? Talker[resourcename:8181] Error connecting to resource. Attempts to re-establish the connection will occur periodically. System.Net.S...

SQL Object Security

Hello I have been using the SQL Object provided by BP in many bots, but now the IT security is phasing out SSL encryption, do you know what kind of encryption is used in BP? (if any), or if the SQL object will fail executing the transactions made wh...

Deleting Database Data from Archiving

Hi, Facing issues as below while deleting Database Data from System->Archiving. "Errors occured during the deleting process. The archiving continued with as much work as possible, but not all files have been processed. The last error message was: ...

Replace function - wildcards?

I have a path name and want to isolate the last part. I.e. C:\part1\part2\part3 And I need to isolate part3 replace([path], "%") doesn't work. Any other ways?