Hi there, I am hoping that someone can help me resolve this error that I keep getting. I looked up the event error and it tells me how to identify the error but I am lacking one thing, which is the Windows SDK.
Here is my error and the solution follows. This is the exact error that I get.
SUMMARY
If your computer cannot connect to a resource on the network, you may see one or more warnings in the System event log with event ID 3034 and a source of MRxSmb (MRxSmb is the Server Message Block, or SMB, mini-redirector in Windows 2000, with secure SMB capabilities). The description for the event is:
The redirector was unable to initialize security context or query context attributes.
MORE INFORMATION
This event is logged when the redirector is unable to make a secure SMB connection to another computer. To determine what actually caused the problem, examine the event log: 1. Open the particular 3034 event in the System event log.
2. In the Data box, click Words.
3. The status code that resulted in the 3034 error is contained in the last DWORD entry in the list.
4. The status code may be either a Win32 or a Windows NT status code. You can look these up in either Winerror.h or Ntstatus.h, respectively. Both of these files are located in the Windows SDK.
I did the DWORD code and this is what I got. c00000fe
Can anyone help me decode this error please....
Thanks
Sheldon
--------------------------------------------------------------------------------
Software/Hardware used:
ASKED:
October 24, 2005 2:03 PM
UPDATED:
October 24, 2005 5:55 PM
Thanks, I am checking it out.
Sheldon