To ensure you can use PLS for Lodgment to the Australian Tax Office (ATO), you will need to make changes to the configuration file for the MYOB PLS Service (SBR Sender).
On your SQL Server, navigate to C:\Program Files (x86)\MYOB\SBRSender\Server\Service\DATABASE. Where "DATABASE" is the name of your database - such as AODB1, AEDB1, VPMSER etc.
Copy the text you created in the section "Prepare your Proxy Server configuration information" from above.
Only copy from the line which reads <defaultProxy useDefaultCredentials="true"> and ends with the line </defaultProxy>. See example below.
<defaultProxy useDefaultCredentials="true">
<proxy proxyaddress="http://proxy.mycompany.com.au:8081/" bypassonlocal="True" />
</defaultProxy>
Locate the Proxy.config file, then right click on the file and choose Edit.
Highlight all text in the file, and paste the text you have copied. This will replace the existing text.
Once completed, save and close the Proxy.config file. When completed, the file should contain only the information (as per the example) above. No other line should exist.
This Proxy.config file is in a different location to the Proxy.config file in Task 1. If you're lodging via PLS, you'll need to ensure the above proxy server information exist in both files.
- At the bottom of the MYOB.Tax.Sbr.Sender.Server.HostService.exe.Config, start a new line and add the following:
<configuration>
- Copy the text you created in the section "Prepare your Proxy Server configuration information" and paste the text at the bottom of the file, ensuring that the text begins on a new line.
- At the bottom of the file (below the text you have just copied), start a new line, and add the following:
</configuration>
- Save and close the MYOB.Tax.Sbr.SbrSender.Server.HostService.exe.Config file when complete.
- Restart the MYOB Tax SBR Sender Server service in Services.msc. For details refer to Restarting the MYOB Tax SBR Sender Server