Search results

  1. S

    SQL Query System.GUID error

    Hi guys, VBO used: BPA Object - Data - SQL Server.xml Getting an error while using the Get Collection method. ERROR "Internal : Unexpected error Can't convert System.Guid to a Blue Prism data type." Please help! Thanks
  2. S

    Executing queue items on dedicated resources

    Hello everyone! My question is about assigning specific VMs(resources) to specific work items. Scenario: Queue name: Queue1 Process name: MainProcess1 VM1 - assigned to credential1 VM2,3- assigned to credential2 100 items in queue in pending status Some queue items have tag as ‘Raw’ and some...
  3. S

    Blueprism View Logs Issue

    Simple enough to export to CSV and read. Easier
  4. S

    How to set ptoduction/dev/test envrionments

    Hi Anand. This is a huge topic, not a question-answer kinds. BP offers Environment guides in their portal. Please take a look, if you have specific question, please let me know. Thanks
  5. S

    Out of Memory error when trying to log into Blue Prism application

    Try this and let me know. 1. Manually login to the VM and capture CPU / RAM usage 2. Login manually to the process and re-capture CPU / RAM usage 3. Repeat Step 2 with Blue Prism. Let me know the CPU / RAM usage
  6. S

    Python script running from Blue prism

    try to give absolute path to file name
  7. S

    Run Modes

    Foreground means - The respective process will run in the foreground, which means you can run a background process in parallel with the foreground process (if your license permits) Background means - The respective process will run in the background, which means you can run a foreground process...
  8. S

    Multibot architecture

    Hi. Does the image look like copying files to C drive?
  9. S

    is Blueprism logs encrypted?

    Hi friends, The built in logs of Blue Prism are encrypted? Can someone please confirm?
  10. S

    AA - Power builder windows

    Hi, We are evaluating AA Enterprise Edition with one of the Power builder processes that we have already automated using Blue Prism. Using AA, I am unable to identify child windows. Can someone please help? During recording, AA uses Object Cloning which is not accurate at all. Is there a way...
  11. S

    Slowness with Blue Prism

    Can someone please share their experiences?
  12. S

    Slowness with Blue Prism

    Hi guys, we have a MAIN process that takes almost 1 minute to load. The bp release file size is almost 100 MB. My question is, if this large size process runs continuously for 18 hrs / day, would the performance of the system degrade? Would BP freeze or does the response lag? Someone from an...
  13. S

    Parent - child processes - Memory leaks

    Thanks tgundhus.
  14. S

    Parent - child processes - Memory leaks

    Hi guys, Our team has developed a process which has 20+ pages and calling the respective objects. This process takes almost 1 minute 15 sec to even load. I was suggesting to split the process into multiple child processes, but what my team says "Calling a child process from parent process will...
  15. S

    Internal Error - Web Services

    can someone please help? Tried various things but still getting the same error.
  16. S

    Internal Error - Web Services

    This is complete error. POST - JSON ultimately calls HTTP Request which throws this error: Internal : Could not execute code stage because exception thrown by code stage: The request was aborted: Could not create SSL/TLS secure channel.
  17. S

    Very first REST - JSON request in Blue Prism

    Hi Everyone, I am trying to process a simple JSON request using REST. When i run the stage, i get an error message "Internal : Could not execute code stage because exception thrown by code stage: The request was aborted: Could not create SSL/TLS secure channel." I am using BO - WebService -...
  18. S

    Execution Timeout Expired error while saving object

    Hi guys, When we save any object with 10 or more actions, we get the below error: "An error occurred whilst editing the process : Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding." Tried changing the timeout values in...
  19. S

    Chr(34) giving error in code stage

    Thanks VJR. Adding the Microsoft.Visualbasic.dll helped. Appreciate your help on this. Thanks again
  20. S

    Chr(34) giving error in code stage

    Hi guys, I am using Code stage (Visual Basic) to work with some XML file content and i need to concatenate strings and also use double quotes in the output. For this i am using Chr(34). But the code stage is not able to identify the "Chr" Error: Description: Compiler error at line 2: 'Chr' is...
Top