tags:

views:

199

answers:

2

I am using Notepad++ 5.3.1. I want to edit and save files on a remote machine(both are running on windows xp). I have granted the access privileges and security permissions in the folder containing the files.

When I try to save any of these files after editing in Notepad ++, I get the following error.

 'Please check whether if this file is opened in another program'

There are no other places where the file has been opened but I still get this error. I was able to edit and save earlier but this error seems to be coming only since yesterday.

A: 

2 things come to mind to try: 1. map a drive and connect using mapped drive instead of uri. 2. make sure you have permission to create files on remote server as well, sometimes these text editors create a temp file before re-writing the saved info.

this also might be a question better suited for server fault.

hope this helps!

RandyMorris
I don't think Notepad++ writes temporary files during editing - the only time I've seen it write temporary files is when it detects a crash, for file recovery later.
BoltClock
A: 

I have fixed the issue now. The problem was that though the permissions have been set properly on the root folder the subsequent child folders were not inheriting the access privileges. Therefore when I suddenly edited a file in one of the child folders this error cropped up. I went to the advanced tab under security settings of the root folder propeties and checked the option

 Replace permission entries on all child objects with entries shown here that apply to child objects

Thanks one and all

gsk