Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

8
votes
3answers
3k views

getting access is denied error on IE8

I have a html form (upload.htm) with a html file upload control inside of it. <form id="frmupload" name="upload" enctype="multipart/form-data" action="uploadhandler.ashx" method="post"> ...
7
votes
4answers
3k views

System.UnauthorizedAccessException - Access to Path Denied

This is a slightly tricky one, so bear with me... I have a simple little method: Public Overloads Shared Function DoStuff(ByVal path As String) As Boolean If Not IO.File.Exists(ipath) Then ...
4
votes
3answers
3k views

Cannot open backup device. Operating System error 5

Below is the Query that I am using to backup (create a .bak) for my database. However, whenever I run it, i always get this error message: Msg 3201, Level 16, State 1, Line 1 Cannot open backup ...
4
votes
3answers
4k views

Request admin privileges for Java app on Windows Vista

When I try to create a new task in the task scheduler via the Java ProcessBuilder class I get an access denied error an Windows Vista. On XP it works just fine. When I use the "Run as adminstrator" ...
3
votes
1answer
128 views

Detecting if a file is open in a batch file

Say I have a batch file for carrying out a long build and at the end it creates an EXE. If I forget to close the app down before I start the build, the link phase fails when it can't re-create the ...
3
votes
1answer
291 views

Access denied to folder in one class but not another

I get an exception when trying the rename a folder with this code: Directory.Move(@"D:\MyOldFolderName", @"D:\MyNewFolderName"); The exception: System.IO.IOException was unhandled ...
3
votes
2answers
7k views

java.io.FileNotFoundException: (Access is denied)

I am trying to read the files inside a folder, but when i run the program it throw this exception. I tried with some other folders also. It throws the same exception. Please help me. Exception in ...
3
votes
1answer
353 views

Access is denied - when trying to get the url (text) from address bar's handle

I'm trying to extract the URL from the address bar of IE. (IE 8 on Windows 7) using the following C# code. static string GetUrlFromIE() { IntPtr windowHandle = ...
3
votes
1answer
1k views

OpenProcess on x64 images from Win32 app

This is weird. Earlier, running Windows 7 x64, I had trouble calling the Win32 OpenProcess against 64-bit processes. Googled around a bit, and came to the sinking conclusion this just wasn't gonna ...
3
votes
4answers
2k views

Sql Server: how to write trigger on a table with denied SELECT

Hello I have a table on which I have denied SELECT privs to a user. This table has a trigger which references the INSERTED table, basically doing an AFTER UPDATE SET <table>.[UPDATED] = ...
3
votes
1answer
2k views

How to set current document.domain in WebBrowser Control to avoid “Access is denied”?

How can I set current document.domain in WebBrowser Control to avoid "Access is denied" in Cross-domain calls (XMLHTTP Requests or Iframe/frame access)? I've tried CurrentDocument = ...
2
votes
4answers
2k views

“Connect failed: Access denied for user 'root'@'localhost' (using password: YES)” from php function

I wrote some function used by a php webpage, in order to interact with a mysql database. When I test them on my server I get this error: "Connect failed: Access denied for user 'root'@'localhost' ...
2
votes
3answers
346 views

cross domain XMLHttprequest

Here is my situation: I have a Webserver machine, Client machine, and a third machine running some program that listens for XMLHttpRequests. Client accesses the Webserver from the Client machine, ...
2
votes
1answer
1k views

jQuery “Access Is Denied” Error

I have an $.ajax() request that queries currency exchange rate information from another web server, which is the reason (I believe) for which I am getting an "Access Is Denied" error on the $.ajax() ...
2
votes
2answers
5k views

How to set document.domain for a dynamically generated IFRAME?

