OBIEE Scheduler Configuration
AbeJul 27 2012 — edited Jul 27 2012I am not able to schedule the reports and send it through email. I have done the following. please help me to know what is missed?
Afte login Enterprise manager using Admin user credentials
Went to to Mail tab (Business Intelligence > coreapplication > Deployment>Mail
And entered all the below credenitials
SMTP SEVER: Server IP
PORT OF SMTP SERVER : 26
EMAIL ADDRESS OF THE SENDER: alert@compnay.com
USERNAME : alert@compnay.com
PASSWORD: password of the mail id
Also updated the instanceconfig.xml and biee-domain.xml from the following path respectively
1. BI installation Drive\instances\instance1\config\OracleBISchedulerComponent\ coreapplication_obisch1
2. BI Drive\user_projects\domains\bifoundation_domain\config\fmwconfig
And then created agent and scheduled it. Got a message saying "Agent has run successfully"
But dint get the mail on the recipients mail id.
Further checking found that the instanceconfig.xml from below path is not updated with the updation of biee-domail.xml file
/BI/obiee11ghome/Oracle_BI1/bifoundation/admin/config/OracleBISchedulerComponent/instanceconfig.xml
Part of instanceconfig.xml from above path:-
NOTE:
Values in this element may be automatically updated from the
biee-domain.xml file.
-->
<From>Oracle Delivers</From>
<SMTP_Port>25</SMTP_Port>
<SMTP_Server>localhost</SMTP_Server>
<Sender>defaultuser@defaultmailserver.com</Sender>
Let me please know if i missed anything
Many Thanks