Lesson 11 Practise 2

Hi All,
I am doing the subjected assignment while learning that I am getting an time out exception while trying to send an outlook mail message . I would like to request your help to understand the below error from logs and help to fix the same

18:25:55.2586 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [17] [thread 17] received request OnLog from 2114ae7f-6f5c-42d7-95b1-55f0d2e425b7…
18:25:55.1991 => [INFO] [UiPath.Studio.Shared.Logging.OutputLogger] [7] Lesson_11_practise2 execution started
18:25:55.2911 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [7] [thread 7] sending response for OnLog from 2114ae7f-6f5c-42d7-95b1-55f0d2e425b7…
18:26:33.7723 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [17] [thread 17] received request OnLog from 2114ae7f-6f5c-42d7-95b1-55f0d2e425b7…
18:26:33.7690 => [ERROR] [UiPath.Studio.Shared.Logging.OutputLogger] [16] Send Outlook Mail Message: The operation has timed out.
18:26:33.7723 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [16] [thread 16] sending response for OnLog from 2114ae7f-6f5c-42d7-95b1-55f0d2e425b7…
18:26:33.7997 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [22] [thread 22] received request OnLog from 2114ae7f-6f5c-42d7-95b1-55f0d2e425b7…
18:26:33.7833 => [INFO] [UiPath.Studio.Shared.Logging.OutputLogger] [4] Lesson_11_practise2 execution ended in: 00:00:38
18:26:33.7997 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [22] [thread 22] sending response for OnLog from 2114ae7f-6f5c-42d7-95b1-55f0d2e425b7…
18:29:51.8109 => [INFO] [UiPath.Studio.exe] [1] Redirected UiPath.Mail.Activities.Design, Version=1.5.1.0, Culture=neutral, PublicKeyToken=null to UiPath.Mail.Activities.Design, Version=1.5.1.0, Culture=neutral, PublicKeyToken=null.
18:30:09.9944 => [INFO] [UiPath.Studio.exe] [1] Redirected UiPath.PDF, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null to UiPath.PDF, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null.
18:30:09.9944 => [INFO] [UiPath.Studio.exe] [1] Redirected UiPath.PDF, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null to UiPath.PDF, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null.
18:33:04.9526 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [17] [thread 17] received request OnLog from baa04e4e-8fc3-4276-9545-b886976e1c51…
18:33:04.9277 => [INFO] [UiPath.Studio.Shared.Logging.OutputLogger] [20] Lesson_11_practise2 execution started
18:33:04.9526 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [20] [thread 20] sending response for OnLog from baa04e4e-8fc3-4276-9545-b886976e1c51…
18:33:42.4090 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [23] [thread 23] received request OnLog from baa04e4e-8fc3-4276-9545-b886976e1c51…
18:33:42.4070 => [ERROR] [UiPath.Studio.Shared.Logging.OutputLogger] [20] Send Outlook Mail Message: The operation has timed out.
18:33:42.4090 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [20] [thread 20] sending response for OnLog from baa04e4e-8fc3-4276-9545-b886976e1c51…
18:33:42.4450 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [17] [thread 17] received request OnLog from baa04e4e-8fc3-4276-9545-b886976e1c51…
18:33:42.4419 => [INFO] [UiPath.Studio.Shared.Logging.OutputLogger] [22] Lesson_11_practise2 execution ended in: 00:00:37
18:33:42.4450 => [INFO] [UiPath.Ipc.NamedPipe.NamedPipeServiceEndpoint] [22] [thread 22] sending response for OnLog from baa04e4e-8fc3-4276-9545-b886976e1c51…

More over please find below screen shot of my

1 Like

Hi @thelakbe

I am assuming that outlook mailbox is configured at your end.

Can you attach your workflow?

Thanks,
Prankur

3 Likes

Hi Joshi,

Please find my workflow Main.xaml (6.1 KB)