“Windows cannot access share” with 0x800704cf error
I have a simple LAN with file server, called FILES
, which is a Windows 8.1 Pro machine with a bunch of shared folders. I use several Windows 8.1 Pro and Windows 10 Pro client machines to connect to these shares over Ethernet or WiFi through Netgear R8000 router.
I set up all Windows machines for basic password-based authentication. I.e. all machines have exactly the same set of user accounts with identical passwords. All machines belong to default WORKGROUP
. Homegroups are disabled. Windows Firewall is turned off on all machines as well. The network is designated as private.
Now, on a client machine I can open File Explorer hit 'Network' and see FILES
listed as a machine on my network. (Meaning that network discovery works fine.) I can double click on FILES
icon and immediately see the full list of all available shares on FILES
(so this part works fine as well).
But then, when I click on a specific share (say, Storage
), I get an error message
Trying to click on the same share again (or on other shares) produces the same error. But it happens only for about 20-40 seconds after the first click. After that period, the next click suddenly successfully opens the share and everything works fine after that. All other shares on FILES
also begin working perfectly. Basically, since that moment on everything works as it should.
However, if I leave FILES
alone for a while and then return back to it, the same behavior reappears again. First click of any of the FILES
shares generates the above 0x800704cf
error, but after 20-40 seconds everything starts working again.
This behavior is very consistent and easily reproducible. The behavior is the same for wired and wireless clients.
Now, when try to access the same shares by specifying the IP address of FILES
explicitly (as in \192.168.1.3Storage
), the share always opens successfully without any delay. This suggests that this is some sort of name resolution issue. However, doing ping FILES
always succeeds instantly, without any errors. Even when File Explorer throws 0x800704cf
for \FILESStorage
, ping FILES
still works correctly.
Just to test the name resolution theory again, I added 192.168.1.3 FILES
to LMHOSTS file. But it didn't help. The problem is still there, which appears to indicate that this is not a name resolution issue.
So, what else could be the reason for this annoying error? I see it mentioned on the Net quite a few times, but no definitive answer.
P.S. Occasionally, very rarely I get a similar error earlier, when I try to open FILES
itself: "Windows cannot access \FILES" (error 0x80070035
). But this is very rare. In 99 cases out of 100 I can open FILES
successfully and see the list of all shares. The error only occurs when I attempt to access \FILESStorage
(or any other share) and it is 0x800704cf
.
In my case
netsh int ip reset
saved the day temporarily seemed to improve the situation. Running it on FILES
(and then re-entering normal adapter settings) made all shares accessible immediately and reliably. But about a day later the original problem reappeared in its full glory.
windows networking windows-8 network-shares
add a comment |
I have a simple LAN with file server, called FILES
, which is a Windows 8.1 Pro machine with a bunch of shared folders. I use several Windows 8.1 Pro and Windows 10 Pro client machines to connect to these shares over Ethernet or WiFi through Netgear R8000 router.
I set up all Windows machines for basic password-based authentication. I.e. all machines have exactly the same set of user accounts with identical passwords. All machines belong to default WORKGROUP
. Homegroups are disabled. Windows Firewall is turned off on all machines as well. The network is designated as private.
Now, on a client machine I can open File Explorer hit 'Network' and see FILES
listed as a machine on my network. (Meaning that network discovery works fine.) I can double click on FILES
icon and immediately see the full list of all available shares on FILES
(so this part works fine as well).
But then, when I click on a specific share (say, Storage
), I get an error message
Trying to click on the same share again (or on other shares) produces the same error. But it happens only for about 20-40 seconds after the first click. After that period, the next click suddenly successfully opens the share and everything works fine after that. All other shares on FILES
also begin working perfectly. Basically, since that moment on everything works as it should.
However, if I leave FILES
alone for a while and then return back to it, the same behavior reappears again. First click of any of the FILES
shares generates the above 0x800704cf
error, but after 20-40 seconds everything starts working again.
This behavior is very consistent and easily reproducible. The behavior is the same for wired and wireless clients.
Now, when try to access the same shares by specifying the IP address of FILES
explicitly (as in \192.168.1.3Storage
), the share always opens successfully without any delay. This suggests that this is some sort of name resolution issue. However, doing ping FILES
always succeeds instantly, without any errors. Even when File Explorer throws 0x800704cf
for \FILESStorage
, ping FILES
still works correctly.
Just to test the name resolution theory again, I added 192.168.1.3 FILES
to LMHOSTS file. But it didn't help. The problem is still there, which appears to indicate that this is not a name resolution issue.
So, what else could be the reason for this annoying error? I see it mentioned on the Net quite a few times, but no definitive answer.
P.S. Occasionally, very rarely I get a similar error earlier, when I try to open FILES
itself: "Windows cannot access \FILES" (error 0x80070035
). But this is very rare. In 99 cases out of 100 I can open FILES
successfully and see the list of all shares. The error only occurs when I attempt to access \FILESStorage
(or any other share) and it is 0x800704cf
.
In my case
netsh int ip reset
saved the day temporarily seemed to improve the situation. Running it on FILES
(and then re-entering normal adapter settings) made all shares accessible immediately and reliably. But about a day later the original problem reappeared in its full glory.
windows networking windows-8 network-shares
You need something to act as an internal DNS server and / or provide static routes. This thread might help get you started: superuser.com/questions/45789/…
– Austin T French
Oct 28 '15 at 15:58
@AthomSfere But why would I need it? An experiment withping
shows that name resolution works flawlessly. Also,lmhosts
should have taken care of any name resolution issues anyway. But the problem is still there.
– AnT
Oct 28 '15 at 16:18
add a comment |
I have a simple LAN with file server, called FILES
, which is a Windows 8.1 Pro machine with a bunch of shared folders. I use several Windows 8.1 Pro and Windows 10 Pro client machines to connect to these shares over Ethernet or WiFi through Netgear R8000 router.
I set up all Windows machines for basic password-based authentication. I.e. all machines have exactly the same set of user accounts with identical passwords. All machines belong to default WORKGROUP
. Homegroups are disabled. Windows Firewall is turned off on all machines as well. The network is designated as private.
Now, on a client machine I can open File Explorer hit 'Network' and see FILES
listed as a machine on my network. (Meaning that network discovery works fine.) I can double click on FILES
icon and immediately see the full list of all available shares on FILES
(so this part works fine as well).
But then, when I click on a specific share (say, Storage
), I get an error message
Trying to click on the same share again (or on other shares) produces the same error. But it happens only for about 20-40 seconds after the first click. After that period, the next click suddenly successfully opens the share and everything works fine after that. All other shares on FILES
also begin working perfectly. Basically, since that moment on everything works as it should.
However, if I leave FILES
alone for a while and then return back to it, the same behavior reappears again. First click of any of the FILES
shares generates the above 0x800704cf
error, but after 20-40 seconds everything starts working again.
This behavior is very consistent and easily reproducible. The behavior is the same for wired and wireless clients.
Now, when try to access the same shares by specifying the IP address of FILES
explicitly (as in \192.168.1.3Storage
), the share always opens successfully without any delay. This suggests that this is some sort of name resolution issue. However, doing ping FILES
always succeeds instantly, without any errors. Even when File Explorer throws 0x800704cf
for \FILESStorage
, ping FILES
still works correctly.
Just to test the name resolution theory again, I added 192.168.1.3 FILES
to LMHOSTS file. But it didn't help. The problem is still there, which appears to indicate that this is not a name resolution issue.
So, what else could be the reason for this annoying error? I see it mentioned on the Net quite a few times, but no definitive answer.
P.S. Occasionally, very rarely I get a similar error earlier, when I try to open FILES
itself: "Windows cannot access \FILES" (error 0x80070035
). But this is very rare. In 99 cases out of 100 I can open FILES
successfully and see the list of all shares. The error only occurs when I attempt to access \FILESStorage
(or any other share) and it is 0x800704cf
.
In my case
netsh int ip reset
saved the day temporarily seemed to improve the situation. Running it on FILES
(and then re-entering normal adapter settings) made all shares accessible immediately and reliably. But about a day later the original problem reappeared in its full glory.
windows networking windows-8 network-shares
I have a simple LAN with file server, called FILES
, which is a Windows 8.1 Pro machine with a bunch of shared folders. I use several Windows 8.1 Pro and Windows 10 Pro client machines to connect to these shares over Ethernet or WiFi through Netgear R8000 router.
I set up all Windows machines for basic password-based authentication. I.e. all machines have exactly the same set of user accounts with identical passwords. All machines belong to default WORKGROUP
. Homegroups are disabled. Windows Firewall is turned off on all machines as well. The network is designated as private.
Now, on a client machine I can open File Explorer hit 'Network' and see FILES
listed as a machine on my network. (Meaning that network discovery works fine.) I can double click on FILES
icon and immediately see the full list of all available shares on FILES
(so this part works fine as well).
But then, when I click on a specific share (say, Storage
), I get an error message
Trying to click on the same share again (or on other shares) produces the same error. But it happens only for about 20-40 seconds after the first click. After that period, the next click suddenly successfully opens the share and everything works fine after that. All other shares on FILES
also begin working perfectly. Basically, since that moment on everything works as it should.
However, if I leave FILES
alone for a while and then return back to it, the same behavior reappears again. First click of any of the FILES
shares generates the above 0x800704cf
error, but after 20-40 seconds everything starts working again.
This behavior is very consistent and easily reproducible. The behavior is the same for wired and wireless clients.
Now, when try to access the same shares by specifying the IP address of FILES
explicitly (as in \192.168.1.3Storage
), the share always opens successfully without any delay. This suggests that this is some sort of name resolution issue. However, doing ping FILES
always succeeds instantly, without any errors. Even when File Explorer throws 0x800704cf
for \FILESStorage
, ping FILES
still works correctly.
Just to test the name resolution theory again, I added 192.168.1.3 FILES
to LMHOSTS file. But it didn't help. The problem is still there, which appears to indicate that this is not a name resolution issue.
So, what else could be the reason for this annoying error? I see it mentioned on the Net quite a few times, but no definitive answer.
P.S. Occasionally, very rarely I get a similar error earlier, when I try to open FILES
itself: "Windows cannot access \FILES" (error 0x80070035
). But this is very rare. In 99 cases out of 100 I can open FILES
successfully and see the list of all shares. The error only occurs when I attempt to access \FILESStorage
(or any other share) and it is 0x800704cf
.
In my case
netsh int ip reset
saved the day temporarily seemed to improve the situation. Running it on FILES
(and then re-entering normal adapter settings) made all shares accessible immediately and reliably. But about a day later the original problem reappeared in its full glory.
windows networking windows-8 network-shares
windows networking windows-8 network-shares
edited Nov 2 '15 at 6:17
AnT
asked Oct 28 '15 at 15:07
AnTAnT
6762917
6762917
You need something to act as an internal DNS server and / or provide static routes. This thread might help get you started: superuser.com/questions/45789/…
– Austin T French
Oct 28 '15 at 15:58
@AthomSfere But why would I need it? An experiment withping
shows that name resolution works flawlessly. Also,lmhosts
should have taken care of any name resolution issues anyway. But the problem is still there.
– AnT
Oct 28 '15 at 16:18
add a comment |
You need something to act as an internal DNS server and / or provide static routes. This thread might help get you started: superuser.com/questions/45789/…
– Austin T French
Oct 28 '15 at 15:58
@AthomSfere But why would I need it? An experiment withping
shows that name resolution works flawlessly. Also,lmhosts
should have taken care of any name resolution issues anyway. But the problem is still there.
– AnT
Oct 28 '15 at 16:18
You need something to act as an internal DNS server and / or provide static routes. This thread might help get you started: superuser.com/questions/45789/…
– Austin T French
Oct 28 '15 at 15:58
You need something to act as an internal DNS server and / or provide static routes. This thread might help get you started: superuser.com/questions/45789/…
– Austin T French
Oct 28 '15 at 15:58
@AthomSfere But why would I need it? An experiment with
ping
shows that name resolution works flawlessly. Also, lmhosts
should have taken care of any name resolution issues anyway. But the problem is still there.– AnT
Oct 28 '15 at 16:18
@AthomSfere But why would I need it? An experiment with
ping
shows that name resolution works flawlessly. Also, lmhosts
should have taken care of any name resolution issues anyway. But the problem is still there.– AnT
Oct 28 '15 at 16:18
add a comment |
1 Answer
1
active
oldest
votes
I had the same error on a Windows Server in an full AD domain.
The fix that resolved my issue was that my Network Adapter properties did not have "Client for Microsoft Networks" installed.
I did the following:
- From the Network and Sharing Center click Change Adapter Settings
- Right Click on Adapter >> Select Properties
- Check if "Client For Microsoft Networks" is installed? If not;
- Click Install
- Double-Click Clients
- Choose Client for Microsoft Networks
- Click Ok >> OK
- Restart the computer
When it came back up I was able to access the network share.
Found this @ Since Windows 8.1 Cannot Access Network Shares on Windows Home Server 2011
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f993003%2fwindows-cannot-access-share-with-0x800704cf-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same error on a Windows Server in an full AD domain.
The fix that resolved my issue was that my Network Adapter properties did not have "Client for Microsoft Networks" installed.
I did the following:
- From the Network and Sharing Center click Change Adapter Settings
- Right Click on Adapter >> Select Properties
- Check if "Client For Microsoft Networks" is installed? If not;
- Click Install
- Double-Click Clients
- Choose Client for Microsoft Networks
- Click Ok >> OK
- Restart the computer
When it came back up I was able to access the network share.
Found this @ Since Windows 8.1 Cannot Access Network Shares on Windows Home Server 2011
add a comment |
I had the same error on a Windows Server in an full AD domain.
The fix that resolved my issue was that my Network Adapter properties did not have "Client for Microsoft Networks" installed.
I did the following:
- From the Network and Sharing Center click Change Adapter Settings
- Right Click on Adapter >> Select Properties
- Check if "Client For Microsoft Networks" is installed? If not;
- Click Install
- Double-Click Clients
- Choose Client for Microsoft Networks
- Click Ok >> OK
- Restart the computer
When it came back up I was able to access the network share.
Found this @ Since Windows 8.1 Cannot Access Network Shares on Windows Home Server 2011
add a comment |
I had the same error on a Windows Server in an full AD domain.
The fix that resolved my issue was that my Network Adapter properties did not have "Client for Microsoft Networks" installed.
I did the following:
- From the Network and Sharing Center click Change Adapter Settings
- Right Click on Adapter >> Select Properties
- Check if "Client For Microsoft Networks" is installed? If not;
- Click Install
- Double-Click Clients
- Choose Client for Microsoft Networks
- Click Ok >> OK
- Restart the computer
When it came back up I was able to access the network share.
Found this @ Since Windows 8.1 Cannot Access Network Shares on Windows Home Server 2011
I had the same error on a Windows Server in an full AD domain.
The fix that resolved my issue was that my Network Adapter properties did not have "Client for Microsoft Networks" installed.
I did the following:
- From the Network and Sharing Center click Change Adapter Settings
- Right Click on Adapter >> Select Properties
- Check if "Client For Microsoft Networks" is installed? If not;
- Click Install
- Double-Click Clients
- Choose Client for Microsoft Networks
- Click Ok >> OK
- Restart the computer
When it came back up I was able to access the network share.
Found this @ Since Windows 8.1 Cannot Access Network Shares on Windows Home Server 2011
edited Mar 20 '17 at 10:17
Community♦
1
1
answered Apr 4 '16 at 2:03
jcrawfor74jcrawfor74
2,239175
2,239175
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f993003%2fwindows-cannot-access-share-with-0x800704cf-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You need something to act as an internal DNS server and / or provide static routes. This thread might help get you started: superuser.com/questions/45789/…
– Austin T French
Oct 28 '15 at 15:58
@AthomSfere But why would I need it? An experiment with
ping
shows that name resolution works flawlessly. Also,lmhosts
should have taken care of any name resolution issues anyway. But the problem is still there.– AnT
Oct 28 '15 at 16:18