An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Runtime.InteropServices.COMException: Notes error: Could not open the ID file
at UiPath.Mail.Activities.SendMailActivity.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)
I tried some tips on this forum like execute note with =C:.ā¦(path of notes.ini),
but if no sucess.
My notes version is 9 and path if notes.ini location in another driver
Hi @franciscojunior,
Lotus ID file is strictly related to user and his lotus profile. Studio activities for lotus are based on default application construction where ID file is located (as you discovered) in the same folder where .exe file is. We had very similar topic:
User was able to resolve the problem by changing registry entry for .ini file. But it is worth to remember that the best solution is to having everything in same folder.
Hi Pablito,
I have a special problem regarding notes mailactivities: In our network-environment the notes client and so the notes-id is not stored on the local machine but on a server which is connected via citrix. We are able to use the notes in this citrix-connection (with the remote-runtime.exe) but can I define in the activities, that my notes id is not local?
I tested it with Studio 2019.4.4 and mail.activities 1.5.0 and got the error āID file could not be openedā.
Thanks for your help!
Moritz
Hi @mm1904,
I was working a little with Lotus distributed through citrix. The problem is that those activities are made for potential local use. Iām not 100% sure but maybe proper lotus folder redirection in citrix could fix this. The folder could be mapped on your local computer using citrix policies so activity could see it as itās local. But Iām not sure if it will work.
Hi @Pablito,
thanks for your informations! I will discuss this issue with our network-admin, if their can redirect folders as you told.
It worked in our network to send mails with the āsend SMTP Mail Messageā activity, the admin allowed the robot-machine to logon directly to the notes server. But now they are a little bit scared about a robot being logged on to the serverā¦
Maybe the folder redirection ist the better way.