Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 01:41 PM
Hi, i've that situation:
2 servers are in separated netwoks (different domains, different public ip's, different lacations, novpn)
They has installed the only service of lansweeper.
when they scans pc's they write all the data to mssql on a remote host.
the both networks are seen well, but unfortunatly i've 2 pc with the same name.(pc-1 net1, and pc-1 net2)
when the scanning of pc-1 (on 1st network) starts, in lansweeper web console the same pc-1 (network 2) is not more showed!
and the web console shows me some scans of the other pc.
is there a solution to add a column in the database (eg. tblDiskdrives) for the domain to use these 2 columns (computername and domain) as unique id?
i could rename one of 2 pc's, and it's ok.
but when the same computername is on 2 servers?
server2003 (network1) and server2003 (network2)
Thanks
IvanoeZ
2 servers are in separated netwoks (different domains, different public ip's, different lacations, novpn)
They has installed the only service of lansweeper.
when they scans pc's they write all the data to mssql on a remote host.
the both networks are seen well, but unfortunatly i've 2 pc with the same name.(pc-1 net1, and pc-1 net2)
when the scanning of pc-1 (on 1st network) starts, in lansweeper web console the same pc-1 (network 2) is not more showed!
and the web console shows me some scans of the other pc.
is there a solution to add a column in the database (eg. tblDiskdrives) for the domain to use these 2 columns (computername and domain) as unique id?
i could rename one of 2 pc's, and it's ok.
but when the same computername is on 2 servers?
server2003 (network1) and server2003 (network2)
Thanks
IvanoeZ
Labels:
- Labels:
-
Archive
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 02:17 PM
You can try it at your own risk
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 03:23 PM
Lansweeper wrote:
You can try it at your own risk
couldn't you pls explain me how does the lansweeperservice INSERT into the database datas? the INSERT query is inside the DLL of the service, is in the .exe or it just call some procedure in the db?
thanks
IvanoeZ
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 03:24 PM
ivanoez wrote:Lansweeper wrote:
You can try it at your own risk
couldn't you pls explain me how does the lansweeperservice INSERT into the database datas? the INSERT query is inside the DLL of the service, is in the .exe or it just call some procedure in the db?
thanks
IvanoeZ
All inserts are compiled into the executable, you can't change this.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 03:30 PM
Lansweeper wrote:ivanoez wrote:Lansweeper wrote:
You can try it at your own risk
couldn't you pls explain me how does the lansweeperservice INSERT into the database datas? the INSERT query is inside the DLL of the service, is in the .exe or it just call some procedure in the db?
thanks
IvanoeZ
All inserts are compiled into the executable, you can't change this.
ok! thanks!
i will wait the beta!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 02:11 PM
A beta is scheduled for 15/2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 02:15 PM
Lansweeper wrote:
A beta is scheduled for 15/2
Thanks
but if:
i'm going to add in to the tables an other column "domain" and say to the lansweeper service to write inide that column, or add some call procedure in the database?
Thanks
IvanoeZ
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 02:03 PM
Current version this isn't possible, next version will have another unique key.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2010 02:08 PM
Lansweeper wrote:
Current version this isn't possible, next version will have another unique key.
may i have a demo?
or
can i add in to the tables an other column "domain" and say to the lansweeper service to write inide that column, or add some call procedure in the database?
Thanks
Ivanoez