hexagon logo

Error 127

Got one CMM that I cannot run a program one, The database is on a network, I've got the code below in the program to delete the XSTATS11.TMP file. I can run this program on two other CMMs with DataPage and everything runs fine, stats dump, no errors. But on this one CMM I get the error 127 - says database file does not exist. Should I delete and reinistall DataPage on this one CMM?

FILE_THERE =FILE/EXISTS,C:\ ----PCDMISW\XSTATS11.TMP
            IF/FILE_THERE == 1
            FILE/DELETE,C:\PCDMISW\XSTATS11.TMP
            END_IF/
Parents Reply Children
No Data