Here's the errorlog.txt from the service, now that I have wiped everything and started over.
First I used LSCLIENT on the server machine itself (192.168.1.10), it reports "Connecting... Success" but causes these two errors in the server log:
7/9/2008 5:43:50 AM : Database connection successful, starting up service
7/9/2008 5:46:28 AM : <servername here>
System.Runtime.InteropServices.COMException (0x8007054B): The specified domain either does not exist or could not be contacted. (Exception from HRESULT: 0x8007054B)
at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at Lansweeper31.sweeperthread.LSADusersearch(clsComputer mycomputer, clsThreadinfo Threadinfo, SqlConnection& sqlcon)
-------------------------------------------------------------------------
System.Runtime.InteropServices.COMException (0x8007054B): The specified domain either does not exist or could not be contacted. (Exception from HRESULT: 0x8007054B)
at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at Lansweeper31.sweeperthread.LSADusersearch(clsComputer mycomputer, clsThreadinfo Threadinfo, SqlConnection& sqlcon)
<servername here>\<server logon userid here>
FYI, the server logonid is a member of the administrators group.
Next I used "Connection Tester" from the server machine, to contact 192.168.1.11, which gives the following message. Nothing was recorded into the server errorlog.txt.
Ping test OK
--------------------------------------------------------------------------------
Remote registry test FAILED
The network path was not found.
--------------------------------------------------------------------------------
Remote WMI access test OK
--------------------------------------------------------------------------------
Remote \\<IP or computername here from test>\c$ access test OK
This machine is WinXP Pro SP3 plus all post hotfixes from m$. SQL Server 2005 Express SP2 edition.
There are three other named instances of SQL Server 2005 Express SP2 on this box, they are not enabled while I'm working with Lansweeper. Lansweeper is the only one using IIS as well, I had to install it as part of setting up Lansweeper.
These services are enabled and running when I bring up Lansweeper:
net start "Simple Mail Transfer Protocol (SMTP)"
net start "World Wide Web Publishing"
net start "IIS Admin"
net start "SQL Server VSS Writer"
net start "SQL Server Browser"
net start "SQL Server (Lansweeper)"
net start "Lansweeper Server"
Thanks again for any help, regards,
--appyface