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 ...
    • Oracle Connection - Scriptcase

      On several occasions we face slowly at the time of connection to the database or the editing and running applications.   To resolve this issue we can set the connection filter for the loading of data is optimized. To do this, follow these steps: ...
    • Connection with MSSQL Database

      Scriptcase has 3types of connections that can be used to communicate with Database MSSQL Server. - MSSQL Server Native SRV PDO - MSSQL Server Native SRV - MSSQL Server ODBC 1. Connection ODBC (MSSQL Server ODBC)  This connection may be used on the ...
    • Filter Oracle Connection

      If the error above appears when connecting to the database and then creating a new application, it is necessary to make some changes regarding the database: Obs: For such changes it is necessary to know the owner who has view of the tables, such ...
    • Connection to Sybase PDO DBLIB

      In Scriptcase, we have the following drivers available for connecting to Sybase: Sybase PDO DBLIB, Sybase PDO ODBC and Sybase. If you are using your own, pre-configured environment, the Sybase extension must be enabled manually in PHP. NOTE: If you ...