cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SQL State : 08001 Native error

karthik_murugan
Contributor

Hello,

We have Installed Hopex V2R1 in our application server and create reference for the environment, but then we face the below error message. Could you please help us out on this.

image.png 

1 Reply

jhorber
MEGA
MEGA

This is a generic error regarding communication between SQL Server native client (used by HOPEX installation) and SQL server error (storing HOPEX data).
It is reported in HOPEX error log.

 

Possible causes:

  • The instance of SQL server where the HOPEX data are stored cannot be reached
  • HOPEX configuration files (.EMQ) does not match the real location of data

Recommendations

  • Check if HOPEX configuration matches the real location of data
  • To quote SQL Server, use IP address or FQDN (Fully qualified domain name, ex: SQL02/mycompany.com) rather than host name (ex: SQL02)
  • Check that Firewall is configure to enable trafic
  • Check that Service 'SQL Server Browser' is started on the SQL Server
  • Check that protocol 'TCP/IP' is enabled on the SQL Server (use utility SQL Server Configuration Manager)
Jerome