Sage 100

 View Only
  • 1.  V2015 STD PU 2. Client is wondering if we can act

    Posted 09-24-2015 05:23
    V2015 STD PU 2. Client is wondering if we can activate this line ""Run ""SY_ebmtemp"""" from a windows scheduler. I see lots of threads pertaining to VI jobs from a command line. Is this similar? This is the first time we have had a request of this nature. Needless to say I am totally lost. Thanks in advance.


  • 2.  RE: V2015 STD PU 2. Client is wondering if we can act

    Posted 09-24-2015 08:02
    Jeff - we setup a batch file to run PVX programs, then invoke that via the scheduler. Here is an example. Program here is IMW_SS Rem Set path to Mas90/HOME folder CD c:\Sage\2014\MAS90\HOME REM Launch program REM Parameters here are ABC = company, UUU = usercode, 0777 = User Password START /B PVXWIN32.EXE ../launcher/sota.ini ../soa/startup.m4p -ARG DIRECT UIOFF UUU 0777 ABC IMW_SS EXIT


  • 3.  RE: V2015 STD PU 2. Client is wondering if we can act

    Posted 09-24-2015 09:26
    Awesome - thanks @LeeGraham


  • 4.  RE: V2015 STD PU 2. Client is wondering if we can act

    Posted 10-26-2015 07:09
    Circling back to this. We run the program via the scheduler above but client reports that nothing happened. Any insights on what we can try to troubleshoot issue?? TIA


  • 5.  RE: V2015 STD PU 2. Client is wondering if we can act

    Posted 10-26-2015 11:15
    Maybe simulate the batch file steps from a command prompt. What does SY_EbmTemp do? What version server software are they running?