Datapage error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Datapage error

    Hello All;
    I ran a part that was on a different cmm with a different data base name. Now when I run a part with the data base name I created I get an error massage! The data loads to the data page but the annoying error pops up every time. Any body know how to stop the error. Thanks in advance see attachment for error
    Last edited by Don Henger; 11-16-2007, 09:33 AM.
    sigpicRegards,
    Donald Henger
    B&S Micro Excel Pfx
    3.5mr2 & 3.7mr3
    PHH10MQ, TP20 & TP2
    Country Rocks,But Bluegrass RULES!!!

  • #2
    Did you create the database with the db editor?
    sigpic
    if you had soap on a rope it would be tied to yer ankle

    Comment


    • #3
      Go to the folder that PC-DMIS resides in and delete a file called xstats11. PC-DMIS will recreate this upon execution.
      sigpic

      James Mannes

      Comment


      • #4
        I think Winston said in one of the other threads that this issue is so common these threads qualify for sticky. Very true. You will run into this again. Put this code at the beginning of your programs that save stats. This will cure it.
        Code:
        V1 =FILE/EXISTS,C:\PCDMISW\Xstats11.tmp
        IF/V1==1
        FILE/DELETE,C:\PCDMISW\Xstats11.tmp
        END_IF/
        You will need to change the path name to wherever your XSTATS11.tmp file is generated in the above code.

        Craig
        <internet bumper sticker goes here>

        Comment


        • #5
          thanks

          Originally posted by JamesMannes
          Go to the folder that PC-DMIS resides in and delete a file called xstats11. PC-DMIS will recreate this upon execution.
          Gentalmen- you have save me again Iwill try the code Craiger Ny Thanks I owe you guys a cold brew
          sigpicRegards,
          Donald Henger
          B&S Micro Excel Pfx
          3.5mr2 & 3.7mr3
          PHH10MQ, TP20 & TP2
          Country Rocks,But Bluegrass RULES!!!

          Comment


          • #6
            Originally posted by craiger_ny
            I think Winston said in one of the other threads that this issue is so common these threads qualify for sticky. Very true. You will run into this again. Put this code at the beginning of your programs that save stats. This will cure it.
            Code:
            V1 =FILE/EXISTS,C:\PCDMISW\Xstats11.tmp
            IF/V1==1
            FILE/DELETE,C:\PCDMISW\Xstats11.tmp
            END_IF/
            You will need to change the path name to wherever your XSTATS11.tmp file is generated in the above code.

            Craig
            That's AWESOME, I will do that also . . . Thanks !
            sigpic
            Xcel 15-20-10 - PFXcel 7-6-5 - Merlin 11-11-7 - Romer Absolute 7525SI
            PCDMIS 2012
            Windows Office XP

            Comment


            • #7
              Just make sure it is the first thing in your program (after tip definitions of course). It would be good practice to put it before you call out your database, I put it at the first legal position.

              Craig
              <internet bumper sticker goes here>

              Comment

              Related Topics

              Collapse

              • dwade
                DataPage System Error 127
                by dwade
                Have a problem at a supplier with a database file and keeps getting this error while they are running the the program.

                Code:
                DataPage System
                ...
                04-16-2008, 01:11 PM
              • AuRules
                Tried & Tried
                by AuRules
                Open a single program on all three (3) of my CMM's two (2) of them will send stat's to the database as they suppose too. The 3rd one will show an error....
                04-30-2008, 05:25 AM
              • dwade
                Error 127
                by dwade
                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...
                08-14-2010, 06:10 AM
              • kmcmm
                Datapage Error Message
                by kmcmm
                I am trying write data to a data base using data page. When it trys to write the data to the data base I get an error message that says " DATA BASE...
                10-05-2006, 08:38 AM
              • Coy Buchanan
                PCDIMIS to Datapage?
                by Coy Buchanan
                Ok, forgive me if this is posted in the wrong forum.

                I'm new to Datapage. I have managed to figure some of it out.
                When I give the...
                06-28-2006, 09:52 AM
              Working...
              X