Xqe-jdb-0001 Problem Establishing Connection. Please Check The Database Server

Platform-specific checks

Preventive measures

From the Cognos server machine, try:

: The connection string might be targeting the wrong port (e.g., trying a non-SSL port for an SSL-only database).

PostgreSQL: jdbc:postgresql://hostname:5432/database_name MySQL: jdbc:mysql://hostname:3306/database_name?useSSL=false Oracle: jdbc:oracle:thin:@hostname:1521:ORCL SQL Server: jdbc:sqlserver://hostname:1433;databaseName=dbname

up

Закрыть Закрыть