7
Share Report Abuse Next Blog» Create Blog Sign In tuesday, august 12, 2008 OBIEE Configuring Configuring the scheduler on Windows2003/Oracle As with many configurations on OBIEE, it's in the documentation only distributed on many PDF's. Here is how install the OBIEE scheduler on Windows2003 and an Oracle DB. Basically you have to go trough 5 steps: 1 Create the DB User and Tables. 2 Check the instanceconfig.xml 3 Add the Scheduler Administrator to the credential store 4 Configure the Job Manager 5 Run A test 1 CREATE THE DB USER AND TABLES. The table scripts can be found in ..\OracleBI\server\Schema\SAJOBS.Oracle.sql, but you have create the user yourself. Or you can use this script: /**************************************************************************** */ /* Setup OBIEE scheduler on ORACLE */ /* READ THE SCRIPT BEFORE YOU RUN IT !!!!!!!!!! */ /* Run the script as SYSTEM */ /**************************************************************************** */ /**************************************************************************** */ /* Create the S_NQ_SCHED user */ /* You can change the password NOT the user name */ /**************************************************************************** */ DROP USER S_NQ_SCHED; CREATE USER S_NQ_SCHED IDENTIFIED BY "S_NQ_SCHED_PASSWORD" DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE "TEMP" PROFILE DEFAULT QUOTA UNLIMITED ON "USERS"; GRANT "CONNECT" TO S_NQ_SCHED; GRANT "RESOURCE" TO S_NQ_SCHED; GRANT CREATE SESSION TO S_NQ_SCHED; GRANT CREATE TABLE TO S_NQ_SCHED; GRANT CREATE VIEW TO S_NQ_SCHED; ALTER USER S_NQ_SCHED DEFAULT ROLE NONE; 2 Check the instanceconfig.xml In ..\OracleBIData\web\config you will find the instanceConfig.xml OMB 101 OMB OWB TCL Repair NULL. 5 hours ago Oracle Warehouse Builder 101 OWB101 Repository on AL32UTF8 5 hours ago Qlik View 101 QV: Hierarchy 4 months ago SSIS101 SSIS Script Database objects: 4 months ago Java 101 JAVA FileLineC ount 4 months ago sociable my other 101 blogs Show All extra pages OBIEE 10G the Farewell Competition intressting links OBIEE How to get started (UPDATE 13-Aug-2011) OBIEE Let's Get Professional (UPDATE 07-aug-2011) OBIEE 1000 wishes OBIEE Other / Off Topic Questions OBIEE101 as PDF blog archive 2012 (3) 2011 (97) 2010 (99) 2009 (120) 2008 (159) December (20) November (19) October (17) September (18) Augus t (25) OBIEE Forcing OC4J_BI shutdown OBIEE Conditional X-axis graph OBIEE scripting user into the oracle business intelligence obiee 101 A COLLECTION OF OBIEE / OBISE STUFF FROM 101 TILL 404. I JUST PUT THE THINGS HERE I RUN INTO.

OBIEE Delivers

Embed Size (px)

Citation preview

Page 1: OBIEE Delivers

Share Report Abuse Next Blog» Create Blog Sign In

tuesday, august 12, 2008

OBIEE Configuring Configuring the scheduler onWindows2003/OracleAs with many configurations on OBIEE, it's in the documentation only distributedon many PDF's .Here is how install the OBIEE scheduler on Windows2003 and an Oracle DB.Basically you have to go trough 5 steps:1 Create the DB User and Tables.2 Check the instanceconfig.xml3 Add the Scheduler Administrator to the credential store4 Configure the Job Manager5 Run A test

1 CREATE THE DB USER AND TABLES.The table scripts can be found in ..\OracleBI\server\Schema\SAJOBS.Oracle.sql,but you have create the user yourself. Or you can use this script:/*****************************************************************************//* Setup OBIEE scheduler on ORACLE *//* READ THE SCRIPT BEFORE YOU RUN IT !!!!!!!!!! *//* Run the script as SYSTEM *//*****************************************************************************//*****************************************************************************//* Create the S_NQ_SCHED user *//* You can change the password NOT the user name *//*****************************************************************************/DROP USER S_NQ_SCHED;CREATE USER S_NQ_SCHED IDENTIFIED BY "S_NQ_SCHED_PASSWORD"DEFAULT TABLESPACE "USERS"TEMPORARY TABLESPACE "TEMP"PROFILE DEFAULTQUOTA UNLIMITED ON "USERS";GRANT "CONNECT" TO S_NQ_SCHED;GRANT "RESOURCE" TO S_NQ_SCHED;GRANT CREATE SESSION TO S_NQ_SCHED;GRANT CREATE TABLE TO S_NQ_SCHED;GRANT CREATE VIEW TO S_NQ_SCHED;ALTER USER S_NQ_SCHED DEFAULT ROLE NONE;

