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

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
  • 283 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
  • 305 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
  • 243 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...

Get Particular string from total text

Hi Team, I have Text like below  Name: Dr.John Smith             California,AD,             200 Atlanta.            Tel:001-000000000 Fax: 202-010000000. From the above text i need to extract First line of the string and 3rd line of the string....