Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FOXPRO 2.6 - DOS /FOXBIND: Fatal error: Cannot create temp file 1

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
FOXBIND:Fatal error: Cannot create binder temporary file -- Access denied "J:180e0000.tmp" is received when using FoxPro 2.6 for DOS compiler to build a project executable. The FoxPro for DOS 2.6 directory is located on a NOVELL server and accessed from my local PC. The FoxPro application is also located on the NOVELL network on a different server.
Any suggestions would be helpful and appreciated.
 
While I've not seen that exact message, these types of errors usually mean exactly what they say - you don't have write access rights where it's trying to create a temporary file.

First check to see where your CONFIG.FP is pointing your TMPFILES setting to. Normally it should point to the local system. Also make sure that the directory it is pointing to really exists, otherwise it may try to create it where your FP DEFAULT setting points (the code file directory by default).

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top