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

Error While using Code stage

Hi, I m trying use Code block for finding a string match in Excel, Added the required namespace and libraries and there is no ERRORS encountered in code block ie No Compilation error in code block but while executing "Object reference not set to in...

PrasadM by Level 3
  • 209 Views
  • 1 replies
  • 0 likes

Write path of a file in the directory box

While writing the path of the file in the directory box, the robot is writing ";" instead of ":" For example: C:\Users\10618994\Desktop The robot will write the above mentioned path as: C;\Users\10618994\Desktop So due to this issue we cannot able t...

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

Reader stage - 'Read Image'

I've had a number of process's running successfully for months and months, the other day we had to upgrade the citrix client on the PC's to Citrix version 12 (from citrix version 11) to support 256bit encryption used by the system we are integrating ...

Read text from image data item

A citrix application we're using has a background gradient that interferes with font recognition, and makes OCR very unreliable. I am able to read the image, and edit it into black and white, so "recognise text" works on it. In order to use "recogni...

Running multiple Rumba Sessions

Rumba Session ID When a session is created for Blue Prism to use in Rumba as per below, you need to ensure for each machine the "Session ID" in the options is changed for each VM or machine. By launching the session file manually or by using a robo...

Using 'Paste' action in MS Excel VBO

Hi, I can't get the 'paste' action in the MS Excel VBO to work properly. Please see error message enclosed. Prior to running that action, I have ensured that I am on cell 'A1' and set the clipboard with the text that I want to paste. Any ideas o...

Excel - Saving a shared document

A central control spreadsheet that needs to be used by multiple users is saved as part of each run of my process. Operations will need to view this spreadsheet to see what stage each member is at, however when I change the spreadsheet to shared it s...

Error when I combine multiple objects in one process

Hello everybody, I need your help to resolve an issue which happen in my project : My project is composed of multiple objects that must be run multiple times by iteration: 1 to manipulate PDF file, 1 to manipulate excel file 1 to send mail 2 o...

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

Send CTRL+ALT+END over RDP

Does anyone know a way of acheiving this? So far i have the following code: [DllImport("user32.dll", SetLastError = true)] static extern void keybd_event(byte bVk, byte bScan, int dwFlags, int dwExtraInfo); public const int VK_MENU = 0x12; public ...

Active Accessibility - capture unique elements

Hi, I am using a combination od Win/html/AA for a browser-based application. I have a hard time getting the elements captures with AA to be solid enough though; either they don't work at all (no windows matched the query terms), or they are extrem...

Best practice - Surface Automation & drop-down list

Hi, I am using surface automation in an application where I need to work with a drop-down list. I wonder if anyone has some input on best practice for developing this type of solution? Currently, I have built it with dynamic regions and increminti...