Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Win Server 2008 issue
Message
De
26/03/2013 17:47:29
 
 
À
26/03/2013 12:40:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01569270
Message ID:
01569298
Vues:
67
These kinds of problems on 2008 R2, Win 7, etc. are almost always about permissions.

Are you running the application "as administrator" -- for all users? Right click the shortcut used to launch, select the Compatibility tab, press the "Change settings for all users" button at the bottom, check the "run as administrator" checkbox.

The other change we make for our server-based apps is to create a directory that is not in local user space, and point temp files to there in config.fpw (or whatever you use) with the tmpfiles= setting.

Hank


>The code below has been running since 2003 on WinServer3003
>
>When testing it on win server 2008 the ALTER TABLE command fails with the message that
>"File C\windows\temp\1\xxxxxx.dbf does not exist"
>I can select that cursor but I can't execute the ALTER TABLE command
>
>Any ideas?
>
>
>
>SELECT a_slips
>  = AFIELDS(la_rptcur)
>  CREATE CURSOR rptfile FROM ARRAY la_rptcur
>  ALTER TABLE rptfile ADD COLUMN rte_base N(5, 2)
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform