Search found 90 matches: granted

Return to advanced search

Re: Callback Server

... fields in the code snippet I provided earlier. Note that the user account must have permission to access the Synology DSM SMS API, which can be granted by going to "Control Panel" > "Notification" > "SMS" and selecting the user in the "Users" tab. ...
by Otto
Fri Mar 10, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 664

Re: How install Harbour on web server

... the IP the server reports a 404 I use following in httpd.conf <RequireAll> Require not ip 51.x.x.229 176.x.x.85 x.x.223.85 Require all granted </RequireAll>
by Otto
Wed Jan 04, 2023 11:11 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4987

Re: FW Preview user style

... customer and their sales orders, invoices, and past due notices would all happen with this line: oCustomers:Delete(nCustNo) Still only one line! Granted there is more code, but it is encapsulated in the Delete() method. OOP encapsulates the delete code into the Delete Method so the code to delete ...
by James Bott
Sun May 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Calculate number of day of year

... is 29.02.2020 if (month == 1) nprog = g; // in the case of January else nprog = (30 * (month-1)) + day; // I put it on the 30th, taking it for granted that every month they have 30 days But I'm not sure that's the case ... help me
by Silvio.Falconi
Fri Feb 21, 2020 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate number of day of year
Replies: 4
Views: 617

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

not sure if harbour have Problem with it so i like to ask USE \\Server\ShareFolder\Test.DBFCOPY FOR Name="ABC" TO C:\TEMP\WORK.DBF// Workaround : use SLEEP(1) hereUSE C:\TEMP\WORK.DBF -> Error file not found  Part of this Error is SMB2 Problem https://docs.microsoft.com/en-u...
by Jimmy
Fri Oct 04, 2019 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4050

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

hi, did you still have Problem with DBF Locking :?: i just can talk about Windows Client / Server. M$ have a Reason (WannCry & Co) to close UDP Port 135-139 so it is not recommend to open it for SMB1. --- until XP / Srv2003 we have Drive Letter via Lanmanager with SMB1 since Vista / Win 7 / Srv ...
by Jimmy
Fri Sep 06, 2019 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4050

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

Hua, I think you may be shooting yourself in the foot. It appears that you are opening all the files at once, and setting your own aliases. Granted this is how we used to do it before using database objects. We also were limited to 255 work areas but we are no longer. Although, you don't need ...
by James Bott
Thu May 02, 2019 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 1975

Re: trying with tdatabase

... that way because I had no idea about the structures of the databases that Silvio was using so this gives the option to set each one differently. Granted this could also be done by passing nOrder to the superclass, but it is still harder to grasp if a new user can't visualize exactly what is happening. ...
by James Bott
Thu Jan 24, 2019 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4786

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

Adicionalmente en esta carpeta

https://www.drouillard.biz/Tips&Tricks/Samba/

hay dos ficheros .reg que se usan en las workstations y en los servidores para alterar el registro y desactivar los oplocks

El de las estaciones es NTWrkStn.reg
by Carlos Mora
Thu Jan 24, 2019 10:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

Hola José, En las estaciones prueba de modificar las siguientes entradas para desabilitar SMB2, que suele ser el origen del problema: Hilo del foro con varias explicaciones: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=7682&start=30&hilit=samba HKEY_LOCAL_MACHINE/System/CurrentC...
by Carlos Mora
Thu Jan 24, 2019 10:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

Moisés y Rick Muchas gracias, y a todos, por su interés y ayuda y por compartir su experiencia en esto. Ya no molestaré más con este tema, no hay más que hacer con las DBF.... hay que cambiarse... sea ADORDD, MySQL puro u otra solución... a trabajar en ello de día y de noche... así que molestaré con...
by José
Wed Jan 23, 2019 12:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

José As Moses comments .. there are potential opt lock problems with .dbf and certain networks ... I moved away from .dbf over 10 years ago to ADO and Sql rdms's .. YES, I had to re-write my programs to deal with SQL query syntax and never looked back and I have NO problems with performance .. To ma...
by Rick Lipkin
Tue Jan 22, 2019 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

Hola:

Nosotros migramos a MySQL porque en su momento ADORDD no estaba. Después lo probé y me gustó mucho. Las DBFS no funcionan bien en LAN.
by MOISES
Tue Jan 22, 2019 9:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

Amigos, hola

Una pregunta más ¿volver a SMB1 a alguien en verdad le ha funcionado? porque nosotros (con estaciones de trabajo Windows 7 y 10 y con servidor Linux Debian 9) hemos notado algo de mejora pero no hemos podido resolverlo realmente.

José, Chile
by José
Tue Jan 22, 2019 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702
Next

Return to advanced search