Search results

  1. J

    Running one process on two resource PCs

    @Bala Shunmugam: Suppose you schedule the queue process to run at 9 AM in the first bot machine M1 and say it takes an average time of 5 minutes to complete the process, Keep the schedule for the second bot machine M2 to run the Main process at around 9:10 AM. You can schedule the main process...
  2. J

    Modify package

    Hi Bala, 1.What are the components that are added as part of release in a real time project? I would suggest to include all the dependencies of the main process(Processes, Objects, Environmental Variables, Work Queues and Credentials). 2. Lets assume i have a package with process, object...
  3. J

    Login agent cannot runs automatically because runtime resource is not connected to server

    @dan_olteanu- The connection name provided in BP config and Login Agent(at the time of installation)should be the same for Login Agent to work. Please reinstall Login Agent with the correct connection name if this isn't the same. Also please recheck the security policies are as per given below...
  4. J

    Login agent is not working.

    Hi Suresh, For Login Agent to function, it is essential that the following security policies are configured on each target device. This ensures that when the device is first started, the Windows username and password fields are presented without requiring any user input. Explicitly: • There...
  5. J

    change "Microsoft Excel 97-2003 Worksheet (.xls)" to normal excel format in BP?

    Hi Hicke, In this scenario, we need to achieve two goals. 1. To open Excel file without pop up. 2. Convert the file to .xlsx format. 1. To open Excel without pop up: Tweak the Open Workbook code and use the below one. This will turn off any alerts while opening the excel file. Dim excel As...
  6. J

    How to run Blueprism BOT in high speed from control room?

    Hi Arun, You just need to drag and drop the Process to the available Resource in the control room, Blueprism by default will run at its max speed. We don't have an option to set the speed level when we run the Process from the Control room.
  7. J

    Update Application Modeller value each time a loop runs?

    Hello, You can untick the Value attribute and use Path and Match Index to spy the button if the same button has to be clicked every time when the bot is in the loop. Otherwise, you can make the Value Dynamic(see Screenshot 1) and Pass the values in the collection dynamically in the Navigate...
  8. J

    Spying combo box in service now

    Hi Thulasi, Happy to know that it helped :) You can use the HTML spy mode to capture all the web elements once you have launched the address URL. Thanks and Regards, Jothin
  9. J

    Warning threshold

    Hi Cristine, Control Room may display a status of 'Warning' against some Runtime Resources. A 'Warning' state indicates that a specific session of a running Process has exceeded the set Warning time. The 'Warning' state in Control Room is calculated in the application by comparing the...
  10. J

    Select multiple columns of a collection at once

    Hi Ashib, You can make use of Split Collection action in Collection manipulation Utility. Input Collection 1-Pass the Source Collection Collection 2 Template- Pass the collection template with the required columns you need from the Source collection. Make sure you add an initial row in this...
  11. J

    Cant match an windows with Query Terms.

    Hi Gary, As per the information provided by you, I can think of two suggestions here. 1. Include a check on whether the dialog box you are trying to read is attached or not. When the dialog box appears it seems to me that BP is not able to identify it correctly(a possible reason could be...
  12. J

    Spying combo box in service now

    Hi Thulasi, I noticed that you are using a Writer stage to select the dropdown value. As an alternative to your approach, please use the Select item in the Navigate stage when the element is spied with Element Type: HTML Combo Box(refer screenshot HTML Combo Box.PNG and Navigate Stage Select...
  13. J

    How to get Internet Explorer child index value.

    Hi Yogensin, You can make the iexplore.exe process to a single instance by restricting the TabProcGrowth and Identify\Spy the correct window with arguments like Windows Title. Open the registry editor in elevated rights. Go to the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main...
  14. J

    ms excel open workbook error message

    Hi Hicke, 1. Try opening the excel manually after closing the instance properly and check if the excel file is corrupted or there is any pop up while opening the excel. If there is any pop-up, the open workbook stage won't work. Try turning off the excel alerts using the below code in the open...
  15. J

    Read Schduler

    Hi Suraj, You can achieve this from backend using SQL Management Studio. You can navigate to your Database(my case its Blueprism Test) and under Tables, you will find "BPASchedules", where you can use SQL queries to get the Schedule List. We can retire and unretire the schedules by changing the...
  16. J

    401 Unauthorised error in postman trying to POST to a BP web service.

    Hey, Looks like this is a credential issue. Please check the credentials used. Regards, Jothin
  17. J

    Login agent is not working.

    Hi Venkat, Please check the state of the machine once the log out is completed. There is a chance that the machine is on a locked screen after logout(see Screenshot 4). The bot machine has to be in a screen where username and password fields are enabled(refer Screenshot 3) for login agent to...
Top