HP 3PAR System Reporter 3.1 Software Release Notes (QL226-96334, December 2012)

ResolutionDescriptionBug
<!DOCTYPE html> is added to
the header of the generated html
On the main menu page, menu selections for selecting systems do
not run when the menu selection is made in Internet Explorer 9
compatibility mode.
Javascript fails to
run in IE 9 in IE
9 compatibility
mode.
when chartlib=rgraph;
otherwise, it is skipped. This
causes IE 9 to support the html5
canvas tag for rgraph, and also
to use compatibility mode for
other pages so that javascript
menus work correctly.
<!DOCTYPE html> is added to
the header of the generated html
The new canvas tag (Experimental charting) does not work in IE 9.
When generating a Web report, errors occur, such as no document
type declaration.
Document type
declaration is
missing in report
Web page.
when chartlib=rgraph;
otherwise, it is skipped. This
causes IE 9 to support the html5
canvas tag for rgraph, and also
to use compatibility mode for
other pages so that javascript
menus work correctly.
Query performance has been
improved by having trimdb get
The following query appears on the slow log: SELECT min(tsecs)
FROM statldrg_hourly_2 WHERE SYS_UID = ?;. This is
Some queries
can take a long
time.
the oldest sample time from the
ineffective because there is only one tsecs per hour but there are many
timeinv table rather than from
the main data table.
rows per tsecs. The query might sift through millions of rows to find
the smallest number in multiple distinct tsecs.
Known Issues
DescriptionItem
System Reporter always uses the Secure SSL mode for CLI connection, regardless of
whether the Use SSL option (in the Add InServ screen) is selected.
System Reporter always uses Secure
SSL mode for CLI connection.
Workaround:
None.
Internet Explorer has a limit of 2048 characters. The Firefox (Browser) has a 65,536
character limit. Apache produces a "413 Entity Too Large" error after 4000 characters.
The message "Unrecognized data
report" can be generated by Internet
Explorer when a URL is too long.
Workaround:
Break the query into a smaller size (especially for PD/LD reports).
Excel 2003 has the row limit set at 65,536. Excel 2007 has a maximum limit of
1,048,576 rows. If the data being retrieved from the database exceeds these limits,
an overflow error occurs.
An overflow message can be
generated by the Build Report Menu
for some reports with a large
Workaround:
No workaround has been found to this problem except filtering the data to run smaller
queries.
number of objects (such as LD
space).
System Reporter requires that the database user in Oracle and MySQL have a
password.
System Reporter does not work
correctly if a database user is
created without a password.
Workaround:
Ensure that the database user has a password.
The speed of extraction depends on the speed of the database. Also, the current
version of the extraction utility is a single threaded application where the IO speed
depends on the speed of the destination disks.
The extraction utility can take a long
time to perform the extraction
process when working with large
databases.
Workaround:
Extract smaller chunks of data at a time.
6 Known Issues