Missing MFCM100.dll

Missing MFCM100.dll

If the below error appear when opening the Benzin or Bnz_HO, then the Visual C++ 2010 32 bit must be installed as well as SQL Native Client.








    • Related Articles

    • SASCO: Generation of CMS Offline Transactions in Bnz_HO

      Generating a CMS Offline Transaction is usually done when a CMS payment was not received by RHO for various reasons. This basically means that the transaction exists and is available in RHO (receipt) but the CMS payment (Bnz_FuelTrnXxx) is missing. A ...
    • ALL: Exporting and Importing Inventory Items (Codes) from RHO to BOS

      The following procedure can we used when initial inventory items were not replicated or imported correctly during the station installation. If some item codes are missing from the BOS, supplier matrix definitions and price update documents created in ...
    • ALL: Unable to add new station code on Store Definitions (Bnz_HO) / Remove temporary files

      In some cases, it can happen that a new C/A Code for Own Shop is added and it cannot be added on Store Definitions menu in Bnz_HO - new code does not appear in the list: In order to solve this, the temporary files need to be removed from ProMax ...
    • PAIS: Procedure to disable Orpak StoriX Pais Service (ShvaEPS)

      Orpak StoriX Pais Service Removal procedure Errors found in Comserver log Example: 2026/02/10 07:22:00.089|ERROR|[47]|00005574-0000-0000-0000-000000000000|||ComServer.WcfService.WcfCommunicationService - System.ComponentModel.Win32Exception: The ...
    • How to check used memory by DB

      Sometimes the ireports are loading slowly the possible issue is memory usage from DB, below a check query: SELECT DB_NAME(database_id) AS [Database Name], COUNT(*) AS [Page Count], COUNT(*) * 8 / 1024 AS [Memory Usage (MB)] FROM ...