I am implementing CodeMirror (http://marijn.haverbeke.nl/codemirror/) on a page where document.domain needs to be declared (because of other IFRAMES on the page). CodeMirror generates a dynamic ...
2
votes
1answer
2k views

Signing Applet with Maven jar plug-in and Bouncy Castle

I have a problem with a signed Java applet - specifically, why it is not signed using my certificate. I'm using Maven in Eclipse. The applet (a) allows the user to choose a local file or directory, ...
1
vote
3answers
49 views

how to redirect the access denied page in spring security?

I want to know how to redirect the access denied page in spring security? Shall I use some kind of handler or edit in web.xml? thanks
1
vote
1answer
61 views

Drupal user access callback selective response

Please bear with this Drupal API novice whilst I explain some background stuff! I have been experimenting with the code below to create 2 separate responses when my users click on a custom node ...
1
vote
0answers
189 views

SharePoint 2010 - Message: Access is denied.WebResource.axd

I have been creating Sharepoint application page, which is deployed in Sharepoint 2010 14\TEMPLATE\LAYOUTS directory. In browser my page is working fine. But on the page i am using asp:FileUpload ...
1
vote
2answers
717 views

parent.location.reload in iframe not working IE

I need refresh in parent site / refresh my browser when I click testing. I have source index.php: <iframe id="test" src="/careertest/q.php"></iframe> and in q.php: <a href="#" ...
1
vote
3answers
104 views

MySQL grant ineffective?

Okay, I'm perplexed. I'm getting an "Access denied" error trying to do an update. There's a grant to allow that user to perform an update on that table, but it's being denied anyway. Yes, I've tried ...
1
vote
2answers
118 views

mysql “access denied for user” (only happens when connecting via php)

I created user dashboard and granted it various privileges (such as SHOW DATABASES). I initially set the Host=[private ip of web-server], but kept getting access denied errors returned from php's ...
1
vote
1answer
178 views

Overwriting DLL throws Access Denied / Error 5 in Windows 7

I developed an auto-updater for my application that gets a MD5 hash list for all files from the update server and downloads the new files in case of a mismatch. At the moment, this only happens for ...
1
vote
2answers
154 views

Visual Studio custom control dll access denied error

This is one of those, "was working 15 minutes ago" problems. I've been running my app without a problem and then all of the sudden I'm receiving this error when trying to load the design view: ...
1
vote
0answers
228 views

Sharepoint 2010 SPWorkflowManager.CancelWorkflow Access Denied

I am trying to execute the following code in the page code behind var workflow = GetWorkflowInstance(); SPSecurity.RunWithElevatedPrivileges( () => ...
1
vote
1answer
491 views

Calling WCF service from Javascript over HTTPS results in Access Denied

I wrote a WCF service that returns a JSON response. I then created an html page with some JavaScript code to test the function. When I published the service to the staging environment (which uses ...
1
vote
1answer
2k views

System.ComponentModel.Win32Exception: Access is denied

I am developing C# windows based application. I am getting System.ComponentModel.Win32Exception: Access is denied in my installed application. 2011-01-05 12:41:42,916, ERROR, RINXUI.main, ...
1
vote
2answers
1k views

Access denied to file on windows 7 for Administrator account

I want to delete my git repository (.git folder) created by git on my windows 7 box. It says access denied to .git/refs/header folder. I open a console with Administrator role, issue command "takeown ...
1
vote
2answers
654 views

“access denied” error message for a text file i just made?

Ok so about 3 days ago i asked a question --which can be found at: how to replace a string on the second line in a text file using a batch file? About how to convert the letters in a text file ...
1
vote
2answers
267 views

SharePoint - can't submit a Designer-created form (Access Denied)

So I have this site to which a given set of users have read access. I created two lists--one for a list of available classes, another for sign-ups--and granted the users Contribute access. I created ...
1
vote
2answers
224 views

(Accès refusé) Access Denied exception

I m accessing file from java application, but i m getting following exception c:\Program Files\sample\sample\cample.xml (Acc?s refus?) at java.io.FileOutputStream.(Unknown Source) at ...
1
vote
1answer
853 views

iis 7 \ windows 7 asp.net access is denied

I am trying a very simple action of saving a file into a folder of mine. I am hosting my application on windows 7 using iis 7. When I try saving my file I get the following error: Access to the path ...
1
vote
1answer
775 views

Unsafe JavaScript attempt to access frame, when try to upload file with ajax

My goal is to upload file with ajax-way. I use this javascript library http://valums.com/wp-content/uploads/ajax-upload/demo-jquery.htm There is a link on my page like "Upload" button on example ...
1
vote
3answers
1k views

check status application pool iis7 with csharp (access-denied)

I need to monitor the status of an application in the applications pool of IIS 7 from an other machine on the same domain. My monitoring application must be in C# and running as a Windows service. On ...
1
vote
1answer
1k views

Asp.net loading a file encounters “Access to the path … is denied” in development on Windows 7

I have an Asp.net app that simply reads an xml file and this code used to work fine on Vista with VS2008, now I just moved to Windows 7 and I migrated the code to VS2010, I encoutered “Access to the ...
1
vote
3answers
3k views

Error: java.security.AccessControlException: Access denied

I have to connect to a https URL with username and password to read a file. I am not able to connect to the server (see the error log below). I do not have much Java experience, so I need help with ...
1
vote
2answers
705 views

0x80070005 (E_ACCESSDENIED) In an ASP.NET application while trying to use Windows Task Scheduler

I am currently working on an ASP.NET application in VB.NET and one of its functions is to use the Windows Task Scheduler. The application will need pretty much full control over this as it needs to ...
1
vote
4answers
2k views

#1130 - Host ‘localhost’ is not allowed to connect to this MySQL server

I accidentally changed the "host" value for the root user inside of the user table for mysql. I need to change it back to localhost because I changed it to arancillary2125 (my other machines DNS ...
1
vote
2answers
621 views

Can't access web service when connected to the network :: HTTP 407

I have a console application that communicates with a web service. Both of them are on the same machine. When I am accessing the web service with the LAN disabled, it connects without a problem. But ...
1
vote
5answers
3k views

“Access is denied” message while deploying spring app in tomcat 6

While trying to deploy my spring app on tomcat 6 I get an error saying java.util.logging.errormanager:4 java.io.filenotfoundexception: c:\program files\apache software foundation\tomcat ...
1
vote
1answer
435 views

Sharepoint : Access denied when trying to delete a page layout or master page

I'm getting a : "This item cannot be deleted because it is still referenced by other pages." When I try to delete a master page or a page layout. All the pages that were made with those are now gone.
1
vote
2answers
963 views

SharePoint import error - 'Access Denied'

I am trying to import a site collection and I get the following error: [9/22/2009 4:59:43 PM]: Start Time: 9/22/2009 4:59:43 PM. [9/22/2009 4:59:43 PM]: Progress: Initializing Import. [9/22/2009 ...
1
vote
0answers
306 views

Access To Restricted URI Denied (Trying to Call a WCF Method from XMLHTTP)

I have a web solution that looks something like the below - a web project, a web service, and a service library. Web Solution1 - Web Project -- test.aspx - WebAPILibrary -- trade.cs -- ...
1
vote
4answers
2k views

Access denied to resource file from java servlet

I am trying to access a resource file from a servlet but getting HTTP Error 500 - access denied: File file = new File("//warChildFolder//myFile.txt"); InputStream is = new FileInputStream(file); // ...
1
vote
3answers
1k views

Write to registry in Windows Vista

I am trying to write to the registry from my application, but when I do I get access denied. Of course, it works if i run the app as Administrator. However, with my applcation, it is not initiated ...
1
vote
3answers
835 views

PSEXEC, access denied errors

While I'm using PSEXEC.exe getting 'Access denied' error for remote systems. Any idea about how to solve this?
1
vote
3answers
8k views

File access denied, c# console application error

This is a really odd security issue with a C# (3.0) Console application. The application creates a folder and copies a bunch of files into that folder, it then also generates some files and saves ...
1
vote
3answers
3k views

Access Denied when Reading/Writing to Program FIles

I have a small program that is installed in a custom folder in the program files, but when I tried to read or write to files that are needed to operate, the program raises an Access Denied Exeption. ...
1
vote
5answers
1k views

Lucene.NET --> access denied to segments

I have a problem with Lucene.NET. During an index, I receive the error 'Access to the path segments is denied'. Or sometimes 'Access to the path deletable is denied'. I eventually gave 'Everyone' full ...
0
votes
1answer
24 views

Is it possible to access files beyond WEB-INF folder in dev mode of GAE (java.security.AccessControlException: access denied)?

Is it possible to access files beyond WEB-INF folder in Google App Engine's development server ? Maybe I can somehow force GAE dev server to do not block external connections/file access ? I'm trying ...

1 2 3