To update SWAT Check in ArcSWAT 2012.10.21, download the zip file containing the executable and be sure to copy and replace all files from the zip into the ArcSWAT SWAT Check directory, typically C:\SWAT\ArcSWAT\SwatCheck.
This release fixes the error reading output.rch due to an extra space. The specific error message was:
********** Starting Analysis *************
Reading output.std...
Finished reading output.std in 00h:00m:00.25s. Reading output.rch...Value "" is not an int.
If you cannot resolve the error, please contact technical support with the message listed below.
----------------------------------------------------------------------
Type: System.FormatException
Message: Value "" is not an int.
Source: SWAT.OutputProcessor
Location: SWAT.OutputProcessor.Schemas.SchemaLine, line 0, column 0
StackTrace:
at SWAT.OutputProcessor.Schemas.SchemaLine.GetInt(String line, Boolean returnZeroIfNotNumeric)
at SWAT.OutputProcessor.Parsers.OutputRchParser.ReadFile()
at SWAT.Check.Desktop.SWATCheck.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)