
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2005 01:18 PM
When i start my lsconsole.exe, i can find in my log the following thing in Errorlog.txt
2005-03-01 12:12:59 The '1' character, hexadecimal value 0x31, cannot begin with a name. Line 4, position 74. (C:\Lansweeeper\Server\LSConsole.exe.config line 4)
Many thanks in advence
regards!
Nissehult
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2005 06:06 PM
Remote registry
Administrative rights
Maybe firewalled?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2005 06:02 PM
Lansweeper displays it most info of the computers
But I receives a little other error in my log.
2005-03-03 16:35:03 ID4160.adm.xxxxxx.no Added to queue (1)
010 2005-03-03 16:35:03 ID4160.adm.xxxxxx.no LOGON updated (0,0937146)
010 2005-03-03 16:35:03 (ADUserSearch) ID4160.adm.xxxxxx.no There is no such o
bject on the server
010 2005-03-03 16:35:03 (ADComputerSearch) ID4160.adm.xxxxxx.no There is no su
ch object on the server
010 2005-03-03 16:35:24 (IEACTIVEX) ID4160.adm.xxxxxx.no The network path was
not found.
010 2005-03-03 16:35:24 (IEEXT) ID4160.adm.xxxxxx.no The network path was not
found.
010 2005-03-03 16:35:24 (IEBARS) ID4160.adm.xxxxxx.no The network path was not
found.
010 2005-03-03 16:35:24 (IEBHO) ID4160.adm.xxxxxx.no The network path was not
found.
010 2005-03-03 16:35:24 (REGISTRY) ID4160.adm.xxxxxx.no The network path was n
ot found.
010 2005-03-03 16:35:24 (SOFTWARE) ID4160.adm.xxxxxx.no The network path was n
ot found.
regards!
Nissehult

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2005 07:09 PM
Was it applied successfully?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2005 03:36 PM
I remove the quotes around the ip address and add a space between security and info.
No my logfile log the following:
2005-03-02 13:55:20 Invalid column name 'CFGNAME'.
I looked in the table CFGNAME, and the was empty.
/Nissehult

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2005 05:35 PM
persist security info=True

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2005 05:34 PM
replace by (without spaces) & q u o t ;

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2005 05:32 PM
<add key="ConnectionString" value="data source="192.168.86.6";persist securityinfo=True;initial catalog=Lansweeper;user id=lsuser;password=******" />
<add key="ConcurrentThreads" value="10" />
or
<add key="ConnectionString" value="data source=192.168.86.6;persist securityinfo=True;initial catalog=Lansweeper;user id=lsuser;password=******" />
<add key="ConcurrentThreads" value="10" />

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2005 05:28 PM
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ConnectionString" value="data source="192.168.86.6";
persist securityinfo=True;initial catalog=Lansweeper;user id=lsuser;password=******" />
<add key="ConcurrentThreads" value="10" />
</appSettings>
</configuration>
/Nissehult

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2005 01:20 PM
