cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Error

Former Member
0 Kudos

Hi Guys,

i am getting below error in MONI, can any one pls help me on this how to resolve this issue.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error when attempting to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Can not establish connection:: SQLException: The application requester cannot establish the connection. (Connection refused)</SAP:AdditionalText>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Thanks,

Siva.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Also , you can resend the message from RWB, as this type of error message can com due to temporary network issue.

--Div

former_member854360
Active Contributor
0 Kudos

Hi,

First check the Basic Connectivity (Telnet) to DataBase Server.

Also check the UserName and Password.

Former Member
0 Kudos

Hi Debasish,

Thanks for ur help.

How i will check the Basic Connectivity (Telnet) to DataBase Server and UserName and Password.

Can you please explain me step by step.

Regards,

Siva.

former_member854360
Active Contributor
0 Kudos

Hi,

You need to log on to PI server

And from command prompt

You need to type telnet IP address(here Database server IP)

Also try to log in to the database using TOAD(in case of oracle) or Microsoft database management studio(MS SQL server)

using the same user id and password.

Take help from your BASIS team

Former Member
0 Kudos

Hi Debasish,

i will check and let u know.

thanks for ur help.

Regards,

Siva.