cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ivanoez
Engaged Sweeper
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

8 REPLIES 8
Hemoco
Lansweeper Alumni
You can try it at your own risk
ivanoez
Engaged Sweeper
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
Hemoco
Lansweeper Alumni
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.
ivanoez
Engaged Sweeper
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!
Hemoco
Lansweeper Alumni
A beta is scheduled for 15/2
ivanoez
Engaged Sweeper
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
Hemoco
Lansweeper Alumni
Current version this isn't possible, next version will have another unique key.
ivanoez
Engaged Sweeper
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