Configuring Scheduler and Delivers
698922Sep 1 2009 — edited Feb 13 2013Hi,
I'm hoping someone can help identify what I'm missing configuring scheduler and delivers.
I've followed the manual instructions and several non oracle instructions as recommended in this forum:
http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
http://obiee101.blogspot.com/2008/08/obiee-configuring-configuring-scheduler.html
I'm installing scheduler on a remote unix system. I am using an existing BI Answers install.
Settings I have used are as follows:
Database tables created as per manual
Setup Database User
Username S_NQ_SCHED
Password SCHED_XXXX
Setup instanceConfig.xml
ServerName <ScheduleServer>xxxxx</ScheduleServer>
CredentialStore <CredentialStorage type="file" path="/OracleBIData/web/config/credentialstore.xml" passphrase="secret"/>
file location \OracleBIData\web\config
Setup credentialstore.xml
Alias admin
Username SchedulerAdmin
Password SchedulerAdmin
passphrase secret
file location cryptotools credstore -add -infile /OracleBIData/web/config/credentialstore.xml
Configure Scheduler
Scheduler Database Configuration
Database type Oracle 10g R2
Call interface OCI 10g
Data Source Name aaaa10
Username sa2
Password xxxx
Scheduler General Configuration
Administrator name administrator
Administrator password xxxxxx10
Mail General Configuration
Sender address mark@myemail.com
SMTP Server mailhost
file location /oracle/product/OracleBI/setup
. sa-init.sh
schconfig
I am logging into BI Answers using username: administrator and password: xxxxxx10
When I try to save an iBot I get the following error:
Oracle BI Scheduler Error: [nQSError: 68019] Authentication Failed.
Error Details
Error Codes: GYFPI8RN
I've now tried several combinations of usernames and passwords in the config files but either get the above error or:
Oracle BI Scheduler Error: [nQSError: 12008] Unable to connect to port 9705 on machine walter. [nQSError: 12010] Communication error connecting to remote end point: address = walter; port = 9705. [nQSError: 12002] Socket communication error at call=: (Number=-1) Unknown error
Error Details
Error Codes: GYFPI8RN
I'm not sure whether I've got the link between the usernames wrong or if there is something external to the above configurations I need to correct.
Can anyone point me in the right direction?
Thanks,
Mark