There is a bot running from orchestrator and the process is it will open excel file and run some macro, but at the beginning only it failed stating excel is open - quitting.
When i go and see there no excel which open at that location in virtual machine.
@Rakesh_Tiwari - Make sure you have to close all the excel application before opening new excel instance. To close all excel you can use ** Kill Process** activity.
but no file is open.And i am getting the below error
Info: Excel is open - Quitting
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: Excel is open - Quitting
at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)