Search results

  1. S

    does 6.1 version support Ms Outlook VBO

    hi gil.silva, i have given all parameters but it is cmg same error.
  2. S

    does 6.1 version support Ms Outlook VBO

    Hi Guys, Does Blue prism 6.1 version support MS Outlook vbo? when iam trying to run get received items(Basic ) action iam getting. Internal Error:- Could not execute code stage because exception thrown by code stage: The attempted operation failed. An object could not be found. require...
  3. S

    How to open folder in Blueprism

    Hi Wazikas, there is a Blue Prism Utility-Environment VBO there u can use "get user name" and store in data item "User Name". create a calculation "C:\Users\"&[User Name]&"\feed4" store in one data item "Path". u can use Blue Prism Utility-file management VBO get files action in that input...
  4. S

    Exception thrown by code stage : Access Denined

    Hi Sachin, we have written a code stage to read hyper link from excel file if excel.exc is opened in task manager it is throwing Access Denied error.
  5. S

    Exception thrown by code stage : Access Denined

    Hi Sachin, Thanks for the replay and solution, but in my case Two Ms Excel was running in the task manager when i close those ms excel from task manager it working fine.
  6. S

    Exception thrown by code stage : Access Denined

    Hi All, When I am Trying to read data from excel using Code stage. It is throwing an exception Access Denied. Could please some one help to resolve this issue. Regards, Shiva
  7. S

    how to remove white space in word using c# Code

    Thank you Sachin using above code it Working fine.
  8. S

    how to remove white space in word using c# Code

    Hi Guys, i have a scenario, i need to delete white space and "," from address using c# code in Microsoft.Office.Interop.Word in blueprism C# code Example :- Address1, Address2, Address3, State , Country if state is blank i...
  9. S

    Blueprism Ms Outlook VBO

    Hi Sukesh, I tried closing BP and reopen then also iam getting same error. if i give sender mail id and tried it is completing the process but not giving values. PFAB,
  10. S

    Blueprism Ms Outlook VBO

    Thanks for replay I will try tomorrow and will post if still I get same issue
  11. S

    Blueprism Ms Outlook VBO

    iam using Blueprism version 6.1 and i imported Ms Outlook VBO. i configured my mail id to outlook. when i run get Received mail(Basic) action i am getting this error "Internal : Could not execute code stage because exception thrown by code stage: Operation aborted (Exception from HRESULT...
  12. S

    server services on local system started and stopped blueprism version 6.2

    hi all, i'm trying to start blueprism services in my system then am getting this error can anyone help me please
  13. S

    Solved read stage recognise text value is not displaying using region mode version 6.2

    Hi all, i'm trying calculator app in region mode by using global send keys. using global send keys i can enter values in calculator but when i want to read the value from calculator i'm getting error like it is a image in read stage i used recognise text option if i use read text also i'm...
  14. S

    count of values

    Hi , Thanks for your replay, i will try.. regards, shiva
  15. S

    count of values

    hi sukesh in collection "coll1.name" i have repeat values so first eliminated duplicate values and stored in "coll2.name" after that iam trying to get count of repetitive from "coll1.name". so it is counting repetitive value and storing in last row of "coll2".
  16. S

    count of values

    hi all, i want how many times the value is repeated in separate column. i tried using loop and count+1 but the value is storing in last row. can anyone help me with this... regards, shiva.
  17. S

    schedule

    Thanks VJR
  18. S

    schedule

    hi all, i have a scenario i need to schedule bot every month last five days(ex:- 25 to 30) every month, i tried to create calendar in system but that calendar is used to specify only holidays, i tried in timetable but i cant find in scheduler that timetable... so please help me in this how...
  19. S

    How to open a excel file using C# code in code stage

    Hi VJR, Thanks For your Replay, i will try.....
Top