Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when running an exe
Message
De
18/03/2003 14:18:04
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00766692
Message ID:
00767194
Vues:
16
>Help I am getting this error (***Error loading file - record numb 81. Form1. Loanding form or the data environment: Index tag is not found (2005). Error occurred on line 988 of showform:***) and have worked all day to try and figure it out. I have not changed my data environment, indexes or screen today. I deleted fields in my database none of which were involved in an index and now I cannot figure out what happened. I went to record 81 or my main form and the index it points to is fine. The ugly thing is it works on my test data fine, but not my live data. I compared both test to live and they are the same...Where else to look.

2005 is usually an "error reading file" whild loading a form.
For us it meant network instability and was often found in conjunction with error 1104.

We're using Terminal Server but it might apply to all Win2000 configurations.
We got registry fixes from Microsoft that have completely solved the problem - except when the fibre backbone goes down and it is a real network error.

---------------
The following RegKeys did however resolve the problem:

Changes:
On the Windows 2000 sp2 Terminal Servers we added the following registry
Keys:

HKLM\System\CCS\Services\Mrxsmb\Paremeters
OpLocksDisabled
DWORD: 0x1

HKLM\System\CCS\Services\LanmanServer\Parameters
CachedOpenLimit
DWORD: 0x0

HKLM\System\CCS\Services\LanmanWorkstation\Parameters
UtilizeNTCaching
DWORD: 0x0

HKLM\System\CCS\Services\RDR\Paremeters
UseWriteBehind
DWORD: 0x0

On the Windows 2000, sp2 File Server which hosts the FoxPro 6
Application we added the following registry keys:

HKLM\System\CCS\Services\LanmanServer\Parameters
EnableOpLocks
DWORD: 0x0

HKLM\System\CCS\Services\LanmanServer\Parameters
CachedOpenLimit
DWORD: 0x0

HKLM\System\CCS\Services\LanmanWorkstation\Parameters
UtilizeNTCaching
DWORD: 0x0
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform