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
  • Ensure all the programs on the problem machine have the correct path for your database, one bad path referance will cause an error 127. After all program database paths are verified open the database folder and deleate any .dbl and .taf files. Next open the PCDMISW root directory and deleate the XSTATS11.tmp file. This should get you back up and running. All of these files will be recreated and trying to edit them is imposible with out a proper editor, there will be data lose the runs contained in these files
Reply
  • Ensure all the programs on the problem machine have the correct path for your database, one bad path referance will cause an error 127. After all program database paths are verified open the database folder and deleate any .dbl and .taf files. Next open the PCDMISW root directory and deleate the XSTATS11.tmp file. This should get you back up and running. All of these files will be recreated and trying to edit them is imposible with out a proper editor, there will be data lose the runs contained in these files
Children
No Data