e2e transaction script popup error message box appearing when failed manually
search cancel

e2e transaction script popup error message box appearing when failed manually

book

Article ID: 269864

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

I’m getting a popup error message box coming up when I fail an application manually.

Error at line 92: File not found!

How to stop this box and let it use the .rob file?

Environment

  • Release: 20.3
  • e2e_appmon v3.01

Resolution

Issue no longer occurring but normally this line should be in the beginning of the script:

#IgnoreErrors = 1
 
Include "NimBUS-functions.src"
 
sub cleanup ()
    KillApp("msedge.exe",1) 
endsub
etc
etc
etc