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
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 Suite100 | 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.
we have .net 7.1 as well...
What values do you have for :-
<eB.PlugIn.BravaViewer.Properties.Settings>
<setting name="BravaUrl" serializeAs="String">
<value>ourserver/.../client</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??
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>
<value>bsw-aww-brava.bentley.com/Bravaserver</value>
<setting name="BravaCabVer" serializeAs="String">
<value>7,1,1,28</value>
<setting name="BravaClsId" serializeAs="String">
<value>56505FCF-9DB3-49B4-BA5F-BE3AAE44CF2E</value>
<setting name="MarkupSecurityGroup" serializeAs="String">
<value>
</value>
<setting name="ExportNameFormat" serializeAs="String">
<value>Reviewed Files - {0}</value>
<setting name="ExportCopy" serializeAs="String">
<value>PUBLISHED</value>
<setting name="MarkupNameFormat" serializeAs="String">
<value>MARKUP - {0}</value>
<setting name="Watermark" serializeAs="String">
<value />
<setting name="WatermarkOpacity" serializeAs="String">
</eB.PlugIn.BravaViewer.Properties.Settings>
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?
sent
Thanks ROberto
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?
it points to bravaserver ..... doh
Hmmm the clsid is the same for 7.1 & 7.2 ...
just checked in the registry
So has anyone got eB talking to a 7.2 brava server?
Cheers