Brava viewer does not display any markups (or markup layers)


 

Product

  
 Applies To 
  
 Product(s):Assetwise ALIM Web
 Version(s):16.7.xx
 Environment: N/A
 Area: Brava Viewer
 Subarea: Markups
 Original Author:Dennis Chan, Bentley Product Advantage Team

Problem Description:

User opens a PDF file with markups in the Brava viewer but the viewer does not show any markups at all.

 

Cause:

One possible cause is that the "XML" mime type (file extension) appears more than once in the m3_formats table.

Solution:

  1. Run the following query against the database:
  2. select * from m3_formats where mime_type like '%xml%' or file_ext like '%xml%' or name like '%xml%'

  3. if there are two or more rows returned, use the following steps to remove the unwanted row(s)
  4. run Director
  5. login as the ADMIN user
  6. go to System Admin -> Maintain List Values
  7. click Electronic File Format
  8. select the unwanted row(s) containing the XML extension and click the red X to delete the row

Workaround:

N/A