Recent content by anisjolly

  1. anisjolly

    Bot File Name Best Practice

    Hi Tholang You should ALWAYS use a UNC path (i.e. \\servername\sharename\foldername\filename)
  2. anisjolly

    Admin Roles in RPA

    Hi Aparna Do you have access to any of the RPA tool's portals? That would be the first place to look I guess. KR Anis
  3. anisjolly

    I offten facing this issue with write stage

    You need to take a look at your attributes in your app modeller. Try using the Primal or Match Index attributes to narrow your selection down
  4. anisjolly

    Hi @mbilltony Can you please post a thread in the correct forum? You've posted a message on my...

    Hi @mbilltony Can you please post a thread in the correct forum? You've posted a message on my profile which won't attract any attention from anyone on the forum.
  5. anisjolly

    Solved Unable to launch the windows application from application modeller

    Hi @sreejith I'm afraid you cannot launch windows apps in 'run as administrator' via Blue Prism at present. This may change in future versions of Blue Prism.
  6. anisjolly

    Solved Unable to launch the windows application from application modeller

    Actually, you do not have to logon to your PC as admin, but more importantly your Blue Prism instance needs to be run as an administrator as it is Blue Prism that is eventually launching the software / application (as a user) - that's the key.
  7. anisjolly

    user32 dll not getting imported.

    You'd have to look at a way to disable sleep mode using the GPO (Group Policy). If that doesn't work then the next best option is to use either Dameware or TightVNC to logon to the machine, which should keep the machine active.
  8. anisjolly

    user32 dll not getting imported.

    Hi @santosh dhere Is it because the VDI locks or goes to screensaver? Can your IT dept create a policy where the VDI doesn't lock or power down when not being used as this will cause issues. The only way to potentially tackle this is by using something like Dameware or TightVNC to log the...
  9. anisjolly

    OcrAction issue

    Hi @Dhakshna I've moved this thread into the Workfusion forum. Hopefully someone will be able to help you there. KR Anis
  10. anisjolly

    how to convert time into 24 Hrs format and remove ":" from time

    Good share @dallangoldblatt I'd recommend to use LocalTime() rather than Now() - as you'll find it's more accurate, and possibly saves issues with certain time related problems that are caused by server settings etc.
  11. anisjolly

    how to convert time into 24 Hrs format and remove ":" from time

    Hi again @vishal812 You can achieve that by using a calculation stage and using the DateTime functions. You can use the help functions in Blue Prism to find the correct use of hh and HH. I'm sure HH is referencing 24 hour formatting. I'd also recommend reading up on formatting date and time...
  12. anisjolly

    how to convert time into 24 Hrs format and remove ":" from time

    Hi @vishal812 You'd need to use the Replace function within a calculation stage to create a brand new name for your file, where the Replace function will be used to remove the colon symbol. Use double-quotes (as null) to replace the : symbol
  13. anisjolly

    Convert multiple rows to single row in collection

    A word of warning though, if you do use a code stage, please make sure there are other developers on your team that are able to support it going forward. It is advisable to avoid code stages where a key man dependency occurs.
  14. anisjolly

    Wait stage not working properly

    Could you potentially share a screenshot of the 'code' you're having a problem with? This usually happens when an application model is missing an element, or the linkage between stages hasn't occurred correctly.
  15. anisjolly

    user32 dll not getting imported.

    I would suggest you take a look at the Object's Global Code / Named References to see if you need to reference it there. You can access these tabs by double clicking the information box on the Initialise page. Like @VJR suggested, take a look at the Excel VBO (including Global Code and Named...
Top