We're having an intermittent problem with our fileserver. It's using Windows Server 2003. Every now and then, when attempting to access it (ie. \servername), it brings up a login dialog box. No matter what username and password is used, though, it just gives us:
"Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again."
I remote into the server in question, just to make sure I don't have anything open, and I don't see any sessions under my username in Computer Management.
The interesting part, though, is that if I access it via it's IP (\IP address), it works just fine. This leads me to believe it's a DNS issue of some sort, but I've double-checked and triple-checked those settings, and I can't find a single thing wrong with it. I can ping it via it's UNC name, nslookup, tracert, everything works. So I'm not sure what's going on.
I even used Wireshark to see what differences there were, but didn't come up with much, beyond an SMB Trans2 Response, GET_DFS_REFERRAL, Error: STATUS_NO_SUCH_DEVICE when accessing it via UNC.
I'm not sure what else to look for, or where to look. Googling the error doesn't really seem to bring up much in relevance. Any tips on what to do?