Search results

  1. S

    Unable to get result after executing SQL query using Data-SQL Server VBO

    Hi I am executing below update SQL query using Data-SQL Server VBO of blue prism but it is not updating the details in the database and also it is not throwing any error or exception .Please help me to fix this issue update [TEST].[dbo].[student] set RollNo='xxxx',ID=xxx where DOB='xxxx'...
  2. S

    Sending mail with two different mail group

    Hi , I am using the MSOutlook VBO in blue prism for sending a mail but I am not able to do the differentiate between two mail group which is configured in the outlook . Is there any other way to choose the individual mail group every time when we need to send the mail. Please suggest any...
  3. S

    Extracting mail id from a text provided by user.

    Hi Team , I am using the code stage firsat time of blue prism ,I want to extract the mail id from a random text and stored in collection using the code stage but i am not able to do it . I have tried through code stage of blue prism.Below i have shared my code stage which return a single mail id...
  4. S

    Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'BluePrismMAPIExAutomation, Version=2.

    Hi all , I want to use mapiex for reading a mail from outlook but after installing the mapiex in my system i am getting the error message " Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'BluePrismMAPIExAutomation, Version=2.0.6.0...
  5. S

    Unlock Screen is not working of Blue Prism in login agent

    Hi All , I am trying to use business object unlock screen of login agent in my blue prism automation process but it is not able to unlock the screen . I am getting Is screen locked false and logged in count is always showing 0 . Please help me on this . Thanks
  6. S

    Unable to send mail using eamil pop3/smtp

    Hi , I am using the email pop3/smtp server to sending a mail but i am getting an error .Configuration is correct and successfully one but in sending message/mail it is throwing an exception i.e. "Internal : Could not execute code stage because exception thrown by code stage: Failure sending...
  7. S

    Reading PDF file

    Hi All , I am not able to read PDF file in blue prism it is new for me .I tried to perform the task with two ways 1)launch the internet explorer and pass the path of the PDF file but unable to spy the PDF . 2)Launch the window application with the adobe reader exe file but again i am facing...
  8. S

    Collection manipulation

    Hi All, I want to filter a collection in which i have 3 column i.e order number, status ,order line number and i want to filter the collection if status is like other than cancel and dispatch and also line number null .I tried to filter but i am stuck with the status please suggest .
  9. S

    Copy selected column of dynamic collection(for run time data in collection) into other collection

    Hi , I want to Copy selected column of dynamic collection(i.e data available in collection at run time) into other collection but i am unable to do that i tried this in two ways 1)With the utility collection manipulation split functionality for the collection but it is providing the two...
  10. S

    Execution of .bat file and store its out put

    Hi I am executing a .bat file using the start process under the utility environment vbo now how would i check whether this file is executed correctly or not ? because its success is used by other page on the same object please suggest
  11. S

    Copy column of a collection into the data item

    Hi All I am new for the Blue Prism and I want to store one column of the collection into the data item can anyone suggest on this
Top