Recent content by Mikkora

  1. M

    Login Agent - Does it kill automate.exe?

    Hello, Q1) It is mandatory that you will launch automate.exe every time when logged in to resource. Otherwise, the resource stays offline in Blue Prism. Best way to do this is to use shortcut in common startup-folder, with target: "C:\Program Files\Blue Prism Limited\Blue Prism...
  2. M

    Utility Environment- Kill Process

    Your process might be in "read only mode" or you do not have needed privileges to modify the process.
  3. M

    Web API Image response integration

    I had similar issues with PDF. To solve this, we used Utility - HTTP, HTTP Request file -action. You need to configure the object to match your target API. In my case, it was following: And the headers was: ContentType: application/json Authorization: Basic. (username & PW converted to Base64)
  4. M

    Retrieve large number of rows in collection through SQL

    Why don't you filter the SQL query in the first place? Use Data - SQL Server - VBO to open the connection, and execute SQL query to get needed data. It is more efficient.
  5. M

    How to get checkboxes value in excel

    When creating instance (with Excel VBO), remember to set "enable events" input parameters as true. It will enables to run Macros.
  6. M

    "Recognise text" not working

    Could you provide screenshots of your steps to see how they are configured
  7. M

    Login Agent - Cyber Ark

    I have never seen issue like this, however, i would try following: - Double check that the stages are logging, so you can verify that process is skipping the actions between - Does this happen also in debug mode - If issue persist, try to generate new process (do not copy+paste) with same...
  8. M

    Solved BPserver.exe Error checking services

    This mentioned in BP installation guide, my bad! Our production APP server could not communicate with our Domain Controller for some reason. It is now under investigation what causes that failure.
  9. M

    Solved BPserver.exe Error checking services

    Hi! I have an interesting issue with BP 6.8.0. Enterprise installation (SSO). When opening BPServer.exe, I get following error: "An unexpected error occurred whilst querying Windows services. Full Details of the error have been logged. (edit note: Where this log file might be?) However...
Top