Recent content by akashskj

  1. A

    Issue with MS Outlook Email VBO -> action -> Get Received Email (Expert)

    We are using MS Outlook Email VBO -> action -> Get Received Email (Expert). It is working fine debug mode also on development server control room. but when we moved code to production server it is giving Item count = 0 on first run, many times we when we rerun the process, so after 2nd or 3rd...
  2. A

    MS Outlook Email VBO - unable to get emails

    Running process first time from control room..... "MS Outlook email VBO" - Action - 'Get Received Item (Expert)' do not give any output and shows 0 mails as count. whereas, on immediate 2nd or 3rd run in control room, shows the actual mail count. Not sure whether it is related to priority of...
  3. A

    MS Outlook Email VBO - unable to get emails

    I have mails in my outlook itself. But when I run process on my own machine it gives out put but when I run it from control room on some other machine, even though outlook installed on that machine and mails are present in outlook, process does not fetch the mails and even do not give any error.
  4. A

    MS Outlook Email VBO - unable to get emails

    Hi Deepu0322, Using MS Outlook email VBO - Action - 'Get Received Item (Expert)' I am able to read mail on my machine when I run it in debug and from control from and run on my own machine, But when I run it on some other machine , no mail is coming and not giving any error also. Could you...
  5. A

    Python with BP

    Thanks ewilson for guidance.
  6. A

    Python with BP

    Hi All, I am learning Python language and just curious to know, by any chance will python be useful in blue prism tool now or in near future. Or is it a right decision to learn a python instead of VB/C#. Please advice.
  7. A

    RPC server exception

    Did you get the solution of this ? I am facing the same issue.
  8. A

    When resource goes offline, resume the scheduler from the process (on which resource went offline)

    When resource goes offline, resume the scheduler from the process (on which resource went offline) Let's say we have a scheduler in which we have 10 processes and when 5th process was running due to some reason (system update etc) resource goes offline. Now my requirement is to start the...
  9. A

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

    Hi Shikhar, this is also not working. When one column have some long value then that column width increases and rest all columns become small.
  10. A

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

    I have tried - 1. <style> th, td { width = "10%" } 2. <th width="10%"> Entity </th> 3. <colgroup> <col width="10%"> </colgroup> Non of the above working. Kindly help.
  11. A

    Sap Gridview

    Thanks a lot for this.
  12. A

    Sap Gridview

    Thanks lazloturbine. But can you tell more, how can I get sap tracker?
  13. A

    Sap Gridview

    Sap Gridview is not at all spyable in sap mode. Any solution for that?
  14. A

    Wait stage not working properly

    I am using the same.. this utility itself is not working when I am running the process in full speed. If I run it in medium speed it works.
Top