2 Check the instanceconfig.xmlIn ..\OracleBIData\web\config you will find the instanceConfig.xml

OMB 101OMB OWB TCL Repair NULL.5 hours ago

Oracle Warehouse Builder101OWB101 Repository on AL32UTF85 hours ago

Qlik View 101QV: Hierarchy4 months ago

SSIS101SSIS Script Database objects:4 months ago

Java 101JAVA FileLineCount4 months ago

sociable

my other 101 blogs

Show All

extra pagesOBIEE 10G the Farewell Competition

intressting linksOBIEE How to get started (UPDATE

13-Aug-2011)OBIEE Let's Get Profess ional

(UPDATE 07-aug-2011)OBIEE 1000 wishesOBIEE Other / Off Topic QuestionsOBIEE101 as PDF

blog archive► 2012 (3)► 2011 (97)► 2010 (99)► 2009 (120)▼ 2008 (159)

► December (20)► November (19)► October (17)► September (18)▼ August (25)

OBIEE Forcing OC4J_BI shutdownOBIEE Conditional X-axis graphOBIEE scripting user into the

oracle business intelligence obiee101

A COLLECTION OF OBIEE / OBISE STUFF FROM 101 TILL 404. I JUST PUT THE THINGS HERE I RUN INTO.

Page 2: OBIEE Delivers

Check if the entry between Alerts Tags has a ScheduleServer entry. If you run iton an other port then 9705 add it in the form ServerName:PortNumber(MyServer:1234).

3 Add the Scheduler Administrator to the credential storeOpen a command line box:cryptotools credstore -add -infile e:/OracleBIData/web/config/credentialstore.xmlCredential Alias: adminUsername: SchedulerAdminPassword: SchedulerAdminDo you want to encrypt the password? y/n (y): YPassphrase for encryption: secretDo you want to write the passphrase to the xml? y/n (n): YFile "OracleBIData_HOME/web/config/credentialstore.xml" exists . Do you want tooverwrite it? y/n (y): Y

4 Configure the Job Manager

From the file menu select Configuration Options

The 100 facets of OracleBusiness IntelligenceOBIEE 11g: Login hangs with"Signing In"1 hour ago

Obiee11gResetting OBIEE 11g weblogic adminpassword7 hours ago

Ross GoodmanSocial Media – How I Make It Work16 hours ago

repositoryOBIEE Change the passwordOBIEE Conditional HyperlinkOBIEE Back One PageOBIEE Identifying the server.OBIEE Hidding dashboard

sectionsOBIEE Stragg function on 10G..OBIEE Where is the ODBC Data

Source Administrator?...OBIEE Configuration TagsOBIEE error saving security

accountOBIEE Children of the level /

Converting rows to s ...OBIEE Difference between two

rowsOBIEE Configuring Configuring

the scheduler on Win...OBIEE 10.3.4.0 miss ing popchart

serviceOBIEE Setting up usage trackingOBIEE 10.3.4.0 First impressionsOBIEE making a clear buttonOBIEE Bottom scale on the time

line graphOBIEE Migrating Oracle BI

Discoverer to OBIEEOBIEE customis ing your PCXMLOBIEE Date Time Scatter graphOBIEE Continues Date Time Line

reduxOBIEE 10.3.4.0 is out

► July (20)► June (6)► May (5)► April (3)► March (7)► February (8)► January (11)

► 2007 (15)

about meJohn MinkjanI'm a principal BI-consultant and OBIEEProduct Expert for Ciberin the Netherlands. I'mspecialized in BI Front-End tools ranging from

SSAS, SSRS, OBIEE till COGNOS8.

View my complete profile

my obiee blog list

Page 3: OBIEE Delivers

On the Database tab enter the connection pool date. Always use the native callinterface if possible!.

On the General tab enter the administrator name and credentialsStart the scheduler service

You can find the log in: ..\OracleBI\server\Log\5 Run A testCreate a s imple report and press Save And Schedule

VX Company info blogI’m speaking on the TechDays 2012 inThe Hague17 hours ago

Glenn Schwartzberg'sEssbase BlogHyperion Sig Mini-conferencereminder22 hours ago

Oracle BI, APEX anddatabase

Silenced writebackusing webservices -part 2

1 day ago

OBIEEDeveloperHow to convert aDatekeyNo to dateat RPD Level and atOBIEE Answers

1 day ago

Siebel EssentialsOBIEE 11g:Supplemental Detailin Log Viewer

2 days ago

Jeff Kemp on OracleDEFAULT NULL NULL2 days ago

