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

How to hault or stop a running Process

Hi, I want to stop a running process in between. can you please suggest how to stop a running process without opening Process Studio...Is there any specific key which we can use that key to stop the process. Thanks, Bala.

Excel VBO - Save As and change file format

Hi, I´m currenly working with a XLSM workbook that i would like to save as a XLSX file to remove the macros. If I only use the standard Save As function in Excel VBO then i receive an error message: "Internal : Could not execute code stage because ...

Anonymous by Not applicable
  • 1267 Views
  • 1 replies
  • 1 likes

Setting Dynamic Path element for a changing web app/site

Hi Everyone,    Good day! Few months back i have automated a web page where i selected all path attributes while spying the elements for better performance(as you know without it, its too slow to get the work done even if Index/ordinals are select...

amith1990 by Verified Partner
  • 2177 Views
  • 3 replies
  • 1 likes

Able to add rows collection into table of MSsql database

Hi Blue Prismian, I would to able to insert multiple rows of collection into a table of database MSSql (not one by one with loop because it's more slow). I create an action for execute query. My query is: "INSERT INTO Table(Type,Id) VALUES( (SELECT...

GM by Level 2
  • 906 Views
  • 1 replies
  • 0 likes

Calling macro with Parameters

Hi, Usually, its defined  "Test(" &[Data3]& [TerminationFile]&[Data3] &"," &[Data3]& [UserList]&[Data3]&")"  to call a macro having parameters from BP, where Data3 = " terminationFile = File Path UserList = FilePath   It calls the params and pr...

CSV to Collection

What is the best way to convert a .csv (comma separated) to collection when all the values is in the first column?

Extracting Parametrs View Values from CMD

Hi, I am executing a process from CMD using AutomateC.exe. After executing the process we can see the Log info using /getLog. It shows information in the format of execution time, session id, stage name, stage result from the above format I can ...

Exporting Log files

Trying to access the scheduler log files for metrics (currently not using a work queue).  Is it possible to export more than one log file at a time?  Are the logs stored in the database that can be queried?  Thanks.

Unable to attach mmc.exe file

Hi All, I have launched mmc.exe(Microsoft Management Console) file but not able to attach the file. Please help me out. Thanks in Advance! Regards, Supriya Kumari  

Excel Macros

Hello, I have an excel with 3 macros in it and the excel also has huge data. However when trying to open the excel it takes a lot of time.  I just wanted to check if it is feasible to integrate the macro's code in Bluprism by extending MS Excel VBO...

Using OLEDB for interacting with a large excel

Hello everyone, For a new process, I need to work with a "Motherfile" which is basically a large excel file which contains all data for a certain process. This excel file contains atm 26,5k Rows and between 15 and 20 columns. Regarding OutOfmemory, ...