Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error File is Not Open
Message
 
 
À
15/09/2015 12:09:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01624619
Message ID:
01624627
Vues:
51
This is how my app works; I don't specify in my config.fpw the locations for the temp files. I guess so much for this theory.
Thank you.

>Nice theory, but not quite true If the user doesn't have permission to write to the temp folder, VFP will not even launch. The best solution regarding temp folders is to not specify one at all. Then, VFP will use the temp folder specified in Windows settings.
>
>>>Maybe the issue is permission-related.
>>>When the file "V_WO_NUM" is physically written to disk (as "V_WO_NUM.tmp", no, as i.e."000084QX000A.TMP"), since it becomes too big to be kept just in memory, you got the error since the user doesn't have permission to write in the Temp folder you selected in your config.fpw file.
>>>If you have a config.fpw with code like this:
>>>TMPFILES=c:\temp
>>>EDITWORK=c:\temp
>>>PROGWORK=c:\temp
>>>SORTWORK=c:\temp
>>>
>>>be shure that the user has full permission on c:\temp; or just delete those statements, so files are created in Windows Temp directory.
>>>
>>>You never get the error since you likely are administrator on your local computer, so you can write in the given folder.
>>>
>>>HTH
>>>Bruno
>>
>>Very interesting theory. I wonder how I can 'simulate' this on my computer. Thank you!
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform