cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Sayonara_SA
Engaged Sweeper
Hi

When i try to start the LansweeperPRO service i get the following

The LansweeperPRO service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service


What does that mean ?
25 REPLIES 25
Sayonara_SA
Engaged Sweeper
thanx alot

looks like everything is working like a breeze now

just one thing
I do not get the description, model,vendor, tag etc detail from the other laptops
do i need to open a port on the latops firewall for lansweeper to pick this up
if so which port 9524?

if a disable the firewall i get all the detail i need so it must be a firewall thing
can i do this via GPO?
Hemoco
Lansweeper Alumni
Don't wordwrap your file, put

<add key="ConnectionString" value="Persist Security Info=False;Data Source=127.0.0.1\sqlexpress;Initial Catalog=Lansweeper;User ID=lssqluser;Password=!@lssqluser()" />

on one line without any enters
Sayonara_SA
Engaged Sweeper
now how do i do that ?
i don't see an option to attach a file ?

sorry ..... hectic day today ... hop the file is what you looking for.

Had to rename it didn't want to upload it
Hemoco
Lansweeper Alumni
Could you attach it as a file please.
Sayonara_SA
Engaged Sweeper
lansweeper30 config file


<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ConnectionString" value="Persist Security
Info=False;Data Source=127.0.0.1\sqlexpress;Initial
Catalog=Lansweeper;User
ID=lssqluser;Password=!@lssqluser()" />
<add key="ConcurrentThreads" value="10" />
<add key="ListenPort" value="9524" />
</appSettings>
</configuration>
Hemoco
Lansweeper Alumni
Could you attach your lansweeper30.exe.config file please.
Sayonara_SA
Engaged Sweeper
i cannot see anything if i type go to the http://127.0.0.1:9524

error log



2008/02/20 03:54:53 PM
System.ArgumentException: Keyword not supported: 'persist security
info'.
at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey)
at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules)
at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous)
at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions)
at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value)
at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value)
at Lansweeper30.starter.startsweeper()
-------------------------------------------------------------------------
Hemoco
Lansweeper Alumni
check the errorlog.txt for any errors.
check if you can surf to http://127.0.0.1:9524
Sayonara_SA
Engaged Sweeper
it looks like the service is running and i opened the port 9524 on the firewall but if i do a netstat -a i cannot see the port
any other way to force the port open ?
Hemoco
Lansweeper Alumni
I tink that the problem was that your config file started with an empty line