11g to 12c migration is done successfully, but in 12c rpd throwing 69 errors — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

11g to 12c migration is done successfully, but in 12c rpd throwing 69 errors

Received Response
1
Views
1
Comments
2936660
2936660 Rank 1 - Community Starter

Hi,

All.

I completed 11g to 12c migration successfully, After migrating, 12c rpd throwing 69 errors, it seems that all errors will displaying the same message like Initialization Block is not associated with a valid connection pool, LDAP servers or customer authentication.

If we debug one error we can close all errors in a single instance, Look the errors messages in below sc.

pastedImage_0.png

Please try to guide me to resolve these errors, help is appreciated

Regards:

Sujit

Answers

  • Hi,

    The message is quite explicit: open your init block and associate it with a connection pool.

    PS: you have one init block by variable? You can probably have a single D_Current defining all your D_Current* variables ... : 1 query returning many columns vs many queries returning 1 column each, the first is better (less work for OBIEE and the DB).