After following the described proceedure I am presented with the following error.
Microsoft.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'CJMSettings'.
at Microsoft.Data.Odbc.OdbcConnection.HandleError(IntPtr hHandle, SQL_HANDLE hType, RETCODE retcode)
at Microsoft.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method)
at Microsoft.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Odbc.OdbcCommand.ExecuteReader()
at Adiscon.MonitorWare.Console.CJMSettings.read()
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
I then uninstalled (after replacing original exe) and reinstalled. I tried the proceedure again omiting the truncate command but had the same results. I then rolled back to the base package and tried using a lowercase DSN but it failed as well.
What is the exact case-sensitive issue so I can just work around the issue as the fix does not seem to work and breaks the installshield uninst routines?
Thanks, Eric