Create a more graceful error output when RML Utilities are missing from a SQL Nexus machine instead of raising this exception
---------------------------
---------------------------
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at ReadTrace.ReadTraceNexusImporter.DoImport()
at sqlnexus.fmImport.DoImport()
---------------------------
OK
---------------------------
Followed by :
---------------------------
---------------------------
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at ReadTrace.ReadTraceNexusImporter.DoImport()
at sqlnexus.fmImport.DoImport()
---------------------------
OK
---------------------------
Create a more graceful error output when RML Utilities are missing from a SQL Nexus machine instead of raising this exception
Followed by :