Go Back   TechArena Community > Technical Support > Computer Help > Windows 2000 > Window 2000 Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

How to trace source of error message: Access to the specified device,pathor file is denied.

Window 2000 Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 14-11-2006
Ken K
 
Posts: n/a
How to trace source of error message: Access to the specified device,pathor file is denied.

Win2k SP4

I receive this message when I insert a CD in my computer's CD-Rom. I
think it has something to do with a folder and program having the same
name and the target needs to have quotes around it but how does one
trace out which program is being called???

Thanks
Ken K

Reply With Quote
  #2  
Old 14-11-2006
Dave Patrick
 
Posts: n/a
Re: How to trace source of error message: Access to the specified device, pathor file is denied.

I'd start with autorun.inf

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Ken K" wrote:
| Win2k SP4
|
| I receive this message when I insert a CD in my computer's CD-Rom. I
| think it has something to do with a folder and program having the same
| name and the target needs to have quotes around it but how does one
| trace out which program is being called???
|
| Thanks
| Ken K



Reply With Quote
  #3  
Old 14-11-2006
Dave Patrick
 
Posts: n/a
Re: How to trace source of error message: Access to the specified device, pathor file is denied.

"Ken K" wrote:
| Hmmmm. That was misleading.
*** What's misleading?

I thought that was the program, but it
| must have been coincidental when whatever other program was called that
| gave the message.
*** Can't make heads or tails of this.



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect



Reply With Quote
  #4  
Old 14-11-2006
Ken K
 
Posts: n/a
Re: How to trace source of error message: Access to the specifieddevice, pathor file is denied.

Hmmmm. That was misleading. I thought that was the program, but it
must have been coincidental when whatever other program was called that
gave the message. I have placed both written and unwritten CDs in the
unit without duplicating the error message. The message has come up 3-4
times in the last 12 hours or so, never before, so it is puzzling....

Dave Patrick said the following on 11/13/2006 3:39 PM:
> I'd start with autorun.inf
>
>


Reply With Quote
  #5  
Old 14-11-2006
Ken K
 
Posts: n/a
Re: How to trace source of error message: Access to the specifieddevice, pathor file is denied.


Sorry. What was misleading was that I thought that what was causing the
problem was the auto-running of the CD-Rom. When I used it later, there
was no problem. I will have to wait until I am more certain as to which
program is causing the error message. I tend to open more than one
thing at a time, whether a piece of equipment or a program, so I have
not properly isolated the program yet, which is why I was wondering if
there is some way to trace back the error message as to which program or
device generated it. I will be away from home this week. I can control
my computer remotely, so I will try to play with it from afar and see if
I can generate the error message again.

Thanks
Ken K

Dave Patrick said the following on 11/13/2006 4:43 PM:
> "Ken K" wrote:
> | Hmmmm. That was misleading.
> *** What's misleading?
>
> I thought that was the program, but it
> | must have been coincidental when whatever other program was called that
> | gave the message.
> *** Can't make heads or tails of this.
>
>
>
>


Reply With Quote
  #6  
Old 15-11-2006
Dave Patrick
 
Posts: n/a
Re: How to trace source of error message: Access to the specified device, pathor file is denied.

Ok.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Ken K" wrote:
|
| Sorry. What was misleading was that I thought that what was causing the
| problem was the auto-running of the CD-Rom. When I used it later, there
| was no problem. I will have to wait until I am more certain as to which
| program is causing the error message. I tend to open more than one
| thing at a time, whether a piece of equipment or a program, so I have
| not properly isolated the program yet, which is why I was wondering if
| there is some way to trace back the error message as to which program or
| device generated it. I will be away from home this week. I can control
| my computer remotely, so I will try to play with it from afar and see if
| I can generate the error message again.
|
| Thanks
| Ken K



Reply With Quote
  #7  
Old 19-11-2006
Ken K
 
Posts: n/a
Re: How to trace source of error message: Access to the specifieddevice, pathor file is denied.

OK, Dave. Here is the scoop. When I insert a music CD, I receive the
message

Desktop:
Access to the specified device, path or file is denied.

I can click it off and then play the music with either iTunes or Windows
Media Player. (WMP is the assigned .cda player and there are no other
programs assigned to that file extension.)

Any thoughts on how I can track down the program that is being invoked?

Thanks
Ken K





Dave Patrick said the following on 11/14/2006 7:59 PM:
> Ok.
>
>


Reply With Quote
  #8  
Old 20-11-2006
Ken K
 
Posts: n/a
Re: How to trace source of error message: Access to the specifieddevice, pathor file is denied.

Last night I made a disk image and tried uninstalling RealPlayer. That
solved the problem. All better now, although I would still like to know
how to track down what programs are being called by certain file
extensions when the file extensions are assigned to a different program!!

Thanks
Ken K

Ken K said the following on 11/18/2006 2:30 PM:
> OK, Dave. Here is the scoop. When I insert a music CD, I receive the
> message
>
> Desktop:
> Access to the specified device, path or file is denied.
>
> I can click it off and then play the music with either iTunes or
> Windows Media Player. (WMP is the assigned .cda player and there are
> no other programs assigned to that file extension.)
>
> Any thoughts on how I can track down the program that is being invoked?
>
> Thanks
> Ken K
>
>
>
>
>
> Dave Patrick said the following on 11/14/2006 7:59 PM:
>> Ok.
>>
>>


Reply With Quote
  #9  
Old 20-11-2006
Dave Patrick
 
Posts: n/a
Re: How to trace source of error message: Access to the specified device, pathor file is denied.

Here's an example from a command prompt;

C:\>assoc .txt
..txt=txtfile

C:\>ftype txtfile
txtfile=%SystemRoot%\system32\NOTEPAD.EXE %1

C:\>




--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Ken K" wrote:
> Last night I made a disk image and tried uninstalling RealPlayer. That
> solved the problem. All better now, although I would still like to know
> how to track down what programs are being called by certain file
> extensions when the file extensions are assigned to a different program!!
>
> Thanks
> Ken K
>
> Ken K said the following on 11/18/2006 2:30 PM:
>> OK, Dave. Here is the scoop. When I insert a music CD, I receive the
>> message
>>
>> Desktop:
>> Access to the specified device, path or file is denied.
>>
>> I can click it off and then play the music with either iTunes or
>> Windows Media Player. (WMP is the assigned .cda player and there are
>> no other programs assigned to that file extension.)
>>
>> Any thoughts on how I can track down the program that is being invoked?
>>
>> Thanks
>> Ken K


Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows 2000 > Window 2000 Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads for: "How to trace source of error message: Access to the specified device,pathor file is denied."
Thread Thread Starter Forum Replies Last Post
Error Message : Cannot load HivePath FileName: Access is denied. Triple-X Operating Systems 3 03-12-2009 05:52 PM
.zip error message - Source Path Too Long - How do I unzip my file Jill Vista File Management 4 30-03-2008 06:03 AM
File server denied access by Domain Controller: Access is denied because of failure to authenticate Jim Windows Server Help 2 24-05-2007 09:46 AM
why do I get the error message Destination Folder Access Denied trillian Vista Security 8 01-04-2007 07:53 PM
Error message : The class installer has denied the request to install or upgrade this device while installing a USB Still Camera Thinkpad21 XP Hardware 2 06-11-2006 09:46 PM


All times are GMT +5.5. The time now is 08:47 AM.