0
votes
1answer
20 views

Can't open files generated by PHP app on windows

I'm having a problem when I try to open files that were generated by my CMS on my windows machine. It has an upload function that saves the file on a given location (it is on my user folder, where I'm ...
0
votes
0answers
39 views

Failed to load a dll in the Temp Directory on a Windows Server

I have developed an C# application that run very well in local. But there is a problem when i put on the server. The application use a DLL library (A.dll) in a point of the execution, this A.dll ...
-1
votes
1answer
22 views

Change permission of directory in windows network drive [closed]

I have problem setting permissions for directories. If I go to folder properties (in windows 7) in mapped network drive, it giving me only 3 tabs: general, previous versions, customize. But nothing ...
0
votes
0answers
58 views

mklink permission on windows 8

I need to create symbolic links via mklink as an user, not an administrator. I have set via secpol.msc and Security Settings → Local Policies → User Rights Assignment rule Create Symbolic links to ...
0
votes
0answers
26 views

What permissions could a printer driver require? [closed]

Windows 7 Professional, 32bit We have a specialized printer for specific production tasks. This printer's driver has a strange problem where some of the options in the Printer Preferences are ...
0
votes
1answer
40 views

Trying to give permission to Apache on Dropbox folder via Alias on Windows

Im trying to setup a alias to dropbox using Xampp on windows 7. I gave recursive full access permission to "Everyone" on C: and D: but I'm still getting a 403 Forbidden error on apache. Dropbox is ...
0
votes
1answer
60 views

Grant permission to user to add certificate to windows store opened with 'OpenFlags.MaxAllowed'

I have an application which adds a certificate to windows store. It works fine if I run this application as Administrator, but I'm getting 'Access is denied' cryptographic exception if I run it as a ...
0
votes
0answers
19 views

Windows User Permission influences SQL query outcome from MS Access

I have a baffling situation with a Windows .NET 3.5 desktop application that retrieves data from an MS Access (.mdb) file and displays it in reports. We have this software installed with more than 50 ...
0
votes
1answer
45 views

Where can I find the exact semantics of Windows ACLs

Is there any place where I can find out an exact description of the Windows access control semantics, similar in detail to the acl(5) man page on Linux. i.e. an algorithm that explains exactly how ...
-3
votes
2answers
60 views

move_uploaded_file() error on windows with wamp [closed]

Warning: move_uploaded_file(C:\wamp\www/uploads/a.mp3): failed to open stream: No such file or directory in C:\wamp\www\display\uploadfile.php on line 206 Warning: move_uploaded_file(): Unable to ...
1
vote
1answer
55 views

Which user IIS uses for access to files

I have an ASP.NET application, which use some files in project directory (license, logs, etc). And I need method to check for file permissions. I wrote this one: public static bool ...
0
votes
1answer
44 views

When installing Tableau Server getting error

When I am installing Tableau server I am seeing this server. I am the administrator of the system but still I was seeing the message.Please help me in this regard
1
vote
1answer
68 views

Change thread permissions in Windows using C

I have a server application, that uses multi client method. When it detect a new request, makes a new socket for new client first. Then makes a new thread for it and new thread will do whatever it ...
1
vote
0answers
59 views

Permission denied when trying to write into log file

I have a problem writing into a log file in my C/C++ prog. Here's an example of the code where the problem occurs EnterCriticalSection(&critical); printf("\nWaiting for a connection on TCP port ...
0
votes
1answer
43 views

Determine why windows auth is failing for a BizTalk receive location

I've got a BizTalk receive location, pointed at a remote UNC file share, that when I turn on the receive location it immediately turns off, and complains it does not have read/write permissions on ...
1
vote
1answer
127 views

Control User Permisson in C# windows application

I already designed Windows app with C# and SQL 2008. Now ,I want to control that user can access to which part and its permissions. So, I want to know is it better to design table in sql and set the ...
0
votes
0answers
98 views

Copy files from Windows PC using PHP script on Ubuntu

