Search results

  1. S

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

    Yes you are correct but when i am executing it from the SQL management studio without blue prism it is updating the records in the table while trying to execute it from blue prism it is not updating the records . Also for select query it is working fine and able to fetch the records from the...
  2. 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'...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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...
  8. S

    Reading PDF file

    Thanks mohan It is working now but is there any way to work with the internet explorer because i am able to launch the pdf with ie but not able to spy the pdf .
  9. 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...
  10. S

    Collection manipulation

    Thanks it really helpful.
  11. 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 .
  12. 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...
  13. S

    Copy column of a collection into the data item

    Thanks VJ its working
  14. S

    Execution of .bat file and store its out put

    Hi VJ Actually the log file store all the data from the beginning of execution of .bat file which contain multiple success and failure (i.e. error) available in that log file so to recognize the success or failure for that particular time whenever we will execute the .bat file create complexity...
  15. S

    Execution of .bat file and store its out put

    Hi VJ, Thanks for response . My .bat file is running the java class file which effect the data base and its out put is coming in log file. And manually we read the log file which is in text format i tried to read that log file also but blue prism is not recognize the success or failure from the...
  16. 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
  17. 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