Changing DB Name in ADF BC (JDBC URL to JDBC Datasource ) AppModule.xml Free from Enviroment dependency
Most of Developer's having confusion how to change DB URL to different environment. Solution below
For the database change issue :
1.Open the AM
2.Go to overview Section
3.Go to Configurations
4.In that u see AMLocal and AMShared
5.Make Default Configuration as AMLocal
6.Edit the AMLocal
7.Change connection type from JDBC URL to JDBC Datasource
8.Enter the proper DatasourceName wirhout any spelling mistake or blank space
9.Make sure datasource name is same as in weblogic server where you are deploying the project.
Need to do the same for all AM's in your project.
No comments:
Post a Comment