The information in this article applies to:
SYMPTOMS
If you programmatically add a share (NetShareAdd) and directly after this
run FindFirstFile on the directory just shared, the following error is
returned:
This only happens if the share was created on the local computer. CAUSEThe message "Invalid UID or TID" is returned internally because the SMBs SrvSmbSessionSetupAndX and SrvSmbTreeConnectAndX haven[ASCII 146]t occurred yet. WORKAROUNDAfter doing the NetShareAdd, call FindFirstFile more than once. After the first call, the error is not returned. MORE INFORMATION
With the correct SHARE_INFO_502 structure, the following code would cause
this error:
STATUSMicrosoft has confirmed this to be a problem in Windows NT Server and Workstation version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: prodnt
Keywords : kbenv kbnetwork kbprg NTSrvWkst |
Last Reviewed: February 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |