MYOB AE Tax error Client application S6 server MSSQL AETAX1 TAX TA not found after dotnet 3.5 update
If client workstations are losing access to the MYOB AE Accounts database with the error
Client/Application (S6:\\SERVER\MSSQL\AETAX1\TAX\TA) not found as shown below
The System Release DAL may be getting shut down by dotnet update
To resolve this issue you need to
- Run Exec sp_changedbowner ‘sa’ on the AETax database
- Run AETaxconfigupdate.exe
For SQLExpress 2005
1.-