Click to See Complete Forum and Search --> : Services.


m_srinivas
March 20th, 2000, 12:20 PM
I have written a serivces, which does operation on a shared memory (mapped files), since every process is services it works fine...
but when i have written a small program(console application) which dumps information from this shared memory i get access deined problem..
basically i have used mutexes for sync the process.
Can anybody help me. to findout where exactly is the problem.

Rick Leinecker
March 28th, 2000, 10:30 AM
The first question is: how did you create the shared memory?

Can you zip your project and email it to me at ivt-rcl@interpath.com?

popov
February 22nd, 2001, 06:16 AM
i' quite interrested in this programm you made for sharing memory, could you please send a copy to fvedvd@yahoo.com.au.

thanks

Paul Griswold
May 1st, 2001, 02:17 AM
Since the services are all running as "SYSTEM", your console application (which is running as your user name) does not have the same access permissions, and therefore you are getting "access denied". Create your memory-mapped file with a DACL that allows your user access and your console app should work.

Hope this helps!
Paul

--
Paul Griswold
paul.griswold@pobox.com