I am trying to copy files located on a Windows 7 PC (eg: \server\path1\file.txt) to another location on the same Windows 7 PC (eg: \server\path2\file.txt) using a PHP script located on a Ubuntu server ...
0
votes
0answers
78 views

How to find out user’s `sharing` and `security` access rights in c# application

I had given read access right of network shared folder to other domain user.Now I want to test using c# code particularly Sharing access rights. How to find out user’s sharing and security access ...
1
vote
1answer
44 views

Write a log in .NET - permissions issue

I need in a .NET Windows Application to write some log text and then display that text to the user. I have no specific requirements on WHERE to create the log file. Initially I wrote the log file in ...
0
votes
0answers
16 views

Run a third party server in the background

I have a third party tool (Corda server) that I can start and stop on my Windows Server 2008. But now everytime I start it up (after restarting my Windows server), it keeps running as my user ...
0
votes
1answer
138 views

Start process as system user

I was trying to read some values from some registry keys with code (c#) on windows and I found out that the reason why I was not able to read the values was because the admin user did not had ...
0
votes
0answers
38 views

doesn't have permission to update hosts file when create zend framework2 project

I want to create a project with zend framework2 then I followed the get started tutorial : everything goes well, but when I arrive at the step to update my c:\windows\system32\drivers\etc\hosts file, ...
0
votes
0answers
293 views

Schtasks Permission Error on Administrative User?

I know this has been asked in different ways a few times, but nothing has helped me for my specific case. This is all done on a Windows 7 Home Premium desktop computer through Windows Command Line. ...
1
vote
0answers
43 views

Java NIO FIle path Issue 2 [duplicate]

I am trying to view all the File permissions of a file through Java. For that I am using Java 1.7 and using Java.nio.Files The code is: File f = new File("C:/Users/drusia/Desktop/TestDir/Dell.txt"); ...
1
vote
2answers
209 views

Django Error (13, 'Permission denied')

I'm been working on this Photo Organizer and Sharing App Part I at http://lightbird.net/dbe/photo.html. I'm trying to generate a thumbnail and when I do . I get this error. I have Windows Vista. ...
0
votes
0answers
19 views

XAMPP not recognizing folder

I'm getting a 500 error when trying to view a folder. I can see it's there in Explorer, but I get a 500 error when visiting the path in my browser. What's weird is if I go up a directory, I can see ...
1
vote
1answer
100 views

Copy a windows folder with its permissions but without overwritting the content

I want to copy a folder with its permissions but without copying its content. So an example: C:\pictures and it has cat photos in it I want to copy only the permission to D:\pictures (has other ...
0
votes
0answers
60 views

Check User IsIn Group in .NET 2.0 and Windows Server 2000

I have a list of groups as DOMAIN\Group1, DOMAIN\Group2, LOCAL\Group1 I would like to check Is user belong to any above groups. Using identity As New WindowsIdentity(user) Dim principal = New ...
1
vote
2answers
410 views

Cannot fully delete ProgramData from Windows 8 installation within WinPE

I have a script that runs in WinPE that takes a system drive with Windows installed and deletes everything off of the drive (keeping the filesystem intact). When dealing with a Windows XP/Vista/7 ...
1
vote
1answer
109 views

Permission Denied sometimes when downloading executable file

So I'm writing a script to download a file and restart the download from where it left off if it doesn't complete. That part's taken care of. I took out all of those parts out to show just the part ...
0
votes
1answer
113 views

Read Windows Folder/File-Permissions with Ruby

I would like to get a list of Folder-Permissions in Ruby. As input i give e.g. 'c://temp' and output should be, which user/group has rights and which rights. and the next thing is to pass a second ...
2
votes
2answers
175 views

Java not able to delete file on “C:\” drive

I have the following code : public Tester() { try { File f4 = new File("C:\\Vase.zip"); System.out.println(f4.exists()); f4.delete(); ...
1
vote
0answers
58 views

Cmake: Permssion denied [closed]

Again a compilation problem in Windows (7). I am using cmake and mingw. Problem: The C compiler identification is GNU 4.7.1 The CXX compiler identification is GNU 4.7.1 Check for working C compiler: ...
0
votes
2answers
2k views

How to set permission on folder using powershell

i am trying to write a script which adds"CreatorOwner" permission to profile$ folders on all file servers; i.e , add "CreatorOwner" permissions to "\FileServer\Profile$" can anybody tell me whats ...
0
votes
0answers
323 views

Mountain Lion SMB server breaks when folder has DOS 'Readonly' Attribute set by clients

I have a mountain lion server running their new 'SMBX' samba server. If a client creates a directory and sets the dos "R" readonly attribute (by attrib +R <dirname>), it sets the uchg flag on ...
1
vote
1answer
568 views

using icacls in batch file

I want to make a batch file which applies permissions to a given user folder using icacls. This is the batch file i made : @echo off set /p username=Enter username: echo Select permissions : echo ...
0
votes
0answers
114 views

VOIP applet permissions

An international VOIP provider I use, supports webcall using Java applet. However, their Java applet is not signed and I get a Java security warning for https://providerwebsite.com asking for ...
2
votes
1answer
94 views

PHP Linux + Windows - Shares and Permissions

We have a windows master instance that writes data to Linux nodes, currently this is working fine. The PHP files running on windows can use a simple script to write to the linux machine like so: ...
0
votes
0answers
622 views

WIndows file/ folder permission using vb.net

I can set file/ folder restriction using the given code. Imports System.Security.AccessControl Dim FolderPath As String = "C:\TestingFolder" 'Specify the folder here Dim UserAccount As String = ...
6
votes
1answer
147 views

Is there a way to tell if a mapped drive was mapped as an Administrator or Standard User With C#?

As I understand it, a mapped drive isn't available to a standard user when it was created by an administrator and vice versa. Is there a way to tell programatically how the drive was mapped? By an ...
0
votes
1answer
113 views

Windows Server 2003 Permissions - Restricted web directory

I'm not great with windows server so not sure of the best way to describe this. I have a Windows 2003 Server box running IIS 6. I'm giving a designer FTP to a specific folder on the root and allowing ...
-2
votes
1answer
205 views

FTP permission denied [closed]

I use a Windows cmd FTP client to connect to a Redhat EL 5.0 box, but I have a problem: I can access all directories in / except two directories (dir1, dir2: contains oracle archive log), even when I ...
0
votes
0answers
8 views

Service user account fails to transfer files

We run a service (windows service) under a service account (SRV-USER01). This service runs a process and send file to the destination. This fails for the above service account (SRV-USER01) However ...
0
votes
0answers
13 views

Windows service cannot connect to a server

We run a windows service under a service user account which triggers an exe to transfer file to destination. This works fine for all accounts except the service user account. Can anyone shed some ...
1
vote
1answer
99 views

aptana 3 windows - terminal access denied

Wen I open the Antapa studio 3 terminal from specific project it notice me an error: Permission denied to access C:\www\drupal\sites\all. Using default working directory instead. Also, I can ...
0
votes
1answer
59 views

On local active directory can't nest group memberOf another group

I am trying to create a scenario of file system permission to test a software that I am currently developing. In this scenario I want a group be a memberOf another group. However on the global ...
1
vote
1answer
157 views

How to get currently logged in Windows user ID on client side

I have a web application that allows the users to access the pages if their Windows login name to the domain is in the web config's app settings. For example: Logged on username: ...
1
vote
0answers
141 views

Device Driver access permissions for domain users in Windows 7

I'm writing a Windows device driver for a custom USB device, but am having trouble opening the device from my user program (using CreateFile) when the user program is run as a domain user. If I run ...
0
votes
2answers
359 views

Best practice when creating files/folders from a windows service

I have a user interface that is running as a normal user. The user interface communicates via tcp/ip with a server component running as a windows service. The service runs as local system. My ...
1
vote
1answer
330 views

java.io.IOException: Access denied (H2 + Hibernate)

Table size of more than 10,000 lines Submit the request to read the last 100 lines of every 6 seconds and one on the record But sometimes there is an error 17:34:49,549 WARN ...

1 2 3 4 5