Error While running UIPATH

I had automated simple code flowchart with message and ended up with error System.AggregateException: One or more errors occurred. —> System.ServiceModel.Security.SecurityNegotiationException: A call to SSPI failed, see inner exception. —> System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. —> System.ComponentModel.Win32Exception: The token supplied to the function is invalid
— End of inner exception stack trace —
at System.Net.Security.NegoState.StartSendAuthResetSignal(LazyAsyncResult lazyResult, Byte message, Exception exception)
at System.Net.Security.NegoState.StartSendBlob(Byte message, LazyAsyncResult lazyResult)####

It was not working before. I had installed in Windows 10 machine. Please help.

Studio Version

v2018.3.1

Can you tell what you have provided in code? or can you provide the screenshot?

Just a simple code.
step 1 . created a sequence
step 2 - A message says “Hello”

and i am getting those errors

Hi @Sujata_A

See our troubleshooting guide. It is most likely the first point on the list:

  1. “When trying to run the project, I receive the following error: System.AggregateException: One or more errors occurred.
    Solution
    The problem is that UiPath.Service.Host process (the robot) was not restarted at all after the upgrade.
    This can be done by killing the process in task scheduler, restarting the robot tray or logging out/logging in to your windows account.

Let us know if it helped. The simplest solution is to restart your computer.

1 Like

I want to save the item inside the tag div u1 li and a
and select one link and click on that link . please help