2023/02/17 15:17:53 ------------------------------------------------------------
2023/02/17 15:17:53 Estimation Engine
2023/02/17 15:17:53 ------------------------------------------------------------
2023/02/17 15:17:53 Information : Initialising...
2023/02/17 15:17:53 Information : Connecting to application databases...
2023/02/17 15:17:53 Connecting : 192.168.0.101\SQLEXPRESS EST
2023/02/17 15:18:08 Error : Connection attempt with masterserver=192.168.0.101\SQLEXPRESS;user id=protogenx;password=6LmYqp&*CBzo@s;port=1433;database=master; failed: unable to get instances from Sql Server Browser on host 192.168.0.101: read udp 194.128.145.39:54100->192.168.0.101:1434: i/o timeout
2023/02/17 15:18:08 unable to get instances from Sql Server Browser on host 192.168.0.101: read udp 194.128.145.39:54100->192.168.0.101:1434: i/o timeout
exit status 1
C:\Dev\GitHub\ebEstimates>
@echo off
rem Starts the server
rem
set STARTER_APP=./...
set STARTER_PATH=C:\Dev\GitHub\ebEstimates
rem set APP_PORT=5050
set DB_SERVER=localhost
rem set DB_PORT=1433
set DB_USER=ebEstimates
set DB_PASSWORD=6LmYqp&*CBzo@s
set DB_DATABASE=EST_ALPHA
set STARTER_NAME=EB Estimates Server
title %STARTER_NAME% - %STARTER_APP% - %STARTER_PATH% - %APP_PORT%
cls
echo %STARTER_NAME% - %STARTER_APP% - %STARTER_PATH% - %APP_PORT%
cd %STARTER_PATH%
go version
go run %STARTER_APP%
2023/02/17 15:17:53 ------------------------------------------------------------
2023/02/17 15:17:53 Estimation Engine
2023/02/17 15:17:53 ------------------------------------------------------------
2023/02/17 15:17:53 Information : Initialising...
2023/02/17 15:17:53 Information : Connecting to application databases...
2023/02/17 15:17:53 Connecting : 192.168.0.101\SQLEXPRESS EST
2023/02/17 15:18:08 Error : Connection attempt with masterserver=192.168.0.101\SQLEXPRESS;user id=protogenx;password=6LmYqp&*CBzo@s;port=1433;database=master; failed: unable to get instances from Sql Server Browser on host 192.168.0.101: read udp 194.128.145.39:54100->192.168.0.101:1434: i/o timeout
2023/02/17 15:18:08 unable to get instances from Sql Server Browser on host 192.168.0.101: read udp 194.128.145.39:54100->192.168.0.101:1434: i/o timeout
exit status 1
C:\Dev\GitHub\ebEstimates>
@echo off
rem Starts the server
rem
set STARTER_APP=./...
set STARTER_PATH=C:\Dev\GitHub\ebEstimates
rem set APP_PORT=5050
set DB_SERVER=localhost
rem set DB_PORT=1433
set DB_USER=ebEstimates
set DB_PASSWORD=6LmYqp&*CBzo@s
set DB_DATABASE=EST_ALPHA
set STARTER_NAME=EB Estimates Server
title %STARTER_NAME% - %STARTER_APP% - %STARTER_PATH% - %APP_PORT%
cls
echo %STARTER_NAME% - %STARTER_APP% - %STARTER_PATH% - %APP_PORT%
cd %STARTER_PATH%
go version
go run %STARTER_APP%