Search results

  1. A

    Error: Could not connect to connection 'Default Connection' You are running Blue Prism against an old version of the Blue Prism database.

    Hi Team, I am facing the issue while configuring database Error: Could not connect to connection 'Default Connection' You are running Blue Prism against an old version of the Blue Prism database. This database must be upgraded before it can be used with the current version of Blue Prism...
  2. A

    vlookup code

    Hi, I have an requirement to apply vlookup on two different workbook. I have to compare one column from one workbook to another workbook if its matching then i need to write 2 more columns in 1st workbook. can anyone help me to write small piece of code for this? Thanks
  3. A

    How to read email for particular "From" email address using MAPIEx VBO

    Hi All, I have an requirement to read all unread email for particular email address.(output in collection with subject name) I am using v5 of BP, have tried with "Get Email" and "List within a Time frame" action from latest MAPIEx VBO still its not satisfying my requirement. Anyone has idea...
  4. A

    Can we read the encoded value from excel to collection in blue prism

    Hi, I am using get worksheet as collection using MS Excel VBO, but in output collection some character is getting replaced by "?". I am not getting same value which is there in excel file, i could see in UI path we have one option as "encoding"(with ui path i can read the encoded value also) Do...
  5. A

    is Blueprism v5 supports Microsoft edge?

    Hi, Can i spy elements from Microsoft edge in v5 BP?
  6. A

    How to use /status command in cmd

    Hi, /status <sessionid> Gets the status of a running session. SessionID is a unique identifier in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. Requires user credentials to be supplied via one of the /user or /sso switches is anybody used before? I want to read the status of the process...
  7. A

    how to delete rows from collection

    Hi, I have requirement Open xsl file and delete all rows where email address (in some column) contains “Val1” or “val2”. I have used MS excel VBO to get in to collection and looped that collection and kept decision whether [clo.fieldname] = val1 or val2 using instring if the decision is true...
  8. A

    How to restart the BOT in task scheduler

    Hi, We want to do reboot daily at a specific time. For example, reboot the server everyday at 4 am PST. This way we give the server a fresh start everyday. What I need know is how to ensure that when the server reboot is initiated, it does not interrupt any running process or pending queue...
  9. A

    Which version of JRE is required to work on java automation

    Hi Team, I need to work on java automation for which which version of JRE should be installed, my system is installed with J2SE Plugin version 1.6.0_27 because my oracle ebs application will work with only J2SE Plugin version 1.6.0_27 i tried installing JRE 8 but for this version Oracle EBS is...
Top