Automation Studio 17.5.5, Web Application, Errors

A lot of error/s occurs when setting up the environment or when testing the process but after trying some more times the whole process runs perfectly. But if I try some other time the same whole process, I face the same issue/s. I am unable to understand the real error. What to do?

Hi,

It might be your environment may be slow or failing to launch because of which you are getting set up error. Check the logs for more details

Regards,
Amit Anand

Hi,

By environment did you mean web application environment? If that is so then it is definitely not that case. Moreover, I cannot understand logs.

Hi,

If you attach or send your logs then i will be analyze the rca of intermittent failure

Hi,

I am unable to send you logs due to it’s size.

Clear all the logs and reproduce the issue whic you are facing. Send only that piece of log file

StackTrace - Logging Stack Trace is disabled userid~LENOVOR\hi ipaddress~192.168.0.221
co_module~SE_ACE inst_key~0 trans_key~0 trans_id~ req_id~ cust_id~ crossref_id~ workspacekey~Default datetime~2020-01-08T11:35:20.501+05:30 level~Error priority~0 srcmodule~EV.AE.Studio.ActivityLibrary.ConfiguredFeild method~ResumeBookmark errormessage~invalid element state: Element is not currently interactable and may not be manipulated
(Session info: chrome=79.0.3945.88)
(Driver info: chromedriver=2.37.543627 (63642262d9fb93fb4ab52398be4286d844092a5e),platform=Windows NT 10.0.18362 x86_64) errordetails~ExceptionMessage - invalid element state: Element is not currently interactable and may not be manipulated
(Session info: chrome=79.0.3945.88)
(Driver info: chromedriver=2.37.543627 (63642262d9fb93fb4ab52398be4286d844092a5e),platform=Windows NT 10.0.18362 x86_64)
ExceptionSource - EV.AE.Studio.ActivityLibrary
ExceptionTarget - Void ResumeBookmark(System.Activities.NativeActivityContext, System.Activities.Bookmark, System.Object)
StackTrace - Logging Stack Trace is disabled userid~LENOVOR\hi ipaddress~192.168.0.221
co_module~SE_ACE inst_key~0 trans_key~0 trans_id~ req_id~ cust_id~ crossref_id~ workspacekey~Default datetime~2020-01-08T11:35:20.501+05:30 level~Info priority~0 srcmodule~EV.AE.Studio.ActivityLibrary.NativeActivityBase method~OnActivityCompletedAction message~Activity Name: SetValue - HRPortal.Aadhaar_No, Step Result: Fail, Error Ignored: No description~NA userid~LENOVOR\hi ipaddress~192.168.0.221
co_module~SE_ACE inst_key~0 trans_key~0 trans_id~ req_id~ cust_id~ crossref_id~ workspacekey~Default datetime~2020-01-08T11:35:20.501+05:30 level~Info priority~0 srcmodule~EV.AE.Studio.ActivityLibrary.NativeActivityBase method~OnActivityCompletedAction message~Activity Name: HRPortal, Step Result: Fail, Error Ignored: No description~NA userid~LENOVOR\hi ipaddress~192.168.0.221
co_module~SE_ACE inst_key~0 trans_key~0 trans_id~ req_id~ cust_id~ crossref_id~ workspacekey~Default datetime~2020-01-08T11:35:20.502+05:30 level~Info priority~0 srcmodule~EV.AE.Studio.ActivityLibrary.NativeActivityBase method~OnActivityCompletedAction message~Activity Name: Excel Loop, Step Result: Fail, Error Ignored: No description~NA userid~LENOVOR\hi ipaddress~192.168.0.221
co_module~SE_ACE inst_key~0 trans_key~0 trans_id~ req_id~ cust_id~ crossref_id~ workspacekey~Default datetime~2020-01-08T11:35:20.502+05:30 level~Error priority~0 srcmodule~EV.AE.Studio.ProcessExecution.Execution.WorkflowRunner method~WorkflowUnhandledException errormessage~One of the child activities failedfor 0 errordetails~ExceptionMessage - One of the child activities failed
ExceptionSource - EV.AE.Studio.ActivityLibrary
ExceptionTarget - Void OnActivityCompletedAction(System.Activities.NativeActivityContext)
StackTrace - System.Exception: One of the child activities failed
at EV.AE.Studio.ActivityLibrary.Utils.NativeActivityBase.OnActivityCompletedAction(NativeActivityContext activityContext)
at EV.AE.Studio.ActivityLibrary.ExcelLoopActivity.OnBodyFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager) userid~LENOVOR\hi ipaddress~192.168.0.221
co_module~SE_ACE inst_key~0 trans_key~0 trans_id~ req_id~ cust_id~ crossref_id~ workspacekey~Default datetime~2020-01-08T11:35:20.502+05:30 level~Error priority~0 srcmodule~EV.AE.Studio.ProcessExecution.Execution.WorkflowRunner method~WorkflowCompleted errormessage~One of the child activities failed errordetails~ExceptionMessage - One of the child activities failed
ExceptionSource - EV.AE.Studio.ActivityLibrary
ExceptionTarget - Void OnActivityCompletedAction(System.Activities.NativeActivityContext)
StackTrace - System.Exception: One of the child activities failed
at EV.AE.Studio.ActivityLibrary.Utils.NativeActivityBase.OnActivityCompletedAction(NativeActivityContext activityContext)
at EV.AE.Studio.ActivityLibrary.ExcelLoopActivity.OnBodyFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager) userid~LENOVOR\hi ipaddress~192.168.0.221

Hi,
“invalid element state: Element is not currently interactable and may not be manipulated”
This is standard selenium exception and will need to be handled in your automation. It means that the UI element is not ready for automation to be performed.
Putting a wait condition will help to make automation more reliable