iis - ASP.NET with AcuXDBC problems -


We are currently running an ASP.NET MVC site which connects to the COBOL database via ACUGT. We are using ACUXDBC 8.01 drivers.

Machine with ASP.NET site is on a machine that has Windows Server Standard 2008 with SP2, IIS 7, 4 GB RAM.

The website about two times in a day stops working for one of two reasons:

  1. We get an error that says " System Runtime Interoper Services. COMException (0x80080005): The class factory for the component with COM CLSID (BFBBB600-C4DB-11D2-B11B-74F606C10000) failed due to the following error: 80080005 server execution failed (exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE).), Where we must restart the server.
  2. came IS processors take up to 100% and we have to stop the process and everything becomes normal. Has anyone encountered this problem and solved it?

    P>

    Below is the configuration section for ACU.

    Enter image details here AcuXDBC version 8.0.1 is quite preliminary (this was first introduced in version 7.4.0).

    It seems that the version of the AcuXDBC server has a memory leak and there were some enhancements related to the functionality / memory.

    Did you really speak to your microfocas support representative? It should be a licensed product, so you will be entitled to support them.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -