cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter configuration not initialized:null

Senthilprakash1
Participant
0 Kudos

Dear All,

I am getting below error in the Receiver JDBC CC.

JDBC Adapter configuration not initialized:null

Could anyone tell me why this error is coming and how to initialize the Adapter?

Thanks in Advance,

Senthilprakash.

Accepted Solutions (0)

Answers (5)

Answers (5)

Senthilprakash1
Participant
0 Kudos

yes it has been answered

Former Member
0 Kudos

Please check your connection string in ID whether it's correct.

Also you may check if the DB was down (e.g. for maintenance). Sometimes reconnection issues appear in such cases. Try to stop and start the channel.

If still messages are in the queue (RWB) to be delivered to the DB - you may need to stop the channel, delete the messages - start the channel. I've seen situations where a reprocessing of messages in such cases was not possible.

Regards,

Kai

Senthilprakash1
Participant
0 Kudos

Dear All,

The Channel parameters are correct and i rechecked them.

I suppose there is some problem in the Database. I have asked the DBA to check the Drivers in the DB weather they have been deployed properly as its a new Database system.

PS: I successfully connected to the database via Telnet using the port given by them.

When i try to connect via PI Channel its giving me this error.

anyways lets wait for DBA reply.

Thanks and Regards,

Senthilprakash.

Former Member
0 Kudos

Hi,

This driver deployment has to be checked from PI end. Ask your basis guy to do the needful.

Regards,

Siddhesh S.Tawate

Shabarish_Nair
Active Contributor
0 Kudos

This is usually seen if the connectivity parameters are wrong in the adapter.

confirm on the connection parameters.

madanmohan_agrawal
Contributor
0 Kudos

>>JDBC Adapter configuration not initialized:null

This seems to be problem with your JDBC driver deployment. So cross-check.

1.Check whether the JDBCAdapter is Activated.

2.Check if any firewalls are there frm client side and open

3.Check the password used to connect the Database is correct one.

If all these are fine..do the complete cache refresh once.

Regards,

Madan Agrawal

Former Member
0 Kudos