FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Network problem
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Network problem
Posted: Wed May 05, 2010 07:00 PM

Hi,

One customer has an XP Home with a shared folder, write permission, and this PC is the Server. Also, in the LAN there is only a Windows 7, which is a client.

The problem is that both PCs are accessing at the same time to DBFs, an DBFCDX 1001/ Open Error, CUSTOMER.DBF appears in the second PC that opens the program.

However, if only the program is run at the client accesing DBFS at the server, all goes ok. Or viceversa, but only 1 PC.

I open dbfs as SHARED NEW.

Any advice?.

Thanks a lot!!!!!!!

Saludos,



Eduardo
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Network problem
Posted: Thu May 06, 2010 02:57 PM

Antivirus?
exclude the folder and retry
bye

Can you test using a little program like this?

FUNCTION MAIN()
SET EXCLUSIVE OFF
USE customer
? neterr()
RETURN NIL

Marco Boschi
info@marcoboschi.it
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Re: Network problem
Posted: Thu May 06, 2010 05:52 PM

Hi,

Thanks, it was a firewall problem :D

Saludos,



Eduardo

Continue the discussion