Search found 96 matches: permissions

Return to advanced search

Re: erase files

... denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by another process, or trying to open a file in a restricted ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1513

Re: erase files

... denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by another process, or trying to open a file in a restricted ...
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1513

file ID in the Windows file system

... `C:\path\to\your\file.txt` with the actual path to your file. This will return the File ID in a hexadecimal format. **Considerations:** - **Permissions**: Make sure you have the necessary permissions to access the file and run these commands, especially if you are in a restricted or multi-user ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 615

Re: Function Hb_DirExists() no permite File() ubique los archivo

... Files" IF HB_DirExists(cDir) ?cDir + CRLF + CRLF + If(IsDirWritable(cDir), "You can write in this directory.", "You have not permissions to write in this directory!") ELSE ?cDir + CRLF + CRLF + "Directory not found!" ENDIF IF File("pruebadir.map") ...
by CARLOS ATUNCAR
Thu Nov 02, 2023 3:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 675

Re: Callback Server

... the Synology DSM SMS API. In order to use the Synology DSM SMS API, you need to have an account on your Synology NAS device with the necessary permissions. You can create a new account with the appropriate permissions by going to "Control Panel" > "User" and creating ...
by Otto
Fri Mar 10, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 659

Re: mod_harbour + ADS on linux server

I have tried to put libace.so and libadsloc.so in: - ~/mod_harbour/linux/ - /var/www/html/ I have tried to put all permissions to those files. I also tried to have both libace.so - libace.so.11.10.0.24 and libadsloc.so - libadsloc.so.11.10.0.24 in both directories. Neither of those ...
by berpa
Thu Dec 01, 2022 11:24 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31134

Re: mod_harbour + ADS on linux server

I am trying, but now it does not work anymore (even the examples bundled with harbour).
Maybe it's something about the permissions.

I will try to reconfigure mod_harbour environment from the start and I'll let you know if it works.

Thank you.
by berpa
Thu Dec 01, 2022 9:31 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31134

Re: Very strange problem - ideas needed

... Ledger file, and some of the data is available to be accessed from the client program, and we have no problem doing that. So, though I did check permissions, if they were not present, she wouldn't be able to write anything to that file. That is not the case. Also, I copy those files to my test ...
by TimStone
Thu Aug 25, 2022 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1751

Re: Very strange problem - ideas needed

Tim, have you checked the read and write permissions of the user and the files?
Best regards,
Otto
by Otto
Wed Aug 24, 2022 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1751

Re: Procedimientos Almacenados (Store Procedure) Error

carlos vargas wrote:Verifica permisos de ejecucion, y que el procedure pertenesca al usuario que esta logeado al server


I too thought it might have to do with execution permissions, but oCn:Execute( "CALL proc" ) is working. If the problem is with permissions, I think this also should not work
by nageswaragunupudi
Sun Feb 13, 2022 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimientos Almacenados (Store Procedure) Error
Replies: 8
Views: 1104

Re: oDbf:Delete() error

Hey Silvio, Mark, on my procedure when I delete a User I must delete all permissions of that user , but when I call ut_borra() function to delete that use I have on Permission dbf a set scope Now with the new fwh ( april 2021) I can erase that setscope with ...
by Silvio.Falconi
Sun Jun 06, 2021 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1208

oDbf:Delete() error

... the User and all permission of this user The user is deleted as you can see here USERS https://i.postimg.cc/rwLk4ZSP/u.png The permissions are not deleted ( sometimes two or three records are deleted) https://i.postimg.cc/ry1XkN6G/p.png I not understood why the ...
by Silvio.Falconi
Thu Jun 03, 2021 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1208

slight delay

on a xbrowse I have these columns (I'm creating a procedure to set permissions of users) https://i.postimg.cc/153gjN5D/user-key.png on xbrowse I have oGrid3:bKeyDown:={|nKey| IF(nKey=VK_RETURN,Asigna(oPermessi,oGrid3,oBtnCambia),IF(nKey=VK_F5,Cambia(oPermessi,oGrid3,oBtnCambia),))} ...
by Silvio.Falconi
Mon May 31, 2021 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slight delay
Replies: 0
Views: 319

Re: CreateObject( "MSXML2.XMLHTTP" )

Do try turning off UAC and see if that resolves the issue. The issue appears to be permissions, and UAC just might be getting in the way. UAC ? where ? https://docs.microsoft.com/en-us/windows/security/identity-protection/user-account-control/how-user-account-control-works ...
by Silvio.Falconi
Tue Jan 19, 2021 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3228

Re: CreateObject( "MSXML2.XMLHTTP" )

Do try turning off UAC and see if that resolves the issue. The issue appears to be permissions, and UAC just might be getting in the way. UAC ? where ? https://docs.microsoft.com/en-us/windows/security/identity-protection/user-account-control/how-user-account-control-works ...
by karinha
Tue Jan 19, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3228
Next

Return to advanced search