RCU creation schema

Hi
I am using OBIEE11g in linux box in UAT.Now we have plan to move production.In production without DBA privileges user credential ,my DB team will give 2 schemas one for PROD_BIPLATFORM and PROD_MDS.Now can i possible to install based this schema in OBIEE11g istallation.(Without create RCU)
Thanks
Gram.

Why would you want to do that? Just have someone from the DBA team come and put the needed connection information and SYSDBA password in when you're installing. If that's not possible, are they just creating empty schemas or are they moving the tables within from some other environment?

Similar Messages

  • What are the best practices for the RCU's schemas

    Hi,
    I was wondering if there is some best practices about the RCU's schemas created with BIEE.
    I already have discoverer (and application server), so I have a metadata repository for the Application Server. I will upgrade Discoverer 10g to 11, so I will create new schema with RCU in my metada repository (MR) of the Application Server. I'm wondering if I can put the BIEE's RCU schemas in the same database.
    Basically,
    1. is there a standard for the PREFIX ?
    2. If I have multiple components of Fusion in the same Database, I will have multiples PREFIX_MDS schema ? Can they have the same PREFIX ? Or They all need to have a different prefix ?
    For exemple: DISCO_MDS and BIEE_MDS or I can have DEV_MDS and this schema is valid for both Discoverer and BIEE.
    Thank you !

    What are the best practices for exception handling in n-tier applications?
    The application is a fat client based on MVVM pattern with
    .NET framework.
    That would be to catch all exceptions at a single point in the n-tier solution, log it and create user friendly messages displayed to the user. 

  • RCU single Schema

    Hi
    While creating RCU schemas,Is it posible to create BIPLATFORM and MDS both in Single Schema.
    e.g
    PROD_OBIEE
    instead of this
    PROD_BIPLATFORM
    PROD_MDS
    Note: IF create both in single schema it will impact anything or ?
    I am trying install OBIEE11g in prodiction machine.
    Thanks
    Gram.

    Hi,
    yes it will not affect subject to have sufficient space in production.schema can be from one or multiple database it works
    please mark as helpful if answered
    thanks

  • Oracle Fusion Middleware ( RCU/ODI/OHS )

    Using Repository Creation Assistant
    2.2 Creating Oracle Enterprise Content Management Suite Schemas
    http://docs.oracle.com/cd/E15523_01/doc.1111/e14495/rcu.htm#INECM1647
    My question is "Why do I need to create a new Schema:NAME:PREFIX:OWNER:COMPONENT in order to use them and why are they restricted to one domain for my old/new Weblogic Domain Configurations?
    RCU creates schemas using based prefix for example DEV(x) (Development); And Oracle12c is getting overwhelmed by the amount of "schema user" creations. (I personally think this is way to much duplication) and user-level access has its limitations in Oracle12c. - please correct me if I'm wrong.

    Hi Michael,
    Thanks for your valuable inputs.
    Below line in CRMS_KR.htm was causing the problem because while directly hitting the CRMS_KR.htm we had hard-coded all the tag values which in other case is read from formweb.cfg
    Before:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">*
    We modified it to
    After:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet">*
    Now we are able to hit the below URL sucessfully
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    Thanks & Regards,
    Harish

  • RCU Install error - Timeout while connecting to the datbase

    Hi All,
    I am trying to install the OBIEE 11.1.1.7 in my Laptop - OS is Windows 7.I am at the level of RCU Creation. While I am running the rcu.bat, I entered all the database connectivity details such as host name, service name, port number etc.But when I clcik on Next button it always throws the below error "Time out while connecting to the database. Current time out value is 30 seconds."
    Please help me.
    The below is the RCU Log file details:
    2013-07-26 12:32:55.821 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:SYS, role:SYSDBA, connectString:(description=(address=(host=localhost)(protocol=tcp)(port=9921))(connect_data=(service_name=DEMO)(server=dedicated)))
    2013-07-26 12:33:57.071 ERROR rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: Failed to connect database: Time out while connecting to the database. Current time out value is 30 seconds.
    2013-07-26 12:33:57.075 ERROR rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: SQLFatalErrorException:
    oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: Time out while connecting to the database. Current time out value is 30 seconds.
      at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:585)
      at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:358)
      at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:253)
      at oracle.sysman.assistants.rcu.backend.validation.StepValidator.isConnectionStepValidated(StepValidator.java:1352)
      at oracle.sysman.assistants.rcu.ui.pages.DBConnectionPage.updateModel(DBConnectionPage.java:552)
      at oracle.sysman.assistants.common.wizard.WizardPageExt.wizardValidatePage(WizardPageExt.java:166)
      at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(WizardPage.java:710)
      at oracle.bali.ewt.wizard.WizardPage.validatePage(WizardPage.java:680)
      at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(BaseWizard.java:2367)
      at oracle.bali.ewt.wizard.BaseWizard._validatePage(BaseWizard.java:3072)
      at oracle.bali.ewt.wizard.BaseWizard.doNext(BaseWizard.java:2152)
      at oracle.bali.ewt.wizard.dWizard.DWizard.doNext(DWizard.java:405)
      at oracle.sysman.assistants.common.wizard.WizardExt.doNext(WizardExt.java:261)
      at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3944)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)
      at java.awt.EventQueue.access$400(EventQueue.java:81)
      at java.awt.EventQueue$2.run(EventQueue.java:627)
      at java.awt.EventQueue$2.run(EventQueue.java:625)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:636)
      at oracle.sysman.assistants.common.util.EventPopUp.dispatchEvent(EventPopUp.java:94)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Hi Ramya,
    Following checks may help to resolve the issue.
    1) Whether Port 21 is open and allowed to connect with FTP.
    2) Ping, FTP and telnet possible from PI box to FTP.
    3) User mentioned in Communication channel have authorization for read and write on FTP server.
    4) FTP ports are open.
    5) Firewall setting done properly.

  • Fusion middleware OID cluster installation with weblogic domain

    Hi,
    I am trying to install/configure fusion middleware OID 11.1.1.2 cluster with two nodes.
    Installed Databse, Weblogic, Ran RCU for schema creation.
    I installed OID by selecting Create new Domain
    selected clustered check box while installtion.
    Selected OID and DIP for installation and configuration.
    Create domain was sucessfull.
    Deploy oracle directory server was Sucessfull.
    Got Error when deploying Directory Integration platform.
    Error: An internal operation has failed error in configuring DIP-00004 error in connecting to oracle internet directory server.
    I thing apply patch will solve this issue.
    I am able to login to weblogic
    Admin Server, Node manager and manager server are in running state.
    I am able launch enterprise manager.
    OID1 is up.
    I am not able to launch /odsm. any idea?? (tried with different browsers its the same)
    I am applying patch now..hope solves the issue.
    So now OID is deployed on one manager server and i have to add one more server in this cluster.
    I am thinking to do basic weblogic installation on other cluster server then copy the domain from machine1 to machine2.
    Not sure how to setup the other managed server with machine 2 details??
    Please correct me if i followed any wrong step.
    I need steps for Clustering.
    Any idea please help??

    when click on Next button it says "Weblogic server must already be installed".Please see if ("TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'" Signaled When Creating ODI Domain On WebLogic Server [ID 1220075.1]) helps.
    In this configured with EBS instance? If yes, what is the document you have followed to configure it?
    Thanks,
    Hussein

  • OBIEE 11g install fails on step 7 (database connect string)

    I've currently spent 2 days trying to install OBIEE 11g on two machines (independently). This first is a Windows XP SP3 test PC running 4GB RAM, whilst the second is a Windows 2003 virtual server with 3GB RAM. The Database is Oracle 10g (10.2.0.4.0) on AIX 5.3.
    The DBA has successfully run the RCU on the Database and the schemas needed for OBIEE have been created. The BIPLATFORM schema has also been granted DBA privileges.
    Now I've tried to run both the simple and the Enterprise install for OBIEE 11g, but it always fails at the same step (step 7 of 13: Database details). I have selected the following:
    Database Type: Oracle Database
    Connect String: hostname:port:instance, where hostname is the full server path eg xxxxx.uk.com and instance name is FFADEV01
    BIPLATFORM Schema Username: As per username defined in RCU
    BIPLATFORM Schema Password: As per password entered in RCU
    If i change the connection string to FFADEV01.WORLD i get a 08031 error, whereas I am normally getting an 08035 error. The annoying thing is that I can connect to the schema using RapidSQL and the usernames and passwords as created in the RCU.
    Any help greatly appreciated. Thanks

    How was he able to install the BIPlATFORM schema using RCU on AIX? I thought RCU was only on Linux and Window platforms? I am about to install OBIEE 11.1.1.5 on AIX with a Oracle 10g DB but from what I read I wont be able to create the needed OBIEE schemas for the install because I won't be able to use the RCU on AIX. Any help would be appreciated.
    Thanks.
    Ryan

  • While saving multiple attachments from mail, files with same name are added and not replaced

    While saving Multiple Attachments from Mail, existing file with same name are not overwritted but new files are added in the folder.

    Bjørn Larsen a écrit:
    Hi all
    Hope to get some help with Elements Organizer.
    I have 12-15 years of digital photos that I now want to import into my newly aquirede Adobe Elements Organizer / Photoshop. Since my Nikon names the files with continous numbers from 0001 to 9999 I have multiple files with the same name although they are not alike at all. My previous software had no problems with that since I keep the photos in separate file folders based on import date. I generally import photos after each event and so name the folder with the date and some event info (e.g. 2014.12.24 - Christmas at grandparents).
    That is a common situation, I have the same limitation for files not going over 9999 on my Canons...
    Now - when I import my photos into Elements Organizer I get a lot of error messages with "same name exist .....) Hmmmmmmm
    Please sate the exact wording of the error message, I have never seen a message stating 'same name exist...' or equivalent; only messages about files already in the catalog. Files already in the catalog mean that some files have the same 'date taken' and file size in Kb.
    Any suggestions. I'm using a mac and tried to rename files based on date taken. The mac can do that but it takes ages to go into each folder and run the renaming script there.
    I also use a similar folder creation scheme (such a date naming is the default for the downloader). That way I never get a message about duplicates for the same file names.
    However - I can't be the first or only person with this problem so I figure that some workaround must be known out there. Maybe the import action can recognize date taken or - well. Thank you very much in advance if you can help me out here.
    You can alsways set the downloader to rename the imported files with a unique new name, there are many options in the 'advanced' dialog of the downloader. I don't know about Macs, but I don't thing there is a difference.

  • OBIEE 11G - Usage Tracking - Table S_NQ_DB_ACCT

    Hi
    I successfully set up usage tracking in Obiee 11 and the table S_NQ_ACCT gets a lot of new records. Basically it's working.
    In the nqserver.log I get some errors concerning a new table S_NQ_DB_ACCT:
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    This is an additional Usage Tracking Table which didn't exist in OBIEE 10G.
    I configured the table as S_NQ_ACCT in the same place in the repositry/connection pool. Writing to this table should be possible.
    Does anybody has an idea what could be wrong? Does another user fill data to this table than the user which fills data to S_NQ_ACCT?
    Thank you

    Hi
    Thank you.
    I use the table within the default RCU created schema. What I don't understand ist why the table S_NQ_ACCT gets a lot of records (because I set the loglevel) but S_NQ_DB_ACCT keeps empty with the error in the nqserver.log. I mean if one table works then the other should be working too? I checked also the permissions which are the same for both tables.
    [2012-06-04T15:14:39.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 7d4f9e9d968c0bfe:-39c197c9:13773b9d89f:-8000-000000000005c768] [tid: 18e0] [nQSError: 17011] SQL statement execution failed. [[
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    ]]

  • BI installation is failing

    Hi,
    I was able to install followings:
    DB installed 11gr2 and configured [DB on server1]
    RCU loaded schemas
    Weblogic server installation [apps server2]
    Java 1.6_23 INSTALLATION [apps server2]
    OBIEE software ONLY installation is done. When I'm running config.sh it's asing to enter BIPLATFORM SCHEMA NAME , i created BIPLATFORM SCHEMA with same passordas MDS but still it is showing following error:
    "INST-08028: The schema type BIPLATFORM"
    Please advice.

    It seems that it doesn't recognize the schema as a BIPLATFORM schema.
    Can you connect to the schema ?
    Do you have a prefix (such as DEV) if yes, the schema is DEV_BIPLATFORM
    Below a picture of the standard configuration:
    http://gerardnico.com/wiki/_detail/dat/obiee/obiee_11.1_installation_database_detail.jpg?id=dat%3Aobiee%3Ainstallation_11.1
    Succes
    Nico

  • Installing Portal Forms, Reports

    For the Last few weeks i have been reading all the documents on the internet,
    so i at last became able to
    install Oracle Databse 11g
    install RCU /installing Schemas, all of it,
    installling weblogic 1033
    using identity Managment installed OID etc
    identity manager didn't gave any error
    when prompted at last to Portal Forms, Reports and discoverer
    just strucked at providing "Specify OID informtion" hostname,portnumber etc
    identity manager summary show port number 3131,3060,password and user name are also correct,
    but pressing 'next' gives me error message "Verify Credentials, Make sure hostname,port number, password are correct"?
    Kindly someone

    i did it somhow,
    deselecting portal and
    select forms, reports only
    then skip the specification screen of OID,
    installed firefox 5.0.1 and jre 6u27, run test.fmb which was in forms folder,
    but it do not run any other FMB it gives a TNS error?
    Kindly someone,
    Edited by: kashif, pakistan on Oct 3, 2011 12:42 PM

  • AIA 11.1.1.4 FP Installation failed

    hi ,
    i am installing AIA FP 11g(11.1.1.4) in linux system and middle of the installation following error will display in front end screen.
    Error
    Failed to deploy application
    step deploy application configuration failed
    System Configuration :
    OS : OEL 4 U7
    SOA : 11gPS3(11.1.1.4)
    weblogic : 11gR1(10.3.4)
    RCU : all schema's created in database.
    Log file (/ebiz/fmdb/oraInventory/logs/install2011-05-20_01-21-45PM.log) entries in end of file :
    [2011-05-20T15:23:36.987+05:30] [OUI] [NOTIFICATION] [] [OUI] [tid: 19] [ecid: 0000J0CliYQF0FG6yzZf6G1DpXqe000005,0] Since operation was successful, move the current OiicAPISessionDetails to installed list
    [2011-05-20T15:23:37.960+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 19] [ecid: 0000J0CliYQF0FG6yzZf6G1DpXqe000005,0] Install Adapter: Mark End for:INSTALL
    [2011-05-20T15:23:46.192+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 19] [ecid: 0000J0CliYQF0FG6yzZf6G1DpXqe000005,0] STARTING CONFIG OPERATION ...
    [2011-05-20T15:23:46.224+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 19] [ecid: 0000J0CliYQF0FG6yzZf6G1DpXqe000005,0] Install Adapter: Mark Start for:CONFIG
    [2011-05-20T15:23:48.982+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /install/config/AIAConfig.jar
    [2011-05-20T15:23:49.000+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /jdk/lib/tools.jar
    [2011-05-20T15:23:49.000+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wlxbean.jar
    [2011-05-20T15:23:49.000+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/modules/features/com.bea.cie.config.launch_5.2.0.0.jar
    [2011-05-20T15:23:49.000+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/weblogic_sp.jar
    [2011-05-20T15:23:49.001+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/weblogic.jar
    [2011-05-20T15:23:49.001+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/modules/features/weblogic.server.modules_10.3.0.0.jar
    [2011-05-20T15:23:49.001+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/modules/features/com.bea.cie.common-plugin_2.2.0.0.jar
    [2011-05-20T15:23:49.001+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/webservices.jar
    [2011-05-20T15:23:49.001+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar
    [2011-05-20T15:23:49.001+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar
    [2011-05-20T15:23:49.001+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/weblogic.jar
    [2011-05-20T15:23:49.002+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wlclient.jar
    [2011-05-20T15:23:49.002+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wlconnector.jar
    [2011-05-20T15:23:49.002+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wljmsclient.jar
    [2011-05-20T15:23:49.002+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wls-api.jar
    [2011-05-20T15:23:49.002+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wljmxclient.jar
    [2011-05-20T15:23:49.002+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /install/config/ASConfig.jar
    [2011-05-20T15:23:49.003+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/adminclient.jar
    [2011-05-20T15:23:49.003+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/dms.jar
    [2011-05-20T15:23:49.003+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/jps-api.jar
    [2011-05-20T15:23:49.003+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/junit.jar
    [2011-05-20T15:23:49.003+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/ojdl2.jar
    [2011-05-20T15:23:49.003+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/pcsconfig.jar
    [2011-05-20T15:23:49.003+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/rdservice.jar
    [2011-05-20T15:23:49.004+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/adminserver.jar
    [2011-05-20T15:23:49.004+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/javax88.jar
    [2011-05-20T15:23:49.004+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/jps-mas.jar
    [2011-05-20T15:23:49.004+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/jython.jar
    [2011-05-20T15:23:49.004+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/ojdl.jar
    [2011-05-20T15:23:49.004+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/rcucommon.jar
    [2011-05-20T15:23:49.004+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/xml.jar
    [2011-05-20T15:23:49.005+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/asctl.jar
    [2011-05-20T15:23:49.005+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/jmxframework.jar
    [2011-05-20T15:23:49.005+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/jps-unsupported-api.jar
    [2011-05-20T15:23:49.005+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/oc4jclient.jar
    [2011-05-20T15:23:49.005+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/pcsagent.jar
    [2011-05-20T15:23:49.005+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/rcu.jar
    [2011-05-20T15:23:49.005+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/xmlparserv2.jar
    [2011-05-20T15:23:49.007+05:30] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] [Action]: AIA Configuration. Library not found: /11jars/dps.jar
    [2011-05-20T15:23:49.069+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] Setting data for action:AIA Configuration
    [2011-05-20T15:23:49.102+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 22] [ecid: 0000J0Conz7F0FG6yzZf6G1DpXqe000008,0] No data for action:AIA Configuration
    Thanks in advance...

    We can provide a solution or a possible work-around only if the required log files are made available. Please look at my earlier post for the required log files. If made available we can discuss on this further.

  • S_NQ_DB_ACCT not populating

    Hi all,
    I manage to set up usage tracking on OBIEE 11.1.1.7.0. I am able to get records in the table  S_NQ_ACCT, however S_NQ_DB_ACCT is not working. I found why is not working, but I am not sure how to fix it. In the nqserver.log I am getting the error message:
    [2013-08-25T10:23:56.000-05:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 51b20baf5af39d61:5f43a5d1:140b5bda6ac:-8000-00000000000005fc] [tid: 14fc]  [nQSError: 17011] SQL statement execution failed. [[
    [nQSError: 17001] Oracle Error code: 2291, message: ORA-02291: integrity constraint (TEST2_BIPLATFORM.FK_S_NQ_DB_ACCT) violated - parent key not found
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    I'll appreciate your help.
    Thanks.

    Hi
    Thank you.
    I use the table within the default RCU created schema. What I don't understand ist why the table S_NQ_ACCT gets a lot of records (because I set the loglevel) but S_NQ_DB_ACCT keeps empty with the error in the nqserver.log. I mean if one table works then the other should be working too? I checked also the permissions which are the same for both tables.
    [2012-06-04T15:14:39.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 7d4f9e9d968c0bfe:-39c197c9:13773b9d89f:-8000-000000000005c768] [tid: 18e0] [nQSError: 17011] SQL statement execution failed. [[
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    ]]

  • OBIEE in SQL Server

    Hi,
    I am trying to learn how to use OBIEE 11GR1 against SQL Server 2008R2 for reporting.
    I am following this manual: http://docs.oracle.com/cd/E23943_01/bi.1111/e10539/c3_requrmnts.htm#BGBJAIDI
    Just need to know what would be the process to start off. Would I create a schema (or equivalent in SQL Server) in my BI Administration?
    I know RCU creates schema in Oracle & DB2 where you keep the views for reports (Physical Layer). Unsure if it works the same way in to link to SQL Server.
    Thanks for help.

    Check these links
    http://total-bi.com/2010/10/obiee-11g-rcu-sql-server/
    http://amit-obiee.blogspot.com/2011/11/installation-of-obiee-11g-r1-11113.html
    If helps pls mark
    Edited by: Srini VEERAVALLI on Dec 12, 2012 9:48 PM

  • Installing Form, Reports 11g

    For the Last few weeks i have been reading all the documents on the internet,
    so i at last became able to
    install Oracle Databse 11g
    install RCU /installing Schemas, all of it,
    installling weblogic 1033
    using identity Managment installed OID etc
    identity manager didn't gave any error
    when prompted at last to Portal Forms, Reports and discoverer
    just strucked at providing "Specify OID informtion" hostname,portnumber etc
    identity manager summary show port number 3131,3060,password and user name are also correct,
    but pressing 'next' gives me error message "Verify Credentials, Make sure hostname,port number, password are correct"?
    Kindly someone,

    i did it somhow,
    deselecting portal and
    select forms, reports only
    then skip the specification screen of OID,
    installed firefox 5.0.1 and jre 6u27, run test.fmb which was in forms folder,
    but it do not run any other FMB it gives a TNS error?
    Kindly someone,
    Edited by: kashif, pakistan on Oct 3, 2011 12:37 PM

Maybe you are looking for