Thanks to Nachiket Mehendale for wonderfully notes on Stop BI, service
I am sharing here with you.
We wanted this process to happen automatically.The way suggested by Oracle Support is –
Change in the
..\instances\instance1\bifoundation\OracleBIApplication\coreapplication\StartStopServices.xml
..\instances\instance1\bifoundation\OracleBIApplication\coreapplication\StartStopServices.xml
<condition property=”should.get.credentials”>
<or>
<isset property=”should.create.credentials”/>
<isset property=”is.stop.all”/>
</or>
<or>
<isset property=”should.create.credentials”/>
<isset property=”is.stop.all”/>
</or>
to
<condition property=”should.get.credentials”>
<or>
<isset property=”should.create.credentials”/>
<isset property=”should.create.credentials”/>
</or>
</condition>
<or>
<isset property=”should.create.credentials”/>
<isset property=”should.create.credentials”/>
</or>
</condition>
Save the changes and test.
This time we were not asked to type user id and password.
This time we were not asked to type user id and password.
No comments:
Post a Comment