Using Excel 2.0 plugin with Excel 2007. Web reports is version 7.2.4.60.
I’m able to retrieve various properties and analysis using the Excel 2.0 plugin, however, the “user name” and “last report time” columns in Excel contain no data. I can also view the “user name” and “last report time” data in the BES console and a few of the web reports users are also generating reports with “user name” and “last report time” data.
The installation of the version 3.1 Bigfix Excel Connector plugin via the MSI was seamless - no issues encountered.
The “User name” column in Excel 2007 continues to be empty using the 3.1 plugin.
Including “Last report time” in the query returns the following error message - Error from Bigfix: Singular expression refers to non existent object. Getting the above error running the relevance query. It is possible some items may have been removed from the back end, such as a retrieved property since the query was defined? Try using the query wizard to generate a new report.
The above error was returned during subsequent queries of the “Last report time”.
Is it possible that you have duplicate properties with the same names?
This won’t show up in the Excel Connector, and you need to go to the BigFix Console to see it.
You can also try this relevance query to see if there are duplicates.
(name of it, (if (exists source analysis of it) then (name of source analysis of it) else (“Global”))) of bes properties whose (name of it as lowercase = “user name”)
If that is the case, we need to change them to make them unique.
The truncation message occured inside the Bigfix query wizard where it lists how many rows were returned. Thought the character limitation may have been invoked by the query wizard.
We were using Excel 2007 - I’ll test Excel 2010 later today.