HowTo - Handle 'Invalid License key' error in BioManager
BioManager reports error “Invalid License Key” after applying the license key.
Solution
In few installations, we observed that this error is caused by local Windows IIS server rejecting the 'PUT' REST call which is invoked when the license is applied in BioManager.
Pls verify the following resolution items in given order:
(1) In particular, the IIS feature 'WebDAV Publishing' could block the PUT call. This feature is usually intended only for software development machines and not for test or production servers.
If you don’t need to use WebDAV, then the simplest solution is to remove WebDAV from your system. It can be performed in "Turn Windows Features On or Off" by unticking the checkbox as shown in below snapshot.
After removing the feature, restart the server machine for the changes to take effect.
(2) Verify that under IIS settings for TBS website, the option "Allow unlisted verbs" is enabled under Request Filtering - Edit Feature Settings.
(3) If the 'PUT' call is restricted in the general server settings, then 'PUT' verb has to be allowed for TBS website under Request Filtering - Edit Feature Settings - HTTP Verbs - Allow Verb as shown below:
In case error persists, ensure that the License Key matches with Installation / License ID.
Related Articles
HowTo - Handle 'SOAP-ERROR: Parsing WSDL' error in BioManager
BioManager reports error “SOAP-ERROR: Parsing WSDL” which means connection to RemoteAdmin WSDL resource failed. Solution This error is most of the times caused by: missing ‘WCF Services - HTTP activation’ component (under Windows Features - .Net 4.5 ...
HowTo - Handle 'Processing...' error
BioManager may report 'Processing...' error endlessly after installation/upgrade. This is a generic error indicating an internal component was not installed or configured properly. No standard solution can be given, hence more information is required ...
HowTo - Handle 'Database operation error' issues
The Database operation error issue is one of the most common problems detected after a WebEdition installation. It is a general error which is basically saying that connection to the database server (default, SQL Server) could not be established. ...
HowTo - Handle 'Soap http error - Cannot connect to host'
BioManager may report " Soap http error - Cannot connect to host" after installation/upgrade. This is an error indicating that BioManager application cannot connect successfully to the Core web services. It can happen due to couple of reasons: either ...
FAQ - Procedure to connect FW2 and EC10/BCS10 to BioManager ENTERPRISE R20
This article explains the step-by-step procedure to connect old FW2 and ECS10/BCS10 to BioManager ENTERPRISE (BME) R20. TBS strongly recommends the upgrade to FW3 and EC20/BCS20 wherever possible. The below steps are meant to be used only in case ...