Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to create temporary work files
Message
De
24/11/2005 09:07:24
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01071906
Message ID:
01071913
Vues:
23
>Hi all,
>
>suddenly I get following error message in an application that has been running flawlessly for several months now: "Unable to create temporary work files".
>
>According to the error information I get from my error routing, the line that causes the Error is a "BEGIN TRANSACTION". What happens after the BEGIN TRANSACTION is an insert into an updatebale remote view of serveral records and then a tableupdate of 3 remote views.
>I already checked diskspace, user rights, read only attributes and so on and everything is ok.
>Who can help me ??
>
>Best Regards,
>Hans

Hans,

Bevat je app een config.fpw bestand ?
Waarschijnlijk probeert fox zijn tijdelijke bestanden in een niet meer toegankelijke map te plaatsen.
Om dit soort problemen te vermijden zorg ik er altijd voor dat de tmp directory lokaal is
TMPFILES=c:\vfoxtemp
FOXWORK=c:\vfoxtemp
SORTWORK=c:\vfoxtemp
PROGWORK=c:\vfoxtemp
EDITWORK=c:\vfoxtemp

in config.fpw

A+
Jean-Marie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform