In attempting to issue a "net use" to a NetApp share, I'm experiencing a very unique situation.
A particular user is required to issue scans across a CIFS, however that user (which has full read/write access) receives a "System error 1312 has occurred - A specified logon session does not exist. It may already have been terminated."
That situation entails the following command:
net use \\ShareHostname\Share /user:DOMAIN\user /persistent:no [password]
The packet capture below displays this attempt.
In the event I issue the same command without providing a password for the currently logged in user (different than the required user and only has read access), the command completes successfully.
net use \\ShareHostName\Share /user:DOMAIN\user2 /persistent:no
This problem originated when moving the application from a Win2k3 box to a Win2k8 on the same domain. The account that will not authenticate on the new machine does work on the Win2k3 machine, interestingly enough.
In checking, I verified that for both machines the GPO "Network access: Do not allow storage of passwords and credentials for authentication" is "Enabled" on both machines and cannot be changed.
I'm really at a wall trying to narrow down on this issue, and would greatly appreciate hints into extra troubleshooting steps or a possible resolution.
Edit:
- The only observed differences between the two systems are the communication to the NetApp via SMBv1 (Win2k3) to SMBv2 (Win2k8), obviously. However the real difference that breaks it is that when a password is supplied (no matter what the user) for SMBv2, the System Error 1312 occurs. But if no password is supplied (for the currently logged on user), then it will complete the authentication successfully.