
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2005 06:38 PM
I saw the announcement for version 1.5.
I dod not find any documentation on the website,
not even a "what's new" is available?
thanks
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2005 02:05 PM
On my servers the service is working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2005 02:01 PM
When I start the LSwinap.exe program I have to click on the start button before it starts listening. Maybe the lsservice service program is waiting on the same thing ? Or do you have the lsservice program programmed to autostart ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2005 01:54 PM
Anyone else having this problem?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2005 01:49 PM
When I start the program LSwinap.exe and click on start to start listening, it's listening on port 9542. But when I start the lsservice service, that program doesn't listen on port 9542. Shouldn't the lsservice service listen on the same port as the LSwinap.exe program ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2005 03:32 AM
Make sure that your service is configured to logon with the LSSCANNER account and not the LocalSystem account.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2005 03:28 AM
Either that or you need to make sure that the service is running with an account that has access to the SQL server/database and not using the "LocalSystem" account.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2005 05:06 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2005 05:02 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2005 04:57 PM
- I changed the config file as below :
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!-- User application and configured property settings go here.-->
<!-- Example: <add key="settingName" value="settingValue"/> -->
<add key="ConnectionString" value="integrated security=SSPI;data source="10.10.10.43";persist security info=False;initial catalog=Lansweeper" />
<add key="ConcurrentThreads" value="10" />
</appSettings>
</configuration>
- The lsservice service is running (This is the server I gather)
- No firewall exists on the server where I installed Lansweeper
- The LSclient gives a "failed" message when executing it.
