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

Using utility-image manipulation of finding image

I am having issues with using Utility-Image manipulation as it doesn't return the coordinates of the image with Get Sub Image position. Sometimes it works fine, not sure what could be causing this behavior where sometimes it works and sometimes doesn...

Error in Code stage

hi guys, I am trying to use a c# code in object studio but I keep getting an error- "Compiler error at line 0: }expected" this is my code- using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; us...

Automate.EXE has stopped Working

While Trying To retrieve Mails from Outlook of a certain span of date , suddenly the pop up box arrives "Automate.EXE has stopped working" .Sometimes it finishes the process and some times it stops in between . why ?

Activate a window and send global key

Hi, I would like to know how to bring a page to front of all the applications running so that I could send a global key to that particular applicaiton correctly. Thanks VJ

Anonymous by Not applicable
  • 369 Views
  • 2 replies
  • 0 likes

Error when adding dll in a object studio

Hi, I have created a dll using C# language, and added it with a object studio. I have added the namespace. When I am calling the methods within the dll I am getting the error--"Internal : Could not execute code stage because exception thrown by code ...

Global send keys not working

I am launching RDP session through citrix. One of the first screens in RDP is to accept Business use disclaimer. Once selected OK it goes to the next screen i.e Windows Log on screen. I have a Remote Desktop Business Object that I am attaching and se...

How to Create generic Validation

Hi All, I want to create a generic validation function which validate the collections field. i.e. Suppose I have a collection like OrderID OrderName OrderDate MailID Note 1 Abc ...

Global Send Keys not working in Rumba mainframe

We are working in Rumba mainframe application with BP 5.0.18 in which we were able to launch application and spy elements however we are not able to use send key/send key events. We tried all mnemonics provided by IBM and Rumba but nothing works fine...

DataTable within a DataTable - Code Stage

Hi, I am trying to use code stage to return a Collection that also has a collection inside and I'm having trouble with creating a DataTable that has a column with type DataTable. Any thoughts regarding the approach on this? Needing your expert advi...

Create Directory code

Hi all, From the VBO we have use a Create Directory BO. This uses the following code ----- Try If Not Directory.Exists(Directory_Path) Then Directory.CreateDirectory(Directory_Path) Else If ErrorIfAlreadyExists Then Throw New Applica...

Source Code Control of Blue Prism using tortoise SVN tool

Hello team, We wanted to keep blue prism source codes to a different server into file system as a source control versions using tortoise SVN tool during development. could you please help us with the integration of Blue Prism and Tortoise SVN tool f...

Anonymous by Not applicable
  • 230 Views
  • 0 replies
  • 0 likes