Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BCP for the App Server

Hi Team, Please let us know the various techniques we can follow for the BCP of the Blue Prism Application Server. Is there any method which will automatically connect to the other server when there is a failure in the Blue Prism Application Server...

Memory Management query on Internal Work Queues

I am trying to load an excel sheet containing more than 100k records in BluePrism Process Studio using Excel VBO object (It might go upwards of 300k in some cases). I am loading the collection into an internal work queue of BluePrism, but I get an e...

MS Access VBO?

Hi everyone, I started to work with Blue Prism some weeks ago and I'd like to know how I could work with MS Access and BluePrism. Thanks, Hernán

Communication Between servers (Robots & Blue Prism)

Hi Everyone! I want to know How can i find more information about the infrastructure specifically how to create a user robot and i want to know how is the communication between servers (Blue Prism to Robots). i have searching in documentation but i ...

Detcting the excel cell based on colour

Hello all , How to detect color of a particular cell ,Say there is a row like test passed which is indicated in "green colour" and red is failed . Is there a way to spy or capture that colored cell in bp and validate. I was not able to find an color...

Wait for Process before attaching

I am currently developing a BO for a process that is "soon to be started". I want Blueprism to wait for the process to be launched. How I expect to do this: 1) Place a Wait stage 2) Drag the main element (in bold) of the process to the "Element" col...

__ by Level 4
  • 845 Views
  • 3 replies
  • 0 likes

Reading table from website

Hi, Yes it's a java applet and contain 100 records, 10 records per page. How to read all in one go and when you retrieve 10 records from page and put in collection, then I put in data item, it doesn't store those data fetched in file path which I h...

Spying in Google Sheets

Dear all, We are currently automating a process which relies heavily on the usage of Google Docs, and so also Google Sheets. Unlike MS Excel, we're not able to spy anything of the sheets in this browser-based application. BP is only able to spy the...

Anonymous by Not applicable
  • 272 Views
  • 1 replies
  • 0 likes

SAP Spying element - logon button does not appear

Hello, I am having a problem whilst logging on (variable logon), I have spied the elements in accessibility mode and this works successfully. However, the logon button doe not appear even though the correct credential are there. Note: I have enable...

jcarver by Level 3
  • 340 Views
  • 2 replies
  • 0 likes

Directly attach to process from code

Because the code block works faster for most operations in Internet Explorer, I am using visual basic code to navigate, print and do such operations. Now, for a specific solution I need Blue Prism to attach to the process, it can do this using a Wind...

__ by Level 4
  • 265 Views
  • 0 replies
  • 0 likes

Replace single quotation in Replace()

Hello, I'm attempting to replace a " with a blank space in a string using the Replace() function. I have tried the following Replace([steInput], ", "") Error Message - Data items must be between [ and ]. Text must be between " and ". Functions sh...