microsoft / microsoft/SqlNexus

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

Open
#491 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.