1,040 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
172
views
Spring boot security catch access denied with GlobalExceptionHandler
I want to catch the spring boot access denied exception when for example a user is about to access a page that is for an admin.
I have this exception handler in my GlobalExceptionHandler (@...
0
votes
0
answers
49
views
SQLServer Reporting Services: Why do certain users can't access certain reports and nodes (root node too) anymore, despite owning the rights to do so?
Hello dear members of the community!
I have a problem with the SQL Reporting Services (SQL Server Standard, 64Bit - Version 16.0.1125.1) in my company, where I am one of the administrators. We do have ...
1
vote
0
answers
76
views
Error: Access to the path 'C:\Users\mnbvc\AppData\Roaming\y7_s\user_pc.exe' is denied during update process in C# application
I'm working on a C# updater application that downloads and extracts a ZIP file to replace older application files. The updater tries to replace user_pc.exe but throws the following error:
Starting ...
0
votes
0
answers
61
views
Getting access denied error while scraping API data using Python and Selenium
I am trying to automate a process where I am trying to access the API of a website product list page and scrape product related information. When I use urls1[] array data, my code is giving proper ...
1
vote
1
answer
665
views
AWS Lambda - Access Denied due to "UnknownError"
I have a strange problem with accessing AWS Lambda functions. To be more precise, whenever I try to go to the dashboard or see the list of functions, I receive denied access with "UnknownError&...
0
votes
1
answer
82
views
ACESS DENIED when running .sql file in psql
I encounter an issue when i try to run .sql file in the psql shell(windows)
my code:
tpchr=> \i 'C:/Users/kyyy/Desktop/ts/dbLoadTPCHR.sql';
i got error stating:
psql:C:/Users/kyyy/Desktop/ts/...
0
votes
0
answers
143
views
Access is denied error when running flutter start on visual studio
I installed Flutter to my pc today and by command "Flutter Create" it created Flutter files successfully, but when I open these files from Visual Studio and trying to run my Flutter project ...
0
votes
2
answers
666
views
OneDrive access denied error during flow list loading in power-automate-desktop
I get "access denied" when trying to load "My flows" inside the power automate desktop. The log messages shows this exception:
Microsoft.Flow.RPA.Desktop.Shared.Clients.Common....
0
votes
0
answers
212
views
pgAdmin 4 server version - "Access Denied"
When trying to export server definitions (or backup any tables from within a schema) from a SERVER installation of pgAdmin (installed on Redhat Linux), I get an "Access Denied" error :
Error ...
0
votes
0
answers
72
views
Why do i get access denied error when I try to implement RabbitMQ?
Im working on a code, where there are some files coming from a folder, and i want to implement RabbitMQ, so it takes the files, transform them according to my code, and then send it to my db. When I ...
-2
votes
1
answer
106
views
Access Denied for MySQL User 'root' in Laravel [duplicate]
I am encountering an error when trying to connect to my MySQL database in a Laravel application. The error message is:
Access denied for user 'root'@'localhost' (using password: YES)
My .env ...
1
vote
1
answer
257
views
Microsoft Excel VBA Save As CSV Subroutine - File Cannot Be Accessed Error
For an end user on my team the following subroutine fails to save a CSV file with an error message that states "'OUTLOOK MERGE DATA.CSV' cannot be accessed. The file may be corrupted, located on ...
0
votes
0
answers
229
views
Microsoft Graph API - access denied when trying to fetch permissions for a calendar with delegated permissions
I'm trying to fetch the permissions for a Microsoft 365 group calendar using delegated permissions in Microsoft Graph API. I've granted all the required API permissions, but I'm still get an access ...
0
votes
1
answer
747
views
PowerShell The WinRM client cannot process the request
hello so my code is the following:
$securePassword = $password |ConvertTo-SecureString -AsPlainText -Force
$cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $...
0
votes
1
answer
368
views
Powershell Add-DhcpServerInDC Access Denied When Using it with Invoke-Command
I'm trying to automate the process of setting up a multi-network DHCP. 172.16.0.13 is the network the Adatum domain is on. 172.16.18.21 is the network the relay agent is on. Both of these have the ...