Recent content by RsBhargav

  1. R

    Unable to insert a large string into an excel cell using OLEDB

    Hi All, We are using OLEDB for excel operations and we have a scenario where we have to insert large text i.e., greater than 255 characters into an excel cell using OLEDB. While performing insert query OLEDB throws an exception. Has anyone faced this issue before, and what is the workaround...
  2. R

    PowerShell 1.3.1 VBO - Unable to execute Get-ADUser command

    Hi Team, We have a requirement where with user email id we need to know whether he is an active user in organization or user left the organization. In order to do that we are using powershell Get -ADUser commands. When i pass only powershell script in "PowerShellScriptCode" variable we are not...
  3. R

    Row 1 supplies a blank expression to argument 'Last Row Number' in read stage Get Rows action

    Hi All, I'm facing this issue in read stage --> Get Rows, Row 1 supplies a blank expression to argument 'Last Row Number'. I tried creating a new stage with same parameters, still the error exists. Thanks in advance.
  4. R

    How to Use data gateways to get Queue data to external DB using Blue Prism

    How to Use data gateways to get Queue data/Transaction level data to external DB. Currently we are able to get high level queue performance but if we want to analyze license utilization, resource availability etc. how to get this data using Data Gateways Thanks in advance:)
  5. R

    Solved Soft Terminate MS Edge - Restore Page Issue

    https://www.thewindowsclub.com/disable-restore-pages-notification-in-edge-browser Please try the steps which are mentioned in this article and please let us know if it works
  6. R

    Power BI integration with BluePrism

    Hi Sukesh, Can you explain a bit more on how you integrated Tableau with Blue Prism. My requirement is to fetch a report, which i'm doing with spying. But looking for other approaches to do the same. Thanks in advance
  7. R

    Firefox is getting crashed frequently at launch step itself

    @sahil_raina_91 Thank You for your response. After browser is crashed it was throwing a new window stating - Launch Firefox in Safe mode, by searching on this we got below setting as suggestion which worked fine. Still dont know the root cause but this additional setting has resolved this issue...
  8. R

    Firefox is getting crashed frequently at launch step itself

    Hi All, I'm using Firefox browser for one of my use case where it will search with some input, reads the output table and terminates the application. Currently it is getting crashed as soon as bot launches the application. If i see task manager there will be no instance and if i run in debug...
  9. R

    A Script/Web page is slowing down your browser - Issue with Firefox

    Hi All, I'm facing an issue where when i'm interacting with my target application firefox is throwing the following popup "A Script is slowing down your browser. what would you like to do Stop/Wait? " Because of that popup Blue Prism is getting hanged and it is not moving to next step. Please...
  10. R

    Global Send Keys Space issue

    Hi Sahil, Thank you for the response. It looks like issue with the application itself. It is a browser based silverlight application and not accepting spaces while typing also in those text boxes.
  11. R

    Global Send Keys Space issue

    Hi All, I'm having a scenario where i'm trying to pass some text containing spaces like "hello world" using global send keys in navigate stage. But while typing it is not giving space i.e., "helloworld". Has anyone faced this before? If so please share your views? Thanks, Bhargav.
  12. R

    Active X Component issue while writing collection to an Excel

    Hi All, I am facing an error i.e., "Could not execute code stage because exception thrown by code stage: Cannot create ActiveX component" when bot tries to write a collection to an excel. The major change what i observed is this queue reporting object is able to generate excel report in my...
  13. R

    how to open file using blueprism(double-click is possible)

    Try using Start process in utility-environment or strings and give the file path.
  14. R

    Blue Prism - In email - in html table - how to give column header width

    Try this th, td { padding: 5px; }
  15. R

    How to extract a table from a email body into collection

    If we get it as regular text then can you help me with the approach. I worked with strings, split lines and assigning to collection. But it is bit lengthy.
Top