Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread smu johnson
Yeah, this SMBv2 patch fixed everything for us. It became a problem when SMB2 was running for doing .dbf file access over a simple run-of-the-mill Windows Shared Network. We could have used HBNETIO, but we didn't want to have to change hundreds of lines of code where the NET USE code would end up

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "francesco perillo" A: "Harbour Project Main Developer List." Data invio: venerdì 30 aprile 2010 19.09 Oggetto: Re: [Harbour] SMB1 and SMB2 Enrico should answer... I just forwarded the message... Sorry, I can't make any sig

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread francesco perillo
Enrico should answer... I just forwarded the message... Francesco ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread Viktor Szakáts
Hi Francesco, Can you test following Harbour call, to see how well it works? ? WIN_OSNETREGOK( .T., .T. ) (you need to be logged in as administrator to make the above call successful) Viktor On 2010 Apr 30, at 18:31, francesco perillo wrote: >> From a thread started by smu johnson on Marc

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "francesco perillo" A: "Harbour Project Main Developer List." Data invio: venerdì 30 aprile 2010 18.31 Oggetto: Re: [Harbour] SMB1 and SMB2 From a thread started by smu johnson on March 3 Thank you. EMG -- EMAG Softwar

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Lorenzo Fiorini" A: "Harbour Project Main Developer List." Data invio: venerdì 30 aprile 2010 18.14 Oggetto: Re: [Harbour] SMB1 and SMB2 I've found some msgs about it. In my gmail the first reference is: Thank you. EMG

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "francesco perillo" A: "Harbour Project Main Developer List." Data invio: venerdì 30 aprile 2010 18.04 Oggetto: Re: [Harbour] SMB1 and SMB2 Enrico, do a search on past messages. There was a person that had several serious issues wit

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread francesco perillo
>From a thread started by smu johnson on March 3 Well we have a ton of people who still use Windows, and because of that we need a Windows solution. I am happy to report that after about 30 mins of Googling, I came across this page, which solved the problem, if you disable SMB2. http:/

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread Lorenzo Fiorini
On Fri, Apr 30, 2010 at 9:43 AM, Enrico Maria Giordano wrote: > Dear friends, can you tell me if there are any known issues with Harbour and > Microsoft's Server Message Block technology? It is a caching technology > which will delay the writing of data to shared files on a Windows server. > SMB2

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread francesco perillo
Enrico, do a search on past messages. There was a person that had several serious issues with smb2. >From memory, he solved applyuing a security patch that allowed to disable smb2... Francesco ___ Harbour mailing list (attachment size limit: 40KB) Harbo