Brava 7.2 & eB 15.6

Hi folks

We wish to get Brava 7.2 running with 15.6

Its all installed but I need the values for the BravaCabVer and BravaClsId settings.

I dont seem to be able to find them anywhere :(

Thanks

Parents
  • Hi,

    Brava7.1 is the version supported with eB15.6.1. A higher version might work but it is not currently the supported version for eB15.6.1.

    But if you want to test eB with  Brava 7.2 , Do the following to locate the CLSID (see attached screenshot ):

    1  open registry editor and search for the Registry key "HKEY_CLASSES_ROOT\BravaClientXWrapper.BravaClientXWrapper". Under it you will find a CLSID field with the information.

    2. The version number in Web.config does not seem to prevent Brava from working in eB. I changed mine to 7,2,0,28 and it still worked although I have 7,1,0,29 as my Brava Server.

    let us know if this helps.

    thanks

                                          

    Address: Bentley | 10052 Mesa Ridge Court Suite
    100 | San Diego | CA | 92121 | USA



  • Thanks Roberto

    We are using BravaEnterprise.NET 7.2

    I assume this is the correct platform as I seem to get 404 or 500's back from the web server when I try to open a file in brava.

  • What values do you have for :-

    <eB.PlugIn.BravaViewer.Properties.Settings>

         <setting name="BravaUrl" serializeAs="String">

           <value>ourserver/.../client&lt;/value>

           <!-- Insert url of Brava! server here -->

         </setting>

    The Bentley documentation say to put in a value that points to the viewer, but this sounds ambiguous.

    When I installed brava 7.1 & 7.2 (on different servers) it creates a website for you off  the default one. That web site has not code behind it except the BravaSDK one. Is that where I should be point in the eb web.config??

    Thanks

    Im ready to chuck brava out the window ..grrrrr

  • Here is my full Brava section of web.config. The URL should be  to the Bravaserver; I will check documentation to see if there is an error. Are you refering to documentation from the Community or from the downloaded software?

    One bit of information that has been an issue for other users is to make sure that URL does not have a slash "/" at the end. That will break your Brava.

    <applicationSettings>

       <eB.PlugIn.BravaViewer.Properties.Settings>

        <setting name="BravaUrl" serializeAs="String">

           <value>bsw-aww-brava.bentley.com/Bravaserver&lt;/value>

           <!-- Insert url of Brava! server here -->

         </setting>

         <setting name="BravaCabVer" serializeAs="String">

           <value>7,1,1,28</value>

         </setting>

         <setting name="BravaClsId" serializeAs="String">

           <value>56505FCF-9DB3-49B4-BA5F-BE3AAE44CF2E</value>

         </setting>

         <setting name="MarkupSecurityGroup" serializeAs="String">

           <value>

           </value>

         </setting>

         <setting name="ExportNameFormat" serializeAs="String">

           <value>Reviewed Files - {0}</value>

         </setting>

         <setting name="ExportCopy" serializeAs="String">

           <value>PUBLISHED</value>

         </setting>

         <setting name="MarkupNameFormat" serializeAs="String">

           <value>MARKUP - {0}</value>

         </setting>

         <setting name="Watermark" serializeAs="String">

           <value />

         </setting>

         <setting name="WatermarkOpacity" serializeAs="String">

           <value />

         </setting>

       </eB.PlugIn.BravaViewer.Properties.Settings>

                                          

    Address: Bentley | 10052 Mesa Ridge Court Suite
    100 | San Diego | CA | 92121 | USA



Reply
  • Here is my full Brava section of web.config. The URL should be  to the Bravaserver; I will check documentation to see if there is an error. Are you refering to documentation from the Community or from the downloaded software?

    One bit of information that has been an issue for other users is to make sure that URL does not have a slash "/" at the end. That will break your Brava.

    <applicationSettings>

       <eB.PlugIn.BravaViewer.Properties.Settings>

        <setting name="BravaUrl" serializeAs="String">

           <value>bsw-aww-brava.bentley.com/Bravaserver&lt;/value>

           <!-- Insert url of Brava! server here -->

         </setting>

         <setting name="BravaCabVer" serializeAs="String">

           <value>7,1,1,28</value>

         </setting>

         <setting name="BravaClsId" serializeAs="String">

           <value>56505FCF-9DB3-49B4-BA5F-BE3AAE44CF2E</value>

         </setting>

         <setting name="MarkupSecurityGroup" serializeAs="String">

           <value>

           </value>

         </setting>

         <setting name="ExportNameFormat" serializeAs="String">

           <value>Reviewed Files - {0}</value>

         </setting>

         <setting name="ExportCopy" serializeAs="String">

           <value>PUBLISHED</value>

         </setting>

         <setting name="MarkupNameFormat" serializeAs="String">

           <value>MARKUP - {0}</value>

         </setting>

         <setting name="Watermark" serializeAs="String">

           <value />

         </setting>

         <setting name="WatermarkOpacity" serializeAs="String">

           <value />

         </setting>

       </eB.PlugIn.BravaViewer.Properties.Settings>

                                          

    Address: Bentley | 10052 Mesa Ridge Court Suite
    100 | San Diego | CA | 92121 | USA



Children