Hi I am using Send IBM Notes Mail Message activity to send a mail but i am getting this error massege,
Error: Send IBM Notes Mail Message: Exception has been thrown by the target of an invocation.
I’ll attaching the properties of the activity,
Please open the exception details from locals panel…that will contain the exact exception message
You will get locals panel when
Run in debug mode
Cheers
RemoteException wrapping System.Runtime.InteropServices.COMException: Notes error: Could not open the ID file
at Domino.ISession.Initialize(String pPassword)
at UiPath.Mail.LotusNotesService.GetSession(String password)
at UiPath.Mail.LotusNotesService.SendMail(MailMessage message,
List`1 attachments,
String password,
String to,
String cc,
String bcc,
Boolean isHtmlBody)
at UiPath.Mail.LotusNotesService.<>c__DisplayClass30_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread,
ExecutionContext executionContext,
ContextCallback callback,
Object state)
— End of stack trace from previous location —
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread,
ExecutionContext executionContext,
ContextCallback callback,
Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot,
Thread threadPoolThread)
— End of stack trace from previous location —
at UiPath.Mail.LotusNotes.Activities.SendLotusNotesMailMessage.SendMailTask(AsyncCodeActivityContext context,
Receiver reciever,
MailMessage mailMessage,
CancellationToken cancellationToken,
Boolean isNewMessage,
String body)
at UiPath.Mail.Activities.Extensions.TaskExtensions.TimeoutAfter(Task task,
Int32 timeoutMs)
at UiPath.Mail.Activities.SendMailActivity.ExecuteAsync(AsyncCodeActivityContext context,
CancellationToken cancellationToken)
at UiPath.Shared.Activities.AsyncTaskCodeActivityImplementation.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at UiPath.Shared.Activities.AsyncTaskCodeActivity.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at UiPath.Shared.Activities.ContinuableAsyncCodeActivity.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at UiPath.Mail.Activities.BaseMailContinuableAsyncActivity.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
Looks like some internal password error…why are you using this? When there are other official packages?
Also try to change the version and check if it persists
As per error it is unable to open some file
Cheers
I need to send a mail by using one mail id which is woking in IBM, I can’t send any mail by using smtp and outlook activities, Thats why i am woking with this activity.
@Anil_G I cant find any clear explanation about this.
Did you try with changing the package version?
It is a 3rd party package and not an official so cannot give more info on it
Cheers