Connection error: error_profile_test_module

Connection error: error_profile_test_module

When we deploy a project and we find this type of error:


"Connection error: error_profile_test_module"



This error normally occurs when you use a different production environment DBMS Type than the development environment.

To solve this, access your development environment and check what is your DBMS Type (Go to Database —> Edit connection —> Selec your database) 




As you can see, in the development environment DBMS Type is different than the Production environment.


Changing DBMS Type in the production environment to the right driver:



The other case may be because the drivers corresponding to the architecture of the server that contains the project are not enabled, that is, you must first have installed the drivers for the connection corresponding to the server architecture (x64 or x86), to enable the driver corresponding to the database that we wish to connect to must follow our documentation of each database for driver installation.

INSTALLING DRIVERS FOR EACH DATABASE


SQL Server

Oracle

MySQL

FireBird

Others

    • Related Articles

    • Security module password recovery error

      To fix the error during the security module password recovery process, you need to follow the steps below: Only available when using the option to email the change new password link. 1- Access the application app_change_pswd By default, when ...
    • Updating the Security Module to Support the New LDAP

      LDAP is a widely used protocol for user management and authentication in corporate networks. It allows applications to connect to a centralized directory with Active Directory to validate credentials and obtain user information. In version 9.12, ...
    • Updating the Security Module to Support Google Login

      With the replacement of the NCP protocol with the ARPANET TCP/IP protocol, the internet gained space to evolve constantly. As more people joined the internet, things needed to happen faster, making the evolution process almost exponential: the faster ...
    • Filtering Connection Database - Oracle

      On various occasions, we encounter slowness when connecting to the database or while editing and executing applications. It is possible to resolve these issues by optimizing data loading through filter configuration. To do so, follow these steps: ...
    • Upgrading the Security Module: how to migrate from the old to the new

      Web application attacks are constantly evolving. With data being such a valuable asset, it is crucial to keep system security updated to avoid losses. The new security module, besides being extremely flexible and intuitive, implements several ...