cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC sender- Communication channel Ping failed

Former Member
0 Kudos

Hi All,

I am working on Proxy to JDBC scenario in PI 7.3.

When I am trying to ping the Communication channel its giving error, error details are in the attached document,

Please provide me the solution.

Thank you in advance.

Regards,

Amar.

Accepted Solutions (0)

Answers (2)

Answers (2)

ambrish_mishra
Active Contributor
0 Kudos

Hi,

Possibly it could be a firewall issue. Is the database on the same network domain as PI ?

Ambrish

Former Member
0 Kudos

Hi Ambrish,

No firewall issue. PI and database are in different domain. Successfully ping from PI OS level.

Amar.

iaki_vila
Active Contributor
0 Kudos

Hi Reddy,

Contact with your basis team because probabbly the port used to connenct to the database is not open. Also tell us the format that your are using to the driver connection and the database vendor, may be something is wrong.

Regards.

Former Member
0 Kudos

Hi,

I am using SQL Server 4133 port and i have checked with network team they confirmed that port is open and have removed all firewall restrictions.

JDBC Driver : com.microsoft.sqlserver.jdbc.SQLServerDriver.

Connection : jdbc:sqlserver://XX.XX.X.XX:1433;databaseName=XXXX

Regards.

iaki_vila
Active Contributor
0 Kudos

Hi,

Is the port 4133 or 1433?, could your database team access with the user that are you using?

Regars.

Former Member
0 Kudos

Hi,

Port is 1433 and the DB team can access with the user that I am using.

Regards,

Amar.

ambrish_mishra
Active Contributor
0 Kudos

Hi Amar,

Is it a typo above. port should be 1433.

Ambrish

ambrish_mishra
Active Contributor
0 Kudos

Hi Amar,

please check 2 steps:

  • The driver is correctly installed. Please check the driver version.
  • Try adding the host name to /etc/hosts file on PI App server

Ambrish