How to Run Visual Integrator from .bat file

SUGGESTED

Hi,

I am trying to update my VI Job. I have it automatically running from Task Scheduler on my old server.

I am trying to run it on my new server called NEWSAGE with port 9021 for Sage 100 2021 Premium. Here is my script below:

C:
CD "C:\Sage\Sage 100 WorkStation\MAS90\Home"

"\\newsage\Sage\Sage 100 Premium\MAS90\Home\PVXWIN32.exe" -hd ..\launcher\sota.ini *client -ARG "NEWSAGE" "9021" "IMPORT" -ARG=DIRECT UION VI test1234! ABC VIWI0D AUTO

Could someone tell me what "IMPORT" does or stands for on the script above?

Thanks.

Parents Reply
  • 0 in reply to Kevin M

    Hi Kevin,

    I tried it and it seems I got farther along, but now I am getting an error message. I updated the password for the VI user.

    Here is my script so far:

    C:
    CD "C:\Sage\Sage 100 WorkStation\MAS90\Home"

    "E:\Sage\Sage 100 Premium\MAS90\Home\PVXWIN32.exe" -hd ..\launcher\sota.ini *client -ARG "NEWSAGE" "9021" "VIJobs" -ARG=DIRECT UION VI test1234 USP VIWI0D AUTO

    and I did the following:

    Now, I get the following error message:

    Any suggestions?

Children