Oracle Business Intelligence

Oracle BI ( Obiee ) Please make sure the repository is ready

Bir süredir Oracle ile döküman hazırlamaya devam ediyorum, Arada aldığım hataları da buraya ekliyorum. Kurulum bittikten sonra obiee de ayar yapınca bazı durumlarda sizden servisleri yeniden başlatmanızı istiyor. Servisi yeniden başlatınca da ” xmlpserver ” için  ” Please make sure the repository is ready ” hatası geliyor. Hatayı ufak bir konfigürasyon ile düzentebilirsiniz.

Ben dizini /home/oracle/MiddleWare olarak belirledim siz bu kısmı kendinize göre ayarlamanız gerekiyor.

” /home/oracle/MiddleWare/user_projects/domains/bifoundation_domain/config/bipublisher ” dizinine gelin ve xmlp-server-config.xml dosyasını aşağıdaki gibi düzenleyin.

<?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>

Buda konuya özel şarkımız

https://www.youtube.com/watch?v=QxjfG3CvKrQ

Bugra Parlayan

I use this blog in my spare time to jot down thoughts and share my professional experiences. It’s my personal space to unwind and reflect. Feel free to share or reuse anything you find helpful here — just a small thank you is more than enough :) You can reach me at: bugra[@]bugraparlayan.com.tr

Related Articles

Leave a Reply

Back to top button
Close