Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MAPIEX Blueprism Crash

Hi, When Bot tried to hit Outlook for every minute to read if mail exist, Blueprism is getting crashed after 10 - 15 mails read. I am not getting any error in Log file if its getting connected. I am using Blueprism v 5.0.23,Outlook 2016 32 bit and ...

Create TextBox Pop up in Code Section using VB

Hi,  i recently create a simple code in VB for launch a MessageBox (pop up) just by adding :  Dim Buttons As MessageBoxButtons = MessageBoxButtons.Ok MessageBox.Show(input,caption,Buttons)   I know that i have to declare method, global variable....

Issues with Schedules to allow for log in/ log out delays

Hello, I am trying to build a schedule that will allow a process to be self sufficient due to the hours that is runs (3am-9pm).  The process is built along the standard principle of 3 system exceptions in a row or an un-handled exception to go to a t...

Internal Error: Identifier LocationMethod doesn't exist

I'm getting the above error in the process in the read stage which is trying to capture an image of the whole screen.  I'm using a Dynamic Region to do this and the values of the collection as parameters to gather the image.  When I run the process i...

xlxu001 by Level 5
  • 304 Views
  • 0 replies
  • 0 likes

MapIex errors

Hi Team, I am unable to proceed with the actions in blue prism with MAPIEX. Can some please help to solve the errors mentioned below.   Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly...

Application Model Renaming Enhancement

Being a developer using BluePrism, sometimes you just expect certain functionalities to be there. One of those is a renaming functionality that impacts all references to the component to be renamed. (Like in Eclipse for Java: refactor > rename ) Cur...

Database connection issue

Unable to determine whether database exists - A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote...

Get Next read email using mapiex

How do i read next read email using mapiex?   On writing c# code in code stage using outlook api the ID is not matching either with EntryID or ConversationID. What is the MapiEx GetMail action output ID is equivalent in outlook api?

"Get Report"from Internal Queues

When i use "Get Report" action from "Internal Queues" object, my collection is coming out to be blank. However, there are items in the queue are getting processed. Not sure why this is happening. Can anybody help?

Save Excel As .csv?

Hello! I need to write a collection into an excel, but I need to save this excel as a .csv  ";" delimited.  How can I do that?    Thank you!