Skip to content

Generate a more graceful error when RML Utils is missing from machine during an import process #491

@PiJoCoder

Description

@PiJoCoder

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   
---------------------------

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions