简体   繁体   中英

Cannot access network location from some softwares

I have this strange problem : I work with windows 7 and I have some network location disks. One of them is K:

From sqldeveloper, I cannot see those disks and now connecting to mysql with command line and trying to reach some files on those disks using "source" : there is an error saying that the file is not found as it searches on C: and not on K:, like it does not see it.

Do you have any idea what is going on ?

Note : I am on a virtual machine. (it used to work good when I was not on the VM but on the computer itself)

Found the solution, thanks to this article :

http://www.winability.com/how-to-make-elevated-programs-recognize-network-drives/

So the solution is just to add a key in the regedit : EnableLinkedConnections with value 1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM