General Information
Known
Issues
Upgrade Information
Configuration Support
For information on configurations currently supported in Business Objects 5.1.9 / WebIntelligence 2.7.5, refer to the Business Objects Product Availability Report Web Site (PAR).
The Product Availability Report (PAR) contains detailed up-to-date information on supported:
products and languages
operating systems
web and application servers
connectivities
browsers
printers
Miscellaneous
Upgrading to Service Pack 7 or greater
Downloading Zero Admin BusinessObjects
Universal Drill-through Services
Installation
Master Installation
Upgrading from a Master
Setup
Authentication
No Authentication mode
Security
Obsolete system DLLs
Oledb.sbo file
When
you upgrade to WebIntelligence 2.7, the audit database is not automatically
updated.
Enter the following SQL statements
to update your audit database manually:
insert
into OBJ_A_APPLICATION (A_APPLI_N_ID, A_APPLI_C_NAME) VALUES ( 6,
'BusinessObjects ZA' );
insert into OBJ_A_APPLICATION (A_APPLI_N_ID, A_APPLI_C_NAME) VALUES ( 7, 'WebIntelligence
2.6' );
insert into OBJ_A_EVENT_NAME (A_EVNAM_N_ID, A_EVNAM_C_NAME) VALUES ( 39,
'Upload Agnostic Document' );
insert
into OBJ_A_OBJECT_TYPE (A_OTYPE_N_ID, A_OTYPE_C_NAME) VALUES ( 19, 'SQL
Value');
update OBJ_A_EVENT_NAME
set A_EVNAM_C_NAME = 'Publish'
where A_EVNAM_N_ID = 8 ;
update OBJ_A_EVENT_NAME
set A_EVNAM_C_NAME = 'Download Agnostic Document'
where A_EVNAM_N_ID = 33 ;
update OBJ_A_EVENT_NAME
set A_EVNAM_C_NAME = 'BusinessObjects ZA started'
where A_EVNAM_N_ID = 34 ;