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

Encrypt data problem

Hi, I'm facing problem with data encryption (Unauthorized - user does not have permission). I did by adding "Security - View Encryption Scheme Configuration" in new Runtime Resource 2, restarting service etc. but nothing works. Can you send me some ...

Find Value in MS Excel

Maybe I'm missing something really obvious here - but I'm really struggling to build something that would allow me to use the Find (CTRL F) tool within Excel. I've created an Extended VBO, I have a separate object that interacts with Excel in a more ...

Iban validation via code stage

Hi all, I would like to create an object that validates IBAN numbers. There are numerous c# and visual basic scripts online that serve this purpose. Unfortunately, I don't have any programming knowledge. How would I go about transferring this code i...

OCR spying PDF Acrobat DC

Hi all, I'm trying to use OCR with Acrobat Reader DC but when i use spymode (all modes) Blue Prism gives me an error System.ApplicationException: The window spied was not found in the model in BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementT...

Web Dashboard for intrest groups

Hi, To help real-time reporting and transparency, a web dashboard where interest groups could log in and see their permitted process information: - See parts of Session management -> To see if their scheduled processes have ran correctly and retriev...

Process missing in Studio- Blueprism

I am facing a weird issue in BLueprism. Below is the example for the issue:   I have a group called "test" and process name "process1" is located in "test" group. I have another group "test2018" and process name "process2" is located in "test2018" ...

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

Automatically export Control Room Process logs

Hi all, Is there a way to automatically export process logs? When a process is scheduled and the session has run, you can see process logs in control room. And I know you can open the process log of the target session, and click File > Export log.....

Rounding whole numbers

How would I accomplish this calculation for rounding? $1234.00.  would round down to $1200.  or $1257 would round up to $1300 Thanks!

Using AsEnumerable() in Code Stage

Hello,   I€™m building my own code stage and I would like to use AsEnumerable method on DataTable, something like below: Dim CustomerOrders = DtWithRecords.AsEnumerable().Select(Function(row) row.Field(Of Decimal)("ORDERNO")).Distinct()   Unfort...

Anonymous by Not applicable
  • 547 Views
  • 5 replies
  • 0 likes