microsoft / microsoft/SqlNexus
Generate a more graceful error when RML Utils is missing from machine during an import process
Open
@PiJoCoder is already working on this.
Since Apr 7, 2026.
- Dominant language
- C#
- Stars
- 427
- Forks
- 111
- Avg merge
- 3d 42m
- Merged PRs (30d)
- 8
Description
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
---------------------------
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.