
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2005 06:02 PM
I have almost got the "Complete version 1.5" part installed now, but it gives me the error
"SQL Server does not exist or access denied"
When I press the "Start" button.
Also, what is the "Lansweeper Service"? I assume I do not need it if I have downloaded the "complete" one?
I do not think this software will work - so many troubles 😞
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2005 07:35 PM
I'm going to install the server version now and take a look at that.
I had a go at doing one of these myself a while back using pure SNMP (as WMI didn't work too well with non-Microsoft systems ;). It worked great, apart from trying to get SNMP installed on the Windows machines turned out to be a nightmare >_<
Anyway, just wanted to say "good work"!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2005 10:28 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2005 06:13 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2005 02:47 PM
I still have to learn about this program 🙂
Btw smikkel is there any way i can get back my newbie status for lets say a month or two 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2005 01:17 PM
<?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="127.0.0.1\Lansweeper";persist security info=False;initial catalog=Lansweeper" />
<add key="ConcurrentThreads" value="20" />
</appSettings>
</configuration>
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2005 10:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2005 03:50 AM
I had some kind of similar problem, what I found that helped me was a bit weird but worked fine... I used the old version of lansweeper (lsconsole.exe), since it runs in console, it gives more information and troubleshooted starting there... there may be a few differences in the config files, but you should be ok to work around it ...
it might seem weird to you but it's a weird (but too handy:) ) software !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2005 08:53 PM
I copied my backup config file bak - error.
I paste your one in - no error message.
This is what I used for the userid/password config (gives the error):
<?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="data source="127.0.0.1";persist security info=True;initial catalog=Lansweeper;user id=lsuser;password=lsuserpass" />
<add key="ConcurrentThreads" value="20" />
</appSettings>
</configuration>
Using this, I get no error (even with made-up username & password):
<?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="127.0.0.1";persist security info=False;initial catalog=Lansweeper;user id=james;password=james" />
<add key="ConcurrentThreads" value="20" />
</appSettings>
</configuration>
>_<
Ok.. I really am giving up for today now...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2005 08:33 PM
I think I will need to reset again but I can't at the moment as I'm part-way through some other processing. Looks like a job for tommorrow...
Thanks for the help guys 🙂
