Jose,
Con mi poco inglés, a ver si lo he entendido...
El problema está en que xHarbour hace un bloqueo distinto a Clipper, al ser 32 bits...
Debo desconectar el cache de la red... según el enlace...
Como las estaciones y el servidor son XP...
Hay que modificar las entradas de registro...
HKey_Local_Machine System CurrentControlSet Services LanmanServer Parameters EnableOpLocks must be set to 0.
HKey_Local_Machine System CurrentControlSet Services LanmanServer Parameters CachedOpenLimit must be set to 0.
HKey_Local_Machine System CurrentControlSet Services LanmanWorkStation Parameters UseOpportunisticLocking must be set to 0.
HKey_Local_Machine System CurrentControlSet Services LanmanWorkStation Parameters UtilizeNtCaching must be set to 0.
HKey_Local_Machine System CurrentControlSet Services MRXSmb Parameters OpLocksDisabled must be set to 1.
HKey_Local_Machine System CurrentControlSet Services NWCWorkstation Parameters DisablePopup must be set to 0.
Pero.. las entradas que no existen... ¿las creo???
GRACIAS...
Un Saludo,
Xevi.
"Jose F. Gimenez" <
jfgimenez@wanadoo.es> escribió en el mensaje news:43935755$[email=
1@ozsrvnegro.ozlan.local...]
1@ozsrvnegro.ozlan.local...[/email]
>
> Xevi,
>
> acabo de ver un mensaje de Przemek en el foro de xHarbour que puede tener
> relación con los problemas que tú tienes:
>
>> > Now , we try to use it more frequently , and the users reported the
>> > cdx-corrupted error's.
>>
>> If locking and collating order is the same in Clipper and xHarbour
>> applications then the corruption is caused by network layer and used
>> cache buffers data. It's out if xHarbour or Clipper control though
>> probably xHarbour will report index corruption much faster then Clipper.
>> xHarbour DBFCDX is compiled with debug code which reports any problems
>> detected in scanned data which are usually ignored by Clipper.
>>
>> > What can i do ?
>>
>> Disable network caching.
>> It's quite possible that is a problem with opportunistic locks and
>> buffer discarding works only between 32 or 16 bit applications but
>> not between both of them or sth like that.
>> Look at Gerald messages and download NetSafe at:
>>
http://home.pcisys.net/~robr/download.htm
>> Read the description and then run it on each station and server in
>> your LAN.
>
> --
> Un saludo,
>
> José F. Giménez
>
>
>
--