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
  • **BE ADVISED**

    PCDMIS 2010mr2 is the first truly Windows 7 compliant version. As such the XSTATS11.tmp file is in a different location. Deleting it in the normal WAI/PCDMIS folder WILL NOT WORK.

    It is now located in the following location:

    C:\Documents and Settings\All Users\Application Data\WAI\PC-DMIS\2010 MR2


    Here is where it needs to be deleted to fix the -127 Database Error if you are using PCDMIS 2010mr2.
Reply
  • **BE ADVISED**

    PCDMIS 2010mr2 is the first truly Windows 7 compliant version. As such the XSTATS11.tmp file is in a different location. Deleting it in the normal WAI/PCDMIS folder WILL NOT WORK.

    It is now located in the following location:

    C:\Documents and Settings\All Users\Application Data\WAI\PC-DMIS\2010 MR2


    Here is where it needs to be deleted to fix the -127 Database Error if you are using PCDMIS 2010mr2.
Children
No Data