cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy- JDBC error

vijay_kumar133
Active Participant
0 Kudos

Hi friends,

The receiver CC is showing error..

the error

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null

please help it is showing in CC monitoring..

in sxmb_moni it is showing sucess...

Thanks and Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this may be the problem with

1) Either you are not installed JDBC Drivers properly

2) Or not mentioned the Drivers and the connection properly

For Oracle:

JDBC Driver is: oracle.jdbc.driver.OracleDriver

Connection Parameter is: jdbc:oracle:thin:@<HostName>:1521:<SID>

For MySQL

Drivers is ::com.mysql.jdbc.Driver

Connection is ::jdbc:mysql://IP Address:3306/Database name

Regards

Seshagiri

vijay_kumar133
Active Participant
0 Kudos

hi

how to check that adapter is working properly and to restart it in NWA..

Please say the steps..

as port is opened...

2008-07-04 18:03:47 Success Message successfully received by messaging system. Profile: XI URL: http://host:50000/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER

2008-07-04 18:03:47 Success Using connection JDBC_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.

2008-07-04 18:03:47 Success Message successfully put into the queue.

2008-07-04 18:03:47 Success The message was successfully retrieved from the receive queue.

2008-07-04 18:03:47 Success The message status set to DLNG.

2008-07-04 18:03:47 Success Delivering to channel: CC_AMS_Update

2008-07-04 18:03:47 Success MP: Entering module processor

2008-07-04 18:03:47 Success MP: Processing local module localejbs/CallSapAdapter

2008-07-04 18:03:47 Success Receiver JDBC adapter: processing started; QoS required: ExactlyOnce

2008-07-04 18:03:47 Error JDBC adapter receiver channel CC_AMS_Update not initialized. Unable to proceed due to null

this is showing in CC monitoring..

Regards

Vijay

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you please Check whether Your CPA Cache is Updated or not.

Maybe the AWF is not able to identify the Communication Channel.

You Should Check the Insatlled Drivers.

Reward points id useful

Abhishek

vijay_kumar133
Active Participant
0 Kudos

Hi,

In my adapter i am using Windows authentication. username and pass of mssqlserver2005.

if we use this need to change any parameters..

the problem is purly adapter is not able to login to sqlserver..

So please suggest me in this case any change required in sql side or in adapter side...

Regards

Vijay

Former Member
0 Kudos

Hi,

Refer these Forum Links they are having the same problem

Thanks

Vikranth