cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
derek_rose
Engaged Sweeper
I pieced together a report to give me data that I need for all Microsoft Office products -

Select Top 1000000 dbo.tblComputers.Computer, dbo.tblSerialnumber.Product, dbo.tblSerialnumber.ProductKey From dbo.tblComputers Left Outer Join dbo.tblSerialnumber On dbo.tblComputers.Computername = dbo.tblSerialnumber.Computername Where dbo.tblSerialnumber.Product Like '%Microsoft Office%'


Code works and gives me results, but when I try to save it (so I can view from web console), I get this error:

Parameter object is improperly defined. Inconsistent or incomplete information was provided.

I'm sure it's something simple, but any help is appreciated.
4 REPLIES 4
Hemoco
Lansweeper Alumni
Not sure if this is the issue:
Can you try the view name without spaces and special characters.
Lansweeper wrote:
Not sure if this is the issue:
Can you try the view name without spaces and special characters.


That did it - thanks. I remember in prior versions you weren't allowed to put spaces in one of those fields. Was surprised when I could do both.

Good to know though.
derek_rose
Engaged Sweeper
Attached
Hemoco
Lansweeper Alumni
Could you please provide a full screenshot of the error page please.