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

ODBC driver

Hi, I am trying to get excel data into collection using OLEDB but when i am using OLEDB VBO's not able to find connection string argument may be i need to install ODBC driver could you please suggest me how to install ODBC in Blue Prism

Anonymous by Not applicable
  • 770 Views
  • 4 replies
  • 0 likes

Identification of Dynamic tables in Citrix

Hi All, We have upcoming project where applications(SAP, Calypso) are on Citrix, Wanted to ask if we can identify / automate dynamic tables on these Citrix based applications ?If yes how ?Also, Is it necessary to install the Blue Prism on Citrix ?Tha...

SudeepS by Level 2
  • 687 Views
  • 3 replies
  • 1 likes

Cannot find table 0

In SQL SSMS if I execute the query i am not getting any error but when I execute through blueprism I am getting issueRegardsVikram------------------------------Vikram Ramesh------------------------------

Filter Collection - Latest created date

Hi,I need to filter a collection using Created date, as you can see attached above. I am trying filter "[Created] < '" & Now() & "'" also trying another filter "[Created] < ='" & [Date] & "'" "[Created] > ='" & [Date] & "'" it is not working, it is n...

24353.png

MS Word VBO

Hello Guys, Need some help with MS Word VBO actions,So I'm able to find fields on word document using "Get Table cell value" but i need to click on that value to get cursor on it so i can use "Select Next Feild" action and get value from that .it wou...

MS Word VBO - Mail Merge with IF Statement

Hi guys,I am not sure if this question has been asked before - but I am trying to use the MS Word VBO: Mail Merge action to input data into a word document template with defined fields. The action works well until I try to deal with a check box. Here...

26586.png 26587.png
Yihang by Level 2
  • 444 Views
  • 1 replies
  • 0 likes

Azure Function - Generate JWT token for Google Auth api

I am trying to generate JWT token using below token and its generating as well but am get below error while making an actual google api call using the generated JWT.Actual Code below : {                string privateKeyPem = "testkeyfgdfa";        ...

VS by Level 2
  • 678 Views
  • 2 replies
  • 0 likes

static collection

how to  Use Code stage to copy data to static collection. Pass Input as Collection schema, if not passed then code will create own collection else write data to input collection.------------------------------Anusha GP------------------------------

How to remove pending sessions

It appears I have two orphaned sessions which are showing as Pending in Control. My license only permits two sessions. How can I get rid of these sessions? I've tried restarting, even rebooting, but neither have worked.

"Mark Exception" not generating a new Item ID

Hi. I have come across an issue and I can't seem to figure it out on my own, so hoping for some insights from you guys. In our process template we have a page called "End item" that among other things takes care of the exception handling. When a syst...

16574.png 16575.png 16576.png
johwes by Level 4
  • 1097 Views
  • 5 replies
  • 0 likes

Integrate Decipher IDP with AZURE AD

Hi,I want to integrate Decipher 2.2 with AZURE AD. AD team is requesting following data;- 1. Meta Data file, 2.EntityID or Identifier: 3.Replay or ACS urlplease help to fetch this data.Thanks,Manav------------------------------manav Singla-----------...

Active Queue - Input parameter

Hi Team,We are trying to test the active queue for one process and we have a  startup parameter for that process.How can we deal this?------------------------------venkata sai rishith ghantasala------------------------------

Clear caches in chrome

Imports System.IO   Module MainModule     Sub Main()         ClearChromeCacheAndHistory()     End Sub       Sub ClearChromeCacheAndHistory()         Dim chromeUserPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplication...

How to pass ( ) into Send keys

Hi,I want to pass my shared drive path into send keysC:/ABC/XYZ (R drive)/Randon values/Random Values.xlsx but because of ( ) its not able to write values & throw exception as group delimeters are not balanced.Please suggest how can i pass my values ...