Geek And PokeAlmost2 days ago

Custom Search

Show All

search

Search

labels

ADMINISTRATION TOOL (6)AGGREGATE (9)

BI-PUBLISHER (6)

CACHE (11)CATALOG (7)

CHART (34)column (7)

CONFIGURATION (13)CONNECTION POOL (4) CORDA(13) CSS (23)CUSTOMMESSAGES (10)DASHBOARD (21) DATE/TIME(18) DIMENSIONS (4)

ERROR (4)EVALUATE (5)

EXCEL(6) FILTER (7)

GRAPH(22) HIERARCHY (10) HTTP(S)(4)

INSTANCECONFIG (20)

Page 4: OBIEE Delivers

Click on the destinations tab an select Oracle BI Server Cache

Save the IBot.Open a connection with the jobmanager:

Enter the login credentials

CONFIG (20) JAVASCRIPT (18) KEVIN C (6)

MAPS (7) METADATA(6)

MULTI LANGUAGES (4)

NARRATIVE VIEW (6) NQSConfig (4) NQSERROR (4)

OBI-FL (7) OC4J (6)

ORACLE (7) PATCHES (6) PCXML (14) PDF

(4) PIVOT(15) PROMPT(30) REPOSITORY(12)

SCHEDULER (4)SCORECARD (8) SCRIPTS(26) SECURITY (10)

SKIN (14)

STYLE (15) SYSTEM(5) TITLE (4)

TOPN (6)

USER (5) VARIABLES (9)

WEBSERVICES (5)

my site'sCiber (Netherlands)Ciber international

feedjit live traffic map

subscribe to

followers

SQL Server QueryTool

Improve SQL ServerPerformance 65%, Save

on Costs, Free TrialDownload!

www.Confio.com/SQL-Server-Query…

Recent Visitors

Posts

Comments

Page 5: OBIEE Delivers

Press the refresh button and have a look at the entry:

This article was original written for the Ciber knowledge Blog:http://knowledge.ciber.nl/weblog/?p=124

Till Next Time

posted by john minkjan at 8/12/2008 03:11:00 pm labels: all posts, obiee, scheduler

8 comments:

disclaimerOpinions expressed are entirely myown and do not reflect the position ofmy employer, Oracle or any othercorporation. I'm NOT responsible forany damages in whatever formcaused by the usage of the contentof this blog. And Yes I'm human, so Itend to make a misstake every nowand then

oracle certified specialist

oracle partnernetwork certifiedspecialist

dutch amber alert:

kala said...these steps really useful... and very much thankful for nice topics.. :)

February 7, 2009 12:37 PManonymous said...the steps dont explain about setiing up mail server

June 5, 2009 6:29 PMjohn minkjan said...@Anonymous

have a look at this :http://obiee101.blogspot.com/2008/09/setting-up-mailserver-in-vmware.html

Regards John

June 12, 2009 11:22 AMbill said...What is the meaning of the username 'SchedulerAdmin' s ince I don'thave a BI user with this name. When I try to submit a job it fails when Ispecify the userid as SchedulerAdmin:[NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for therequested connection is refused.[nQSError: 43001] Authentication failed for SchedulerAdmin in repositoryStar: invalid user/password.Connect open failed

February 12, 2010 6:16 AMjohn minkjan said...@Bill,

It's just a user to seperate functionality, you can use any user you want.

regards

John

February 12, 2010 8:36 AM

Page 6: OBIEE Delivers

Newer Post Older Post

Post a Comment

Home

Subscribe to: Post Comments (Atom)

Een Job bij Ciber NL?

bill said...The user "scheduleradmin" needs to exist as a bi user so that bi servercan authenticate the username with the username provided by the bischeduler. I didn't create the "sheduleradmin" user in bi server which isprobably what is causing the error.

February 12, 2010 8:02 PMbill said...Hello John,I followed an article on "setting up obiee delivers/ibots to send alerts"and keep running into email device errors. Using the presentationservice: settings => 'my account' and under Delivery Options selected'Add Email Device'. First error was there was not directory called emailunder _prefs\devices and second error was 'Object expected:/users/administrator/_prefs/devices/Email'. So I'm not sure whichapplication is supposed to create this email directory and what object isit requesting. I searched on Toolbox for IT and they indicated it may be apermiss ion error so I opened the email folder to "full control" to all useraccounts on my PC and still the error pers isted. Some direction wouldbe greatly appreciated.

February 14, 2010 8:46 PMajay kumar said...thanks a lot..

January 5, 2012 11:07 AM

VoltDB - The NewSQL RDBMS45x faster, scales out, auto-shards ACID compliant. Free Download!

www.VoltDB.com

Page 7: OBIEE Delivers