Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Pollak
Engaged Sweeper III
Is there a way to lookup by IP?


Thanks,
Niles
10 REPLIES 10
taeratrin
Champion Sweeper
You'll need to modify web30ajaxcomp in the stored procedures. Where it says :
UNION
SELECT DISTINCT IdentifyingNumber AS Computer, 'icons/assettag.gif' AS ComputerImage
FROM dbo.tblComputerSystemProduct
WHERE (IdentifyingNumber <> '')) DERIVEDTBL

change it to :
UNION
SELECT DISTINCT IdentifyingNumber AS Computer, 'icons/assettag.gif' AS ComputerImage
FROM dbo.tblComputerSystemProduct
WHERE (IdentifyingNumber <> '')
UNION
SELECT DISTINCT IPAddress AS Computer, 'icons/assettag.gif' AS ComputerImage
FROM dbo.tblNetwork
WHERE (IPAddress <> '')) DERIVEDTBL


After that, restart the WWW Publishing service.

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now