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
  • 1155 Views
  • 8 replies
  • 13 likes

compile error

Hi I am using Mapiex new release and want to read email from outlook mailbox and getting error message that "Could not run the object because one of the code stages has a compile error, use Check for Errors for a list of problems". Please help with i...

R6016- not enough space for thread data

Hi Team, i keep getting the following error in production ie R6016- not enough space for thread data as a popup but not able to know what exactly is wrong .so someone share your thoughts on this   PFA for reference  

Issues creating a code stage (works in Visual Studio)

Hello, We have created a some code in Visual Studio that works as expected, but I'm having trouble getting it to work in an object. I have imported the DLL's and namespaces, but i'm still getting the following error: Description: Compiler error at ...

Cannot log out og object

Hello, I have an URGENT issue. I need to log out of a business object (locked by me) but Blue Prism is not allowing it. I recieve the attached error message. I have even tried deleteing the object in order to upload a new one, but it is not working....

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

Login Agent fails to connect to server

Hi, I have a problem with Login Agent. It fails to connect to the Blue Prism server. I set up Login Agent log level to 7 (TRACE) and get this: TSS(L) 2: 12:31:14:0971 DEBUG BluePrismProvider.cpp(493): Creating BluePrismProvider Instance TSS(L) 2: 1...

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

How to create Message Boxes using Code Stage

I need to create message boxes for a demo I will be presenting.  I am using the code stage and in the Code tab I am using MessageBox.Show("My Message") In the Inputs tab I have declared my Message as text but how do I declare MessageBox?  Is this ev...

Use VBA Code - WeekdayName & WeekDay

Hello, I want to use this VBA Code Stage in RPA: GetWeekDay = WeekdayName(Weekday(Date, vbMonday), True) but I got this errormessages: Weekday and WeekdayName is not declared.   In Excel VBA this Code Stage works well! I would be happy about y...

Sharing Runtime Servers

I am seeking information on sharing runtime servers as to reduce the number of servers required in the overall infrastructure.  Is there a way to pool the runtime servers and allow them to be dynamically allocated as a bot kicks off to run?

Launched BO can find element but the Attached one cannot.

I have 2 Business Objects for a web application. One connects to the web application by Launching, the other one by attaching. I'm trying to spy an input field in the said application on both BOs. The Launched BO is able to highlight it easily. The A...

RonAng by Level 5
  • 833 Views
  • 1 replies
  • 0 likes

Transpose Collection - Rows to Column

Hi all,   Has anyone had any luck transposing a collection from rows to column? In short, I have a collection with one row and many columns which I transpose in order to get many rows with two columns (name & value). Now I want to transpose it 'ba...