PDA

View Full Version : DataPage System Error 127


dwade
04-16-2008, 02:11 PM
Have a problem at a supplier with a database file and keeps getting this error while they are running the the program.

DataPage System Error 127
Database files do not exist in selected directory

I had a thought about the folder name is "1291 grr" and that it has a space in the name. I've heard that is a no no for DataPage. They are in the process of changing the creating new folder/database without the spaces in the folder name then changing the path in the program and I was wondering if there is anything else that might the culprit. They have changed folders twice (leaving the space in the name) and it continues to produce errors. There are like 90 pieces to run for a GR&R and it is taking forever to to clear the errors and keep parts running.

TIA

Duane

Matthew D. Hoedeman
04-16-2008, 02:14 PM
Until you delete the XSTATS11.TMP file, you will continue to get this error after you get it the first time.

The stat command in Pcdmis TRIED to send data to a databse that didn't exist at the specified path. That data will ramain in the XSTATS11.TMP file until the database shows up or you delete XSTATS11.TMP. Of course, the program that has the bad path will continue to make this error pop up until it is fixed.

slesholdofthreep
04-16-2008, 02:20 PM
V1 =FILE/EXISTS,C:\YourPCDMIS_RootFolder\XSTATS11.TMP
IF/V1==1
FILE/DELETE,C:\YourPCDMIS_RootFolder\XSTATS11.TMP
END_IF/

Kills it deader than Decon

thank Craiger not me

dwade
04-16-2008, 02:20 PM
Thanks Matt.

xyz_ijk
04-16-2008, 02:25 PM
V1 =FILE/EXISTS,C:\YourPCDMIS_RootFolder\XSTATS11.TMP
IF/V1==1
FILE/DELETE,C:\YourPCDMIS_RootFolder\XSTATS11.TMP
END_IF/

Kills it deader than Decon

thank Craiger not me

why didn't you give props to who submitted this code?

it's from either James Mannes or Craig

Matthew D. Hoedeman
04-16-2008, 02:27 PM
why didn't you give props to who submitted this code?

it's from either James Mannes or Craig

Dude, it's in his post, it was craiger, eh?

xyz_ijk
04-16-2008, 02:30 PM
so "slesholdofthreep" is craiger?

man I'm confused

oh *****... I am so sorry..... i see it now above the sig... dang I'll shut up and take my beating

Matthew D. Hoedeman
04-16-2008, 02:32 PM
V1 =FILE/EXISTS,C:\YourPCDMIS_RootFolder\XSTATS11.TMP
IF/V1==1
FILE/DELETE,C:\YourPCDMIS_RootFolder\XSTATS11.TMP
END_IF/

Kills it deader than Decon

thank Craiger not me

so "slesholdofthreep" is craiger?

man I'm confused

oh *****... I am so sorry..... i see it now above the sig... dang I'll shut up and take my beating


Ok, we'll let it go THIS time, but NEXT TIME, watch out!:p

xyz_ijk
04-16-2008, 02:34 PM
Thanks Matt...

Matthew D. Hoedeman
04-16-2008, 02:35 PM
Thanks Matt...

Just make sure you calibrate your probes properly and all will work out in the end.

xyz_ijk
04-16-2008, 02:39 PM
and sorry slesholdofthreep

xyz_ijk
04-16-2008, 02:40 PM
I'm hourly, I calibrate 3-4 times a day... I probably have the most qualified CMM's on the board. They hardly ever check parts, just the sphere... LMAO

slesholdofthreep
04-16-2008, 02:43 PM
so "slesholdofthreep" is craiger?

man I'm confused

oh *****... I am so sorry..... i see it now above the sig... dang I'll shut up and take my beating

and sorry slesholdofthreep

I'm hourly, I calibrate 3-4 times a day... I probably have the most qualified CMM's on the board. They hardly ever check parts, just the sphere... LMAO

Dude what are you on today.. and how come you're not sharing?

xyz_ijk
04-16-2008, 03:05 PM
My Doctor started me on Xanax.... May be I should quit doubling up on the dosage

dwade
04-16-2008, 03:42 PM
Matt was the winner (or weiner, whichever). Thanks, deleted the .tmp and had them change the folder and and all is well. They are happy and very grateful! I did pass along the link and told them this is the place for help. They just bought a used Global Image in real good shape and it looks good to. Spent yesterday in Waukesha, WI showing them how to set up and run our programs for parts they are making for us. The error popped up several times while I was there and told them I'd get help from ya'll and get it fixed.

The code posted, this deletes the .tmp each time the program is run? If this is true, I guess it would eliminate all problems with the file no matter when they came about. Good idea!

Thanks to all.

Duane