Tuesday, June 9, 2015

BI Publisher error : Server not initialized. Please make sure the repository is ready

BI Publisher error : Server not initialized. Please make sure the repository is ready














Solution:
----------
 MW_HOME\user_projects\domains\bifoundation_domain\config\bipublisher

Edit  xmlp-server-config.xml file add below two lines and if already exists verify both repository path.


<?xml version="1.0" encoding="UTF-8" standalone="no"?><xmlpConfig xmlns="http://xmlns.oracle.com/oxp/xmlp">
  
   <resource>
      <file path="${xdo.server.config.dir}/repository"/>
   </resource>
   <config>
      <file path="${xdo.server.config.dir}/repository"/>
   </config>
</xmlpConfig>

No comments:

Post a Comment