try to connecting NAME PIPE as a NULL session on LAN ..Failed
Clint/server application running on win2k Pro, Server started successfully
But Client Application GetLastError() function gives
Error: ERROR_LOGON_FAILURE
Code: 1326.
Description: Logon failure: unknown user name or bad password.
And if I Logon to the (by explorer) server side machine from client, it
works fine.
I have follow MSDN Knowledge Base articles PSS ID Number: Q126645.
(http://support.microsoft.com/?scid=kb;en-us;126645)
I have inserted my Pipe name 'ConvertCase' in the windows registry as shown
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\LanmanServer\
Parameters\NullSessionPipes
ConvertCase <------ this is my Pipe Name which is created on Server
COMNAP
COMNODE
SQL\QUERY
SPOOLSS
EPMAPPER
LOCATOR
TrkWks
TrkSvr
Also I have found same technique the solution at
http://www.experts-exchange.com/Programming/Programming_Platforms/Win_Prog/Q_10057326.html but it didn't work
Please Help!
|