hexagon logo

datapage + very slow generating reports

We run PC-Dmis 2013 MR1 with DATAPAGE + it takes up to 10 minutes for the report to populate after the program is done running with the Datapage turned on if you mask out the datapage command the report is done is 10 seconds or less
  • What DataPage command do you use? Stats/ON DataPage command or an external command that grabs the exe file at the end of the program?
  • We run PC-Dmis 2013 MR1 with DATAPAGE + it takes up to 10 minutes for the report to populate after the program is done running with the Datapage turned on if you mask out the datapage command the report is done is 10 seconds or less


    If using External Command

    put this at the beginning of program(right after DCC/MODE)

    EXTERNALCOMMAND/NO_DISPLAY, NO_WAIT ; C:\PROGRAM FILES\WAI\DATAPAGE+ 5.0\DATAPAGESTATS.EXE -listening (or just -L) has to have a space after .EXE

    Put this at the end of program

    EXTERNALCOMMAND/NO_DISPLAY, NO_WAIT ; C:\PROGRAM FILES\WAI\DATAPAGE+ 5.0\DATAPAGESTATS.EXE -end (or -E)
  • If using External Command

    put this at the beginning of program(right after DCC/MODE)

    EXTERNALCOMMAND/NO_DISPLAY, NO_WAIT ; C:\PROGRAM FILES\WAI\DATAPAGE+ 5.0\DATAPAGESTATS.EXE -listening (or just -L) has to have a space after .EXE

    Put this at the end of program

    EXTERNALCOMMAND/NO_DISPLAY, NO_WAIT ; C:\PROGRAM FILES\WAI\DATAPAGE+ 5.0\DATAPAGESTATS.EXE -end (or -E)


    +1