Topic:
In V8.5SR1 of BitMana there was an issue through which instead of pointing at the BitMana-dedicated Online Documentation, the 8.5SR1 version points to the SESWeb documentation instead.
This correction must be applied after the first and any subsequent uses of the SDWeb Configurator application, since that application defines the
URL where the BitMana documentation can be found.
Product version affected:
BitMana V8.5 SR1
Steps to follow:
Change the web.config file
Follow the steps below to correct this issue so that your BitMana implementation points to its proper documentation:
1 – After having run the Web Configurator Application (which is the same application that is used to set configuration values for SESWeb), that application will create a new web.config file.
2 – The web.config file must be changed as follows:
2a) Open the web.config file with Notepad. This file is located in:
C:\Program Files (x86)\WinMagic\SDDB-NT\SDWeb
or wherever your BitMana implementation resides.
2b) Use Ctrl-F to search for “webhelp” – this will show a line that will look like the following:
<add key=”webhelp” value=”http://sesweb-en.knowledgebase.winmagic.com/”/>
2c) Change that URL so the first element in the URL is changed from sesweb-en to bitmana85-en
Following the change, the line should look like the following:
<add key=”webhelp” value=”http://bitmana85-en.knowledgebase.winmagic.com/”/>
3 – From the Menu, choose File | Save to save this file, then close Notepad.
4 – Restart IIS (and restart your browser) to refresh this pointer within the website.