VI Bat File Error

Attempting to create my first bat file to run a VI job outside of Sage 2018 Advanced 6.00.5.0, getting a Connection Time Out error. Can anyone tell me where I went wrong?

I followed the steps carefully to create the new app in the Sage Application Server, using copy/paste to ensure the StartUp Directory matches the Sage 100 settings. Then my batch file was created as follows:

C:
CD "C:\Sage\Sage 100 Workstation\MAS90\Home\"
"C:\Sage\Sage 100 Workstation\MAS90\Home\pvxwin32.exe" -hd ../launcher/sota.ini *Client -ARG "ERP2018" "10000" "MACTG-A-AP-UPD1" -ARG=DIRECT UION jcbaker SagePw BUA VIWI17 AUTO

Where the server name=ERP2018, VI Job Name=MACTG-A-AP-UPD1, user credentials=jcbaker/SagePw (admin=full rights), company=BUA and compiled VI name=VIWI17.

I know there is some communication going on because if I alter the name of the job I get an Access is Denied error. Following the instructions for creating the bat file I did use the path for the workstation running the bat file, not the server path. I am running this through a Remote Desktop session also--would that have any impact? Yet the path must be correct because if I remove the changes indicated in the KB (-hd and everything after port#) it successfully launches Sage 100. I even played around with User Preferences based on other research, to no effect.

Any help would be appreciated.