HowTo - Handle 'Processing...' error

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 for further analysis.

(1) Enable logs on server side

      Edit {Web Edition folder}\Core\web.config file, line:
      <add key="logLevel" value="LOG_NONE" />

      must be replaced with:
      <add key="logLevel" value="LOG_FULL" />

      Log file will be created by default at following location: 'C:\TBS\BASvcHost.log'.

(2) Raise a ticket with error description and log file
  1. Go to TBS Help Center
  2. Raise new technical support ticket here
  3. Describe the error and attach the above log file
(3) Turn off logging, by reverting the above changes





    • Related Articles

    • 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. ...
    • 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 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 ...
    • 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 - 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 ...