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

Control Room view - V5.0.23

Hi all, Maybe just a user error type scenario, but I thought I'd ask.. We've just uplifted to v5.0.23, and the team are still getting accustomed to the new Control Room. One thing that is frustrating them, and seems to be a step back from v4.2, is...

Unable to Set Text in Attachmate

Hey guys, Currently I am trying to write to a EXTRA! X-treme mainframe. I can read items just fine, but when it comes to writing, I get this error: "Internal: Failed to perform step 1 in Write Stage 'Write' on page 'Log In' - Failed to set text in...

How do I add column to populated collection

I have a populated collection via VBO and need to create a new column in it. There is a way to do it manually, but is there a way to do by robot? When the column is added first, then it is not possible to populate it via VBO, an error occures - colle...

Does the blueprism supports JCSS API?

Does the blueprism supports JCSS API? Automation has to deal with Mainframe application but the application team will expose the JCSS API to deal with mainframe. Please provide information on this.

Expression Find

Hi Guys, If I have a data item with text for e.g. "information.PDF;information.DOC" or "12345.DOC" what expression would I use to identify that it had for e.g. "PDF" text? so I could have a (YES/NO) decision. Much appreciated. Regards, Johnny

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

Font recognition

BP presents many options on selecting the closest font to the image in the region.. When I look at the rendered image it seems to be a close fit to what I see on the screen, but it still doesn't recognize the text.. I have tried with many differen...

Issues with Spying a web page with Kendo UI

Hi All, We are trying to spy a web page with 3rd party UI controls (Kendo UI) where BP is highlighting the control/field but when we use a navigate stage to perform a navigation, it just passes stage without doing any action. Has anyone had issue...

Difficulty in spying Angular JS Combo Box

Hi, We have a web page containing an Angular JS Combo Box and we need to select one of the item from it. On selecting the specific item a web form is supposed to load below on the same page. We have tried using all the three spying modes (HTML,AA,R...

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

Single Sign On

Can you describe in detail the term "Single Sign On" and it's configuration and what all BP version's supports it ??

Reading PDFs without Ctrl+A & Ctrl+C

At my current project, we have setup robots to read PDFs daily from Outlook through MAPIEx using Ctrl + A and Ctrl + C, then storing the clipboard to Blue Prism. However, there's a problem with this technique, Ctrl + A & Ctrl + C doesn't store vital ...

Work Queue Item Keys

After loading data into queue, Is it possible that I can update the Item Key by using Get Next Item and Set Data actions?

Excel File Blocked by Trust Center

Internal : Could not execute code stage because exception thrown by code stage: You are attempting to open a file type that is blocked by your File Block settings in the Trust Center. Hi, I am getting following error while working on excel file. Net...

How To Invoke a JavaScript Function through BP

I have a small alert function which I want to invoke upon a certain action. So I want to run a small java script function through BP? I went through the documents for this but couldnot exactly find as where to find that function. Any help would be a...

Reading from HTML Object List

Dear Expert I'm working on a project where after searching for a key word on a webpage the possible matches are shown in a dynamic list: "/HTML/BODY(1)/...../UL(1)/LI(1)/DIV(1)" "/HTML/BODY(1)/...../UL(1)/LI(2)/DIV(1)" "/HTML/BODY(1)/...../UL(1)/LI...