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 Reply Children
  • 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



  • Just noticed the Communities editor added some funny characters to the section I pasted. Can you send me your email and I will send you a txt attachment without any garbage?

                                          

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



  • The documentation I  was referring to was the 15.6 eB  "Implementation Guide"  Page 84

    "3. Inside the <value> </value> element, enter the URL of the Brava Viewer's virtual directory."

    Is this referring to the ActiveX//viewer directory ? im just not sure :(

    Surely this has to point to something meaningful hence I was wondering from your config what is in you "Bravaserver" directory?

    Thanks