Search found 83 matches: unc

Return to advanced search

Re: ADS - The future is <sadly> now so where do you go ?

I went to look at some examples in MySql. I will explain a situation. 1-Open the data dictionary of the present registry office. Ex: \\Server\UNC\Folder\MyDictionary.add 2-I'm going to UNION the AGENT's Document linking it to another data dictionary that is in the central registry office on the ...
by Giovany Vecchi
Tue Apr 26, 2022 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2781

Re: dbfntx very slow with 2+ users

... else you can not "share" a File "Drive Letter" use LanManager which can "redirect" Port 139 to 445 SMB2 is using UNC-Path and you do not need "Authentification" every Time so avoid Traffic on UDP Ports 135-139 which use "old" SMB1 (with all ...
by Jimmy
Mon Apr 11, 2022 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Re: dbfntx very slow with 2+ users

... Windows 10 / 11 Note : it is NOT recommended to use "older" OS than Windows 10 any more True are you using "Drive-Letter" or UNC-Path :?: I was using a drive letter, now, I changed to UNC Path. Unfortunately, I did not see any noticeable difference in the speed Programmer ...
by anserkk
Thu Mar 31, 2022 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Re: dbfntx very slow with 2+ users

... type Get-SmbServerConfiguration now look for EnableSMB1Protocol : False EnableSMB2Protocol : True --- are you using "Drive-Letter" or UNC-Path :?: when using "Drive-Letter" it work with LANmanager and UDP Port 135-139 have a look at Server / Network / Ports if there is Traffic ...
by Jimmy
Thu Mar 31, 2022 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Re: dbfntx very slow with 2+ users

... Disabled Remote Differential Compression API support Tried disabling SMB2. Instead of using the Mapped drive, I tried using the UNC path too ie \\PcName\SharedDrive\MyApp\MyDBF.DBF, unfortunately, didn't make any noticeable difference On the main PC, tried tweaking the performance ...
by anserkk
Wed Mar 30, 2022 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Re: Speedtest DBF vs. LetoDB and mySQL

... use "Share-Mode" when only 1 x PC access DBF so you need al least 2 x "active" PC and Server to run a Test with DBF also use UNC Path to access DBF to be sure to use same "IP-Connection" and not Lanmanager with Drive-Letter Jimmy Hi, I think in dbf exclusive or shared ...
by hmpaquito
Tue Oct 19, 2021 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1775

Re: Speedtest DBF vs. LetoDB and mySQL

... use "Share-Mode" when only 1 x PC access DBF so you need al least 2 x "active" PC and Server to run a Test with DBF also use UNC Path to access DBF to be sure to use same "IP-Connection" and not Lanmanager with Drive-Letter Jimmy
by Jimmy
Sun Oct 17, 2021 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1775

Re: New FTDN June/Junio (FWH 21.06)

... cDrive, cPath, cUser, cPassWord ) --> nResult (source\function\filename.prg) El valor de retorno 0 indica éxito. cPath puede ser una ruta UNC o puede usar una unidad ya mapeada. cPath puede ser una ruta unicode. Si cDrive ya está mapeado, se borra el mapeo existente y se intenta uno nuevo. ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2111

Re: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"

Prueba dos cosas:

- A crear una unidad lógica, para no acceder al recurso del tipo UNC \\servidor\carpeta

- A activar el modo oBrw::lFastDraw := .T.
by MOISES
Wed May 06, 2020 8:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"
Replies: 21
Views: 2661

Re: adding parameters to a command line to launch a local URL

... Here is the code at the top of my program PARAMETERS xText  xText returns the command line parameters ... So if you can run the above script ( unc ) in the Windows Run command you should be able click on the link and pass the parameter .. instead of the Windows Run.. I would appreciate any ...
by Rick Lipkin
Fri Apr 24, 2020 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: adding parameters to a command line to launch a local URL
Replies: 6
Views: 980

Re: Testing path existence using UNC format

Thank you for your quick response Rao.

I'll retest again. I'm using the UNC that points to a NAS, \\basstation

I wonder whether read/write access could affect the result.
by hua
Thu Mar 05, 2020 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing path existence using UNC format
Replies: 2
Views: 418

Re: Testing path existence using UNC format

Both accept UNC path.

When we use IisDir(), trailing slash is optional.
For ISDIRECTORY(), trailing slash should be removed.

I am answering this after testing once again now.
by nageswaragunupudi
Thu Mar 05, 2020 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing path existence using UNC format
Replies: 2
Views: 418

Testing path existence using UNC format

Hi,
Can somebody confirm whether lIsDir() or IsDirectory() can accept path in UNC format or not?

My test seems to show that they can't.

TIA
by hua
Thu Mar 05, 2020 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing path existence using UNC format
Replies: 2
Views: 418

Re: New FTDN February 2020 (FWH 20.02)

... MsgWait( cCaption, cTitle, nSeconds, oWndParent, aColor ) - Nuevos parámetros: oWndParent, aColor Igual que MsgRun(). * Mejora en la función cFileUNC( cFile/cPath ) --> cUncName. Esta función introducida en FWH1805 devuelve la ruta UNC sólo cuando está conectado. Ahora mejorado para devolver ...
by Antonio Linares
Fri Feb 28, 2020 7:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4653

New FTDN February 2020 (FWH 20.02)

... MsgWait( cCaption, cTitle, nSeconds, oWndParent, aColor ) - New params: oWndParent, aColor Same as MsgRun. * Enhancement: function cFileUNC( cFile/cPath ) --> cUncName. This function introdiced in FWH1805 returns UNC path only when connected. Now enhanced to return the UNC path in ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4653
Next

Return to advanced search