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 (Retired)
  • 1448 Views
  • 8 replies
  • 13 likes

Specify logging requirement at 'Run Time'

Would be good if you could specify what logging is required at execution time. I'm thinking you would specify it like a start-up variable and the options would be: Disable - No logging is done at all Enable All - Everything is logged Enabl...

Oracle/mainframe database connection string format

Hi, I have to connect Oracle/Mainframe database and fetch some details. How I can pass the connection string (server name & database name ), queries through Blueprism object.Is there any VBO's for Oracle/Mainframe like Data-SQL VBO? Thanks in adv...

SahelaJ by Level 2
  • 791 Views
  • 1 replies
  • 0 likes

Move files

Dear all, I would like to move all the files present in one folder to another folder. With the File Management VBO, I've used "Get files" to get the files from the folder. Then, I chose create another action to "move file" but I can specify there on...

Resource PC starting only when user is logged in

Hi, We're having 5 machines in production, but two of them were deployed some time after the first three. I think that some setting is incorrectly set, but as they are up and running and the issue is not that critical, then there's no will for full r...

Pivot refresh

Hi, I'm a little bit stuck with pivot refresh in Excel. I did an object in Excel VBO named "Pivot Refresh" with code below: Dim wb, ws As Object Dim excel, sheet As Object wb = GetWorkbook(handle, workbookname) ws = GetWorksheet(handle, workbookna...