Recent content by Enoch_Foul

  1. E

    Web API Services - XML Request - WSDL link

    I am attempting to use the following SOAP service within Blue Prism: https://ec.europa.eu/taxation_customs/vies/#/technical-information It doesn't require any authorization, however I cant seem to get it setup correctly in Blue Prism Web API Services. I have the following setup: Common...
  2. E

    Resource is going offline when we logout VM's by using Login Agent

    You need to make sure the resource is still running when you log out in order to use login agent. Have you got a BP resource batch script running in Start-up? Also check to see that you have the correct services running (consult the login agent documentation that details the services you...
  3. E

    Filter Collection - Split Outputs

    Hi I would like to create a Filter Collection action that will split an input collection and provide the filtered results based on the filter criteria and then a separate collection that outputs all the records that did not match. For Example: Collection In: Item Colour Banana Yellow...
  4. E

    Psexec to run a VB Script on multiple VMs

    Thanks for the reply I managed to resolve this with a bit of trial and error. I'm happy to share the solution should anybody else require it.
  5. E

    Bulk Upload to SQL Server

    Is there a vbo anywhere which allows you to upload a collection in bulk to a table in SQL server? Thanks
  6. E

    Psexec to run a VB Script on multiple VMs

    Hi, Here is a scenario I am trying to solve and I was wondering if anybody with Psexec experience could help: I have a VB script which I want to launch on individual VMs from a given list of VMs. The VbScript is a self contained file saved in a shared directory. I want to create a process...
  7. E

    Login Agent -Terminations - 0xc000006d: The attempted logon is invalid

    Thanks for the reply I can confirm the Access rights for the credential is set for All Security Roles, Resources and Processes
  8. E

    Login Agent -Terminations - 0xc000006d: The attempted logon is invalid

    Hi, I am trying to utilise login agent and have all the necessary services running and settings enabled and disabled were appropriate. I am able to use the "Checked Logged In" process and the "Logout" process but I get the following error when attempting to login: 0xc000006d: The attempted...
  9. E

    Close all Applications listed in Task Manager

    Amazing @Sachin_Kharmale thanks for your help :)
  10. E

    Close all Applications listed in Task Manager

    Hi @Sachin_Kharmale I don't suppose you would have the code in VB would you. This object is going to be part of a group of objects which use VB code and if I change it to C# it will stop all the other objects in the set working Thanks
  11. E

    Close all Applications listed in Task Manager

    Hi @Sachin_Kharmale Thanks for your reply this is exactly what I am looking for, however I have tried to enter the code in BP V6 and v7 and it is appears to be full of compiler errors. It looks like I have typed exactly shown in your example. Any ideas what could be wrong? Thanks
  12. E

    Close all Applications listed in Task Manager

    Hi, I am wondering if there is a way to identify and kill all tasks which are listed in the Applications Tab of Task manager opposed to the method of killing a process by sending a predefined application name as an input into the Environment Utility - Kill Process? I am trying to find a quick...
  13. E

    Global Sendkeys Password

    Hi I am using that very method by retrieving the credentials from credential manager. The trouble is im having to deal with a windows security popup which will not spy so instead im having to use Send Keys to enter the password. So the problem is the process is taking the password in its correct...
  14. E

    Global Sendkeys Password

    Hi I am trying to use Global Sendkeys to enter a password into a Windows Security window. The Username works fine, however the sendkeys will not enter any text in uppercase letters which leads me to the problem of the password. Sendkeys will not allow me to enter the password with uppercase and...
  15. E

    Code stage not working in control room

    Thanks for your help. I am now passing in the filename instead of generating it in the code. Its working!!
Top