> All > > I have determined what is causing the failure. It appears > that the stdout & stderr redirection to nul produces the > "Access is Denied." > message. This is happening even if I type "dir >nul" at the > command prompt! I assume that this re-direction in PostgreSQL > is done when starting postgres.exe as to allow the > communction between the two processes? > > I know this is not the correct place to ask my next question > but maybe there is a Windows expert out there :o) Does anyone > have any idea how Windows controls access to devices such as > nul,comN, lpt1, etc? Or what security setting governs this? > > Thanks all for your help.
Wow, that's really interesting. Never heard of that one before. Can you run filemon and/or regmon from sysinternals.com, and see exactly what object it gets access denied on? Oh, and did you try this without antivirus/antispyware/personalfirewall as I beleive someone suggested? Same result, or different but still broken? //Magnus ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend