HowTo - Handle 'Access denied' error with WebEdition R10
To increase system security, from WebEdition version R10 web service authentication is enabled by default. This leads to problems with integrations that do not support security token on web service interface and results in 'Access denied' error.
Solution
(A) Support security token on RemotePublic interface (recommended)
TBS strongly recommends to update web service integration (RemoteSync etc.) to support authentication via security token. More information can be found in RemotePublic Programming Guide.
(B) Deactivate web service authentication
If web service authentication shall be deactivated please use the following command:
{WebEdition}\_tools\ConfigUpdater\CfgUpd.exe profile=RPForceUnsecure
Before running the above command, please ensure the tool has version 1.2.1.26 or higher (right-click -> Properties -> Details tab).
If this is not the case, it means you are running a pre-release of R10. In order to run successfully the command, you should upgrade to the latest official version.
Related Articles
HowTo - Re-enable web service authentication after it was disabled
Although web service authentication is enabled by default with WebEdition R10 or later, this can be disabled as shown in below article: https://help-center.tbs-biometrics.com/portal/kb/articles/howto-handle-access-denied-error-with-webedition-r10 ...
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 ...
FAQ - WebEdition server installation troubleshooting
Question What are the most frequent problems when installing WebEdition server, and how can I solve them? Answer Installing all WebEdition server components is not a click-and-go experience. It requires several installation steps and skipping or ...
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 '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. ...