Search results

  1. T

    Log in with multiple windows users

    I need to be able to use Resource PC with multiple windows users (not at one time). What steps should I do? I have already: 1. Altered Log In process so it takes Credential Name as start parameter. 2. Creates new task which is triggered at log in of this account and which runs Automate.exe...
  2. T

    Enable the Data Gateways process

    Hi, I am trying to set up Data Gateways but I am stuck on one of the very first steps - enabling the Data Gateways process. I'm using this guide - https://bpdocs.blueprism.com/bp-6-8/en-us/z-pdf/data-gateways/v6.6%20Data%20Gateways%20-%20User%20Guide.pdf I have installed DG engine...
  3. T

    How to view logs of previous attempts?

    Thank you for respond. I looked on the System page and found settings for "Audit". In Process Logs there is a list of all process that have been run and I found the logs I was looking for! A note to myself (and others) to remember - don't search for logs in Control but System-Audit-Process Logs.
  4. T

    How to view logs of previous attempts?

    Hi, I have two processes accessing items in one Queue. One process do something with the item, than second process does something else and marks item as completed. Now I want to see the logs, to see what path was taken in the process and whether the decisions were correct. But I only see the...
  5. T

    Issue while running macro

    Hi, if my memory serves me well, my solution was to create new macro, copy-paste the old one and remove the message part. The mentioned app crashing was just a one time thing and it has never occurred since.
  6. T

    Process run from control room is slow

    @sahil_raina_91 - It is checked. Is that ok, or do you suggest to un-check it ? Also, it uses embedded Application Manager mode, if that is any help to you (I don't know :D ).
  7. T

    Process run from control room is slow

    Hi all. This one is strange. I've got my process - interacting with two web apps and two apps installed on computer. Working totally fine in Process Studio. But when I run it from Control room the part of process interacting with installed apps is slow as hell. I don't have a problem with wait...
  8. T

    Microsoft Excel Data Connections - Alter Command Text

    Hi everyone, I'm trying to change Command Text box in Connection Properties (see picture). It is an existing data connection in Excel and I need to change the query. I already found this thread discussing altering Connection String but I was not able to alter the code for my purposes. What...
  9. T

    Excel process running after closing instance

    Hi, already tried that and the instance is still not closed properly. But what I have found out is that the process disappear after few minutes from Task Manager. So maybe the instance closing works, but with delay (although this has never happened before and is not happening in any other...
  10. T

    Excel process running after closing instance

    Hi, I have a problem when trying to close Excel. When I use MS Excel VBO::Close Instance, the Excel would close, but process in Task Manager is still seen running. The same goes when using MS Excel VBO::Close All Instances. Process: - Export table from 3rd party program. Program opens MS Excel...
  11. T

    Grouping excel using blueprism

    Hi, did you manage to solve the problem? Need to do the same thing :)
  12. T

    Issue while running macro

    I already deleted the action and tried something different, sorry. But I don't think the problem was in inputs - maybe something unrelated that was triggered accidentally by the this. I'll experiment with this later on because I'm curious :)
  13. T

    Issue while running macro

    Hi, I tried this and my BP crash down after stepping over this action. I have created new action in MS Excel VBO with code stage as stated in your reply. It manages to step over the code stage, but right after that BP stops working and Windows pop-up window open trying to identify the problem. I...
  14. T

    Undelivered emails

    I do not. I also see the body in Chinese, but I do not work with the body since there is no valuable information for me. If you find out the solution, I'd be glad to hear about it ;)
  15. T

    Undelivered emails

    Hi all! I had a similar problem and I've found that undelivered e-mails are of a different object than regular e-mail. In code stage of action "Internal_Get Items" you can find this line: If Not TypeOf item Is MailItem Then Continue For. Regular e-mails are MailItem objects but undeliverable...
  16. T

    How to password protect a pdf file ?

    Hi @Deva393 , @sandeep I have found solution, that works for me. 1. Download PDFSharp library (it is third party C# library - http://www.pdfsharp.net/ ). You can use this link - https://www.dllme.com/dll/files/pdfsharp_dll.html. 2. Copy the .dll file into this folder C:\Program Files\Blue Prism...
  17. T

    How to password protect a pdf file ?

    I only started my search for answer, but first thing I found is this - https://boostrobotics.eu/shop/blue-prism/utility-pdf/ (you have to buy it though). I hope there is better answer - if I find one I let you know :)
  18. T

    Dynamically change part of code in Code stage

    Even though there was no direct answer to my question about dynamic changes to parts of code in Code Stage, my initial problem was solved thanks to @sahil_raina_91 hint. I was able to create general Action to create Pivot table. Here is my solution: 1. Duplicate Action "Activate Worksheet" and...
  19. T

    Dynamically change part of code in Code stage

    Thank you for response @sahil_raina_91 ! I think there is a misunderstanding. I need to run the second part of the code (everything below 'PART TWO' title), but I want to change the lines and values. The code that characterize Pivot Table layout has several segments that look like this: With...
  20. T

    Dynamically change part of code in Code stage

    Hi, I have a Code stage that creates Pivot Table in Excel. The first part of the code is general and the second part is there to describe how the Pivot Table should look like. I would like to be able to dynamically change the second part whenever I want to change the Pivot Table layout. How to...
Top