Obiee authority

Hi
ME In BIEE the ANSWERS in the four columns -> user, address, income, costs
'TN' User does not have "costs" authority
now using the 'TN' User , view this report have error message
Odbc 驅動程式傳回錯誤 (SQLExecDirectW)。
錯誤詳細資料
錯誤碼: OPR4ONWY:U9IM8TAC:OI2DL65P
狀態:HY000。 代碼:10058。 [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 22024] A comparison is being carried out between non-compatible types. (HY000)
發出的 SQL: SELECT ADD_DIM.NAME saw_0, ADD_DIM.ADDRESS saw_1, PHIS."INCOME" saw_2, PHIS."COSTS" saw_3 FROM "KTGH--phis" ORDER BY saw_0, saw_1
Please help Thank you
Monica

Hi
ME use BIEE the ANSWERS in the four columns -> user, address, income, costs
'TN' User does not have "costs" authority
now using the 'TN' User , view this report have error message
View Display Error
Odbc driver returned an error (SQLExecDirectW).
Error Details
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 22024] A comparison is being carried out between non-compatible types. (HY000)
SQL Issued: SELECT ADD_DIM.NAME saw_0, ADD_DIM.ADDRESS saw_1, PHIS."INCOME" saw_2, PHIS."COSTS" saw_3 FROM "KTGH--phis" ORDER BY saw_0, saw_1

Similar Messages

  • Need Suggestion in OBIEE

    Hi All,
    My project requirement is such that i have 100 of reports that were created by BI publisher.
    Now i need to show the reports on the base of users that means i have user A that has access to only 20 reports. User B has access to 30 reports.
    I need to provide a common screen and provide access details to users. Then when logging the user A has its username and password to access that many reports on which his access is authorized.
    Again while login I have to provide option to create new reports that will be attached to his menu items after he has finished creating report. Now the total reports for user A is 21.
    I didn't know how to manage user and provide such functionality.
    Is it possible to be achieved in OBIEE? If possible please tell me how.

    First of all make sure you have some relevent groups set-up in the catalog (using the Administration screens), and added the correct users to their relevent group.
    Then you can handle the security or the reports in two ways, set the security for each report or create sub folders and place the reports in the appropriate sub folder. Then set the security for each of the folders to the relevent group.
    Adrian

  • OBIEE report filter and delivery ibots

    Hi All,
    One of my reports (with 20 cols) consists of multiple rows with repeated customer names (about 100 distinct customer names and approx total 5000 rows). We wanted to automatically filter out the report on customer names and send the filtered reports to the respective customers. So these 100 customers will receive their own 50 rows. We were wondering how we should go about doing this. We thought of maybe using a) iBots or b) GO URL with dummy dashboard. I was wondering if anyone has experience tackling this issue and what will be the high level design steps that will be required.
    Thanks.
    ~Shiv

    You must filter the data directly in the RPD.
    1)
    Create a session variable that contains the name (or ID or whatever) of the customer.
    If the name of the customer is the login he will use to connect to OBIEE, you can use :USER.
    Example 1 : suppose you have a table that contains list of customer with their name and their login.
    Select name from customer where login = ':USER'
    That is your initialization block that will populate your "customerVAR" session variable.
    Example 2 : you don't have such a table, but customer name = customer obiee login
    go directly to point 2
    2)
    Filter the table with this variable.
    Example 1 :
    +"table.customer = valueof(NQ_SESSION.customerVAR)"+
    Example 2 :
    +"table.customer = ':USER'+
    3)
    As a result, when a customer will connect to OBIEE and display the report, the data will be filtered. He will see only data that he's authorized to see.
    When you will create your iBot, this filter will be used depending on the destinary (= the customer).

  • Calling web service from Obiee

    Hi,
    I want to get data from webservice and show the results in a dashboard.
    I checked http://www.artofbi.com/index.php/2009/08/consuming-a-web-service-in-obiee-presentation-services-using-jquery-cdn/ web site.
    But the author is retrieving data from a web page by sending parameter to querystring like
    yqlq=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22YHOO%22%2C%22AAPL%22%2C%22GOOG%22%2C%22MSFT%22%2C%20%22PTRY%22)&format=json&env=http%3A%2F%2Fdatatables.org%2Falltables.env&callback=?";
    But as I know we can not call web services with parameters like this.
    How can I call web service from BI?
    Could you please suggest articles or sample codes, documents etc.
    Regards,
    bye

    Hi,
    I controlled this document. The document is explaining Oracle BI web services for extracting information from Oracle BI and showing them in other environments. But I want to get results from a web service ( for example a web service which returns currency rates, weather information or sharepoint lists) and then represent them in Oracle BI Dashboards.

  • Unable to Create a new Analysis in OBIEE 11g

    Hi All,
    I have installed OBIEE 11.1.1.6.0 in Windows 8 .All the links in presentations services are working properly except New icon. I am unable to create a new report , dashboard,filter or prompt .I can see my Subject area in Manage privileges but it is not opening all the links in Manage links are not working .Weblogic has following roles Administrators ,BI Author, Bi Administrator ,Bi consumer but still unable to create a new report.
    Any inputs are appreciated.
    Thanks

    Try to Open the catalog offline using Catalog Manager and give permissions as in http://www.cool-bi.com/Issues/CatalogPermissions.php
    Try to do it on root folder.

  • Issue in Implementing OR Logic in Security Filter for Essbase in OBIEE

    I am implementing OBIEE using Essbase as the data source. The requirement is to implement OR logic in the security filter. And I got error message from the MDX query generated by OBIEE. Below is the details. Anyone knows how to solve this issue? Thank you very much.
    1.     The “Booking Location” dimension has three hierarchies (ragged hierarchies).
    http://img.photobucket.com/albums/v216/stewart_life/1.png
    2.     I only want to take the first hierarchy, which is “Total booking”. Thus, I filter the Logical Table Source of “Booking Location” in the business model layer.
    http://img.photobucket.com/albums/v216/stewart_life/2.png
    3.     The “Incorporation Country” dimension doesn’t have any multiple hierarchies.
    http://img.photobucket.com/albums/v216/stewart_life/3.png
    4.     Thus, I don’t filter the Logical Table Source of “Incorporation Country” in the business model layer.
    http://img.photobucket.com/albums/v216/stewart_life/4.png
    5.     I filter the permission of a user. This filter applied to the fact table (RISK) in the business model layer.
    http://img.photobucket.com/albums/v216/stewart_life/5.png
    6.     Then the filter applied so that the particular user can only see the data where the Incorporation Country level is Singapore OR the Booking Country level is Singapore:
    "Risk"."Incorporation Country"."Country" = 'SINGAPORE (INC)' OR "Risk"."Booking Location"."Booking Country" = 'SINGAPORE (CBE)'
    http://img.photobucket.com/albums/v216/stewart_life/6.png
    7.     Here is the first report that is working fine if run by a user without any security filter.
    http://img.photobucket.com/albums/v216/stewart_life/7.png
    8.     The result of that report when run by the user whose security filter above has been applied to.
    http://img.photobucket.com/albums/v216/stewart_life/8.png
    9.     The MDX query generated from that report is shown below. Note that the error refers to the line 4, which is in bold below. Somehow, the query generated always include Incorporation Country and Booking Location in the “With” clause, since both of them are placed in the security filter.-----
    Sending query to database named Risk-MI Essbase (id: <<399750>>):
    With
    set [Booking Location2|http://forums.oracle.com/forums/] as '{[Booking Location|http://forums.oracle.com/forums/].[Total booking|http://forums.oracle.com/forums/]}'
    set [Booking Location4|http://forums.oracle.com/forums/] as 'Generate({[Booking Location2|http://forums.oracle.com/forums/]}, Descendants([Booking Location|http://forums.oracle.com/forums/].currentmember, [Booking Location|http://forums.oracle.com/forums/].Generations(4),SELF), ALL)'
    *set [Incorporation Country4|http://forums.oracle.com/forums/] as ''*
    set [Time3|http://forums.oracle.com/forums/] as 'Time.Generations(3).members'
    set [Year2|http://forums.oracle.com/forums/] as 'Year.Generations(2).members'
    member Measures.[MS1|http://forums.oracle.com/forums/] as 'Rank(Time.Generations(3).Dimension.CurrentMember, Time.Generations(3).Members)'
    set [Axis1Set|http://forums.oracle.com/forums/] as 'crossjoin ({[Booking Location4|http://forums.oracle.com/forums/]},crossjoin ({[Incorporation Country4|http://forums.oracle.com/forums/]},crossjoin ({[Time3|http://forums.oracle.com/forums/]},{[Year2|http://forums.oracle.com/forums/]})))'
    select
    {Measures.[Netted EAD|http://forums.oracle.com/forums/],Measures.[Netted Nominal|http://forums.oracle.com/forums/],Measures.[Wt_LGD|http://forums.oracle.com/forums/],
    MS1} on columns,
    NON EMPTY filter({[Axis1Set|http://forums.oracle.com/forums/]}, [Incorporation Country|http://forums.oracle.com/forums/].currentmember IS [Incorporation Country|http://forums.oracle.com/forums/].[SINGAPORE (INC)|http://forums.oracle.com/forums/] OR [Booking Location|http://forums.oracle.com/forums/].currentmember IS [Booking Location|http://forums.oracle.com/forums/].[SINGAPORE (CBE)|http://forums.oracle.com/forums/]) properties ANCESTOR_NAMES, GEN_NUMBER on rows
    from [http://RISK-P.RISK]
    where ([CRG (ORG)|http://forums.oracle.com/forums/].[Good Book (ORG)|http://forums.oracle.com/forums/], Method.ADV)
    +++stewart:370000:370021:----2009/02/17 13:56:06
    Query Status: Query Failed: Essbase Error: Syntax error in input MDX query on line 4 at token '''

    From what I have read on this forum, people have managed to get the DC In Board replaced for a little over US $100. This would be at an Apple authorized repair shop rather than by Apple itself. This is much less than the cost of a new MacBook. I don't know what might be available in your area, but it would be worth asking at a repair shop.
    Good luck!

  • Installing obiee 11.1.1.7 hangs in start bi_server1

    Hi,
    I am struck in this installation, i have installed the software, while configuring obiee instance, its hangs in starting Managed servers : bi_server1
    Done
    Stopping Derby Server...
    Starting AdminServer
      Starting the domain ...
    progress in calculate progress1
    Executing Task: Starting Managed Server: bi_server1
    oracle.as.install.bi.wls.ServerLifeCycleException: Failed to achieve state RUNNING in 3600seconds.   The server is currently in state STARTING
      at oracle.as.install.bi.wls.ServerLifeCycle.waitForManagedWLSServerState(ServerLifeCycle.java:119)
      at oracle.as.install.bi.wls.ServerLifeCycle.startServerSynchronous(ServerLifeCycle.java:59)
      at oracle.as.install.bi.biconfig.standard.StartStopManagedServer.doExecute(StartStopManagedServer.java:55)
      at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
      at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
      at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
    Also i have found this error in AdminServer.log
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992884> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992885> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992886> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992887> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992887> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992889> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992890> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992892> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Notice> <Security> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992893> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Jun 23, 2013 9:09:52 PM IST> <Info> <WebLogicServer> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000012> <1372001992896> <BEA-000307> <Exportable key maximum lifespan set to 500 uses.>
    ####<Jun 23, 2013 9:20:48 PM IST> <Error> <WebLogicServer> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-000000000000001c> <1372002648290> <BEA-000337> <[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "656" seconds working on the request "weblogic.kernel.WorkManagerWrapper$1@14b0b657", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-15 "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, in native, suspended, priority=1, DAEMON> {
        jrockit.net.SocketNativeIO.readBytesPinned(SocketNativeIO.java:???)
        jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:24)
        java.net.SocketInputStream.socketRead0(SocketInputStream.java:???)
        java.net.SocketInputStream.read(SocketInputStream.java:107)
        weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:149)
        java.io.InputStream.read(InputStream.java:85)
        com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
        com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
        com.certicom.tls.record.ReadHandler.read(Unknown Source)
        ^-- Holding lock: com.certicom.tls.record.ReadHandler@14a90002[thin lock]
        com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
        sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:250)
        sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:289)
        sun.nio.cs.StreamDecoder.read(StreamDecoder.java:125)
        ^-- Holding lock: java.io.InputStreamReader@14a91265[thin lock]
        java.io.InputStreamReader.read(InputStreamReader.java:167)
        java.io.BufferedReader.fill(BufferedReader.java:105)
        java.io.BufferedReader.readLine(BufferedReader.java:288)
        ^-- Holding lock: java.io.InputStreamReader@14a91265[thin lock]
        java.io.BufferedReader.readLine(BufferedReader.java:362)
        weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:289)
        weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:314)
        weblogic.nodemanager.client.NMServerClient.start(NMServerClient.java:94)
        ^-- Holding lock: weblogic.nodemanager.client.SSLClient@14b0b51f[thin lock]
        weblogic.nodemanager.mbean.StartRequest.start(StartRequest.java:75)
        weblogic.nodemanager.mbean.StartRequest.execute(StartRequest.java:45)
        weblogic.kernel.WorkManagerWrapper$1.run(WorkManagerWrapper.java:63)
        weblogic.work.ExecuteThread.execute(ExecuteThread.java:203)
        weblogic.work.ExecuteThread.run(ExecuteThread.java:170)
    >
    ####<Jun 23, 2013 9:20:48 PM IST> <Notice> <Diagnostics> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-000000000000001d> <1372002648300> <BEA-320068> <Watch 'StuckThread' with severity 'Notice' on server 'AdminServer' has triggered at Jun 23, 2013 9:20:48 PM IST. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-000337') OR (MSGID = 'BEA-000337'))
    WatchData: DATE = Jun 23, 2013 9:20:48 PM IST SERVER = AdminServer MESSAGE = [STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "656" seconds working on the request "weblogic.kernel.WorkManagerWrapper$1@14b0b657", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-15 "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, in native, suspended, priority=1, DAEMON> {
        jrockit.net.SocketNativeIO.readBytesPinned(SocketNativeIO.java:???)
        jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:24)
        java.net.SocketInputStream.socketRead0(SocketInputStream.java:???)
        java.net.SocketInputStream.read(SocketInputStream.java:107)
        weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:149)
        java.io.InputStream.read(InputStream.java:85)
        com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
        com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
        com.certicom.tls.record.ReadHandler.read(Unknown Source)
        ^-- Holding lock: com.certicom.tls.record.ReadHandler@14a90002[thin lock]
        com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
        sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:250)
        sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:289)
        sun.nio.cs.StreamDecoder.read(StreamDecoder.java:125)
        ^-- Holding lock: java.io.InputStreamReader@14a91265[thin lock]
        java.io.InputStreamReader.read(InputStreamReader.java:167)
        java.io.BufferedReader.fill(BufferedReader.java:105)
        java.io.BufferedReader.readLine(BufferedReader.java:288)
        ^-- Holding lock: java.io.InputStreamReader@14a91265[thin lock]
        java.io.BufferedReader.readLine(BufferedReader.java:362)
        weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:289)
        weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:314)
        weblogic.nodemanager.client.NMServerClient.start(NMServerClient.java:94)
        ^-- Holding lock: weblogic.nodemanager.client.SSLClient@14b0b51f[thin lock]
        weblogic.nodemanager.mbean.StartRequest.start(StartRequest.java:75)
        weblogic.nodemanager.mbean.StartRequest.execute(StartRequest.java:45)
        weblogic.kernel.WorkManagerWrapper$1.run(WorkManagerWrapper.java:63)
        weblogic.work.ExecuteThread.execute(ExecuteThread.java:203)
        weblogic.work.ExecuteThread.run(ExecuteThread.java:170)
    SUBSYSTEM = WebLogicServer USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-000337 MACHINE = obiee.prod.com TXID =  CONTEXTID = d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-000000000000001c TIMESTAMP = 1372002648290 
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 600000
    >
    ####<Jun 23, 2013 9:21:48 PM IST> <Error> <WebLogicServer> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-000000000000001f> <1372002708299> <BEA-000337> <[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "716" seconds working on the request "weblogic.kernel.WorkManagerWrapper$1@14b0b657", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-15 "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, in native, suspended, priority=1, DAEMON> {
        jrockit.net.SocketNativeIO.readBytesPinned(SocketNativeIO.java:???)
        jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:24)
        java.net.SocketInputStream.socketRead0(SocketInputStream.java:???)
        java.net.SocketInputStream.read(SocketInputStream.java:107)
        weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:149)
        java.io.InputStream.read(InputStream.java:85)
        com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
        com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
        com.certicom.tls.record.ReadHandler.read(Unknown Source)
        ^-- Holding lock: com.certicom.tls.record.ReadHandler@14a90002[thin lock]
        com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
        sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:250)
        sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:289)
        sun.nio.cs.StreamDecoder.read(StreamDecoder.java:125)
        ^-- Holding lock: java.io.InputStreamReader@14a91265[thin lock]
        java.io.InputStreamReader.read(InputStreamReader.java:167)
        java.io.BufferedReader.fill(BufferedReader.java:105)
        java.io.BufferedReader.readLine(BufferedReader.java:288)
        ^-- Holding lock: java.io.InputStreamReader@14a91265[thin lock]
        java.io.BufferedReader.readLine(BufferedReader.java:362)
        weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:289)
        weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:314)
        weblogic.nodemanager.client.NMServerClient.start(NMServerClient.java:94)
        ^-- Holding lock: weblogic.nodemanager.client.SSLClient@14b0b51f[thin lock]
        weblogic.nodemanager.mbean.StartRequest.start(StartRequest.java:75)
        weblogic.nodemanager.mbean.StartRequest.execute(StartRequest.java:45)
        weblogic.kernel.WorkManagerWrapper$1.run(WorkManagerWrapper.java:63)
        weblogic.work.ExecuteThread.execute(ExecuteThread.java:203)
        weblogic.work.ExecuteThread.run(ExecuteThread.java:170)
    >
    ####<Jun 23, 2013 9:23:37 PM IST> <Info> <JDBC> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000020> <1372002817371> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Jun 23, 2013 9:23:38 PM IST> <Info> <Common> <obiee.prod.com> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <OracleSystemUser> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000003> <1372002818247> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Jun 23, 2013 9:38:37 PM IST> <Info> <JDBC> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000029> <1372003717357> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Jun 23, 2013 9:38:38 PM IST> <Info> <Common> <obiee.prod.com> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <OracleSystemUser> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000003> <1372003718551> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Jun 23, 2013 9:53:37 PM IST> <Info> <JDBC> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000036> <1372004617391> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Jun 23, 2013 9:53:38 PM IST> <Info> <Common> <obiee.prod.com> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <OracleSystemUser> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000003> <1372004618870> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Jun 23, 2013 10:08:37 PM IST> <Info> <JDBC> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-000000000000003f> <1372005517356> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Jun 23, 2013 10:08:39 PM IST> <Info> <Common> <obiee.prod.com> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <OracleSystemUser> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000003> <1372005519176> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Jun 23, 2013 10:23:37 PM IST> <Info> <JDBC> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-000000000000004c> <1372006417363> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Jun 23, 2013 10:23:39 PM IST> <Info> <Common> <obiee.prod.com> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <OracleSystemUser> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000003> <1372006419447> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Jun 23, 2013 10:38:37 PM IST> <Info> <JDBC> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000055> <1372007317361> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Jun 23, 2013 10:38:39 PM IST> <Info> <Common> <obiee.prod.com> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <OracleSystemUser> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000003> <1372007319778> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Jun 23, 2013 10:53:37 PM IST> <Info> <JDBC> <obiee.prod.com> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000062> <1372008217362> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Jun 23, 2013 10:53:40 PM IST> <Info> <Common> <obiee.prod.com> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <OracleSystemUser> <> <d7ae7ea9bf56ebdc:672b0c54:13f71afc8f0:-8000-0000000000000003> <1372008220313> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    Where to look for the errors
    Please help, i have searched everywhere, there are no solutions for this.
    Advanced thanks

    If you want to run the EPM weblogic admin server and OBIEE at the same time then you would need for them to run on different ports.
    You don't have to select the essbase option when installing OBIEE if you have already installed the essbase products.
    I would install OBIEE to a different middleware home than EPM and keep the weblogic domains separate.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Not able to see all the subject areas with BI Author and BI Consumer roes

    Hi All,
    Recently we have upgraded to OBIEE 11G and we have created new users and assigned groups in the new 11G.
    Generally users sholud be able to see all the dashboards and subject areas with the default BI Author and BI Consumer roles.
    But in our 11G system users cannot see all the subject areas with the above groups, only if we give the BI Administrator role the they can see all the subject areas and dashboards.
    We cannot give BI Administrator role to all the users....Please advise.
    Thanks
    Praveen.

    Hi,
    Check the application roles of BI Author and BI Consumer, they must be having BI Author and Consumer Groups. Check the privileges for Users and Application roles in Catalog manager for Dashboards and Check the Permissions for Users and Application in RPD for subject areas. Make necessary changes, restart BI server and Presentation services. Now users should be able to see  dashboards and subject areas,
    If it helped mark Helpful/Correct
    Regards,
    OBD

  • Not able to see all the subject areas with BI Author and BI Consumer roles

    Hi All,
    Recently we have upgraded to OBIEE 11G and we have created new users and assigned groups in the new 11G.
    Generally users sholud be able to see all the dashboards and subject areas with the default BI Author and BI Consumer roles.
    But in our 11G system users cannot see all the subject areas with the above groups, only if we give the BI Administrator role the they can see all the subject areas and dashboards.
    We cannot give BI Administrator role to all the users....Please advise.
    Thanks
    Praveen.

    Hi,
    Check the application roles of BI Author and BI Consumer, they must be having BI Author and Consumer Groups. Check the privileges for Users and Application roles in Catalog manager for Dashboards and Check the Permissions for Users and Application in RPD for subject areas. Make necessary changes, restart BI server and Presentation services. Now users should be able to see  dashboards and subject areas,
    If it helped mark Helpful/Correct
    Regards,
    OBD

  • Obiee11g upgrade: Preventing authenticated-user from accessing obiee system

    HI Gurus,
    We have a problem regarding security and request your inputs. Please see the issue below:
    Current Situation:
    We have successfully integrated OBIEE11g with our enterprise MS Active DIrectory. With the current set up, any user in the company will be successfully authenticated by MSAD and he/she is able to login to obiee and reach the new bieehome page. I want to prevent this.
    Expected:
    Only users who belong to certain AD Groups should be able to acess obiee
    How do I prevent this? In our MSAD we have AD groups built to identify OBIEE users. These ad Groups are pre-fixed with OBIEE_ (Ex: OBIEE_Marketing etc). Only the users belong to these groups should be allowed to login.
    In 10g, we made use of privileges to explicitly grant access to obiee. We made use of privileges like 'Access to Dashboard' etc. As a result, even if a user is successfully authenticated by LDAP MSAD , he wont be able to reach obiee dashboards if he is not a member of designated GROUP. In 11g, since there is a new page called 'BIEE HOME', non-authorized users are able to reach this page.
    Any help would be highly appreciated
    --Joe                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I have created an SR with Oracle and as per the responses I got, it looks like this is an issue as there is no way to restrict access to bieehome page.
    Anyone has any workarounds? This is really holding up our 11g release
    --Joe                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Row level Security for BI Author Role

    Hi All,
    We are using OBIEE 11.1.1.5 in our project. We have a requirement where we need to configure row level security on certain column.
    We are currently using external table and session variable approach to configure this. This security works fine for the users with BI Consumer
    roles. But we are facing issue with configuring row level security for BI Author role.
    BI Author can create any analysis in BI Answers and suppose he/she creates a report which does not contain the column on which row level
    security is applied than he can see all the data. For eg.
    We have one dimension Products having two levels Product Division and Brand. I want to configure security based on Product Division column.
    But if BI Author create a report with only Brand and Measures than row level security is not working.
    Does anyone has face this issue before.
    Please let me know if you want any other information from my side.
    Regards,
    Vikas

    If you are using a multidimensional cube you can use the "permit" command to control access to dimension members or provide cell level security within the cube. The OLAP database documentation provides on how to use the PERMIT command.
    If you are using relational tables and/or views with additional CWM metadata mapped using OEM then you need to refer to the database documentation relating to Virtual Private Databases and Label Security
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • OBIEE 11g Custom Application Roles

    Hello Experts,
    I would need to create our Custom BI Consumer, Author Application Roles. I have followed the steps are
    1) Created an Application Role "Revenue Data Access Role" for Data Level Security and added the users into it
    2) Selected the existing BI Consumer Role & Created Like "Revenue Dashboard Consumer Access Role" and added "Revenue Data Access Role" into it.
    3) Selected the existing BI Consumer Application Policies & Created like "Revenue Dashboard Consumer Access Role"
    After Restarting OBIEE, I could see that Data level security is working fine but the users don't have Consumer Level access at dashboard level. am i missing anything here? Please advice.

    John,
    We can do it in repository level right..Manage---Security-Application Role.... double click the application role there u can set right?Correct me if am wrong?
    Thanks,
    SN.
    Edited by: 926238 on Sep 1, 2012 5:57 PM

  • Unable to see Publisher roles in obiee 11g

    Hi All,
    I have installed OBIEE 11g (11.6). In Admin tool for the user weblogic I am unable to see the publisher roles XMLP_SCHEDULER, XMLP_ADMIN, XMLP_DEVELOPER etc.. But I am able to access publisher.
    Only able to see BI Administrator, BI Author, BI Consumer BI System.
    In OBIEE 10g, I am able to see all the roles for Administrator user once I installed.
    Thanks.

    user1668671 wrote:
    Hi Amit,
    XMLP roles doesnot exist in Enterprise manager's Security > Application roles. How should I get them. Shouldnt I get default with the installation..???
    Thanks.Have you installed BI Publisher along with OBIEE ? If yes, then the roles should have been created in the enterprise manager by default. Since you dont see them, I believe you will have to manually create all the application policies and then application roles and assocaite them. You either find them in the documnetation on what to create etc or you can try installing .5 version of OBIEE to replicate the same in .6.

  • OBIEE 11.1.1.6 invalid user name

    Hi Experts,
    OBIEE: 11.1.1.6
    I'm trying to login to repository in on line mode,it says invalid user name/pwd
    Repository name: SampleAppLite_BI0001.rpd
    Repository pwd: Admin123
    User:Administrator
    Pwd:?
    Can any body guide me on this please?
    Kumar

    te parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.
    2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. -
    For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US"
    . The loading of the trusted certificate list raised a certificate parsing excep
    tion PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1
    .11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The
    loading of the trusted certificate list raised a certificate parsing exception
    PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2
    008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSi
    gn\, Inc.,C=US". The loading of the trusted certificate list raised a certificat
    e parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2
    .840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading
    of the trusted certificate list raised a certificate parsing exception PKIX: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 200
    8 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of
    the trusted certificate list raised a certificate parsing exception PKIX: Unsupp
    orted OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
    <Mar 30, 2013 9:03:08 PM EDT> <Warning> <org.apache.myfaces.trinidadinternal.con
    fig.GlobalConfiguratorImpl> <BEA-000000> <Configurator services already initiali
    zed.>
    <Mar 30, 2013 9:03:16 PM EDT> <Warning> <WorkManager> <BEA-002919> <Unable to fi
    nd a WorkManager with name ESSRAWM. Dispatch policy ESSRAWM will map to the defa
    ult WorkManager for the application bipublisher#11.1.1>
    <Mar 30, 2013 9:03:16 PM EDT> <Warning> <EJB> <BEA-014014> <The message driven b
    ean (MDB) named "ESSAppEndpoint" has a dispatch policy "ESSRAWM" that refers to
    an unknown work manager. The default work manager will be used instead.>
    <Mar 30, 2013 9:03:18 PM EDT> <Warning> <oracle.bi.nanserver.fwk.context> <BEA-0
    00000> <File-based configuration not supported: org.apache.commons.configuration
    .XMLConfiguration>
    <Mar 30, 2013 9:03:18 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:19 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:19 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:20 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    ImageView" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundatio
    n_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-IN
    F/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. A feature with the s
    ame name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-IN
    F/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. This may indicate th
    at multiple copies of the same jar file are present on the class path. Ignoring
    the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    Graph" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation_do
    main/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF/li
    b/dvt-faces.jar!/META-INF/adf-js-features.xml, line 26. A feature with the same
    name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifounda
    tion_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-INF/l
    ib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 26. This may indicate that
    multiple copies of the same jar file are present on the class path. Ignoring t
    he new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    Gauge" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation_do
    main/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF/li
    b/dvt-faces.jar!/META-INF/adf-js-features.xml, line 32. A feature with the same
    name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifounda
    tion_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-INF/l
    ib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 32. This may indicate that
    multiple copies of the same jar file are present on the class path. Ignoring t
    he new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfRic
    hPivotTable" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundat
    ion_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-
    INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 38. A feature with th
    e same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bi
    foundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP
    -INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 38. This may indicat
    e that multiple copies of the same jar file are present on the class path. Igno
    ring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlGanttTreeTable" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifo
    undation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d
    /WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 64. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 64. This may in
    dicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlProjectGantt" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoun
    dation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/W
    EB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 72. A feature with
    the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains
    /bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/
    APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 72. This may indi
    cate that multiple copies of the same jar file are present on the class path. I
    gnoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlSchedulingGantt" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bif
    oundation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4
    d/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 77. A feature w
    ith the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/doma
    ins/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc7
    31/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 77. This may i
    ndicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlResourceUtilizationGantt" has been found at zip:C:/OBIEE11.6G/user_projects/do
    mains/bifoundation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.web
    app/xftk4d/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 82. A
    feature with the same name was originally defined at zip:C:/OBIEE11.6G/user_proj
    ects/domains/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11
    .1.1/6uc731/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 82. T
    his may indicate that multiple copies of the same jar file are present on the cl
    ass path. Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfRic
    hHierarchyViewer" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifo
    undation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d
    /WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 87. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 87. This may in
    dicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfRic
    hPivotFilterBar" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/
    WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 115. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 115. This may i
    ndicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlGeoMap" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation
    domain/servers/AdminServer/tmp/WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF
    /lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 125. A feature with the
    same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifo
    undation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-I
    NF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 125. This may indicate
    that multiple copies of the same jar file are present on the class path. Ignor
    ing the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlGeoMapToolbar" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/
    WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 132. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 132. This may i
    ndicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    AutomationTest" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoun
    dation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/W
    EB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 136. A feature wit
    h the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domain
    s/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731
    /APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 136. This may in
    dicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    Toolkit" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation_
    domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF/
    lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 149. A feature with the s
    ame name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-IN
    F/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 149. This may indicate
    that multiple copies of the same jar file are present on the class path. Ignori
    ng the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    ToolkitGraph" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifounda
    tion_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB
    -INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 434. A feature with
    the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/
    bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/A
    PP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 434. This may indi
    cate that multiple copies of the same jar file are present on the class path. I
    gnoring the new feature definition.>
    <Mar 30, 2013 9:03:27 PM EDT> <Notice> <Log Management> <BEA-170027> <The Server
    has established connection with the Domain level Diagnostic Service successfull
    y.>
    <Mar 30, 2013 9:03:27 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Mar 30, 2013 9:03:27 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:a848:2663:f53a:a684:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[7
    ]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
    http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Warning> <Server> <BEA-002611> <Hostname "IT12001
    23.k12.enterprise.adm", maps to multiple IP addresses: 192.168.1.7, fe80:0:0:0:5
    1d5:916e:6087:1681%17, fe80:0:0:0:180a:b99:3f57:fef8%11, 2001:0:9d38:953c:180a:b
    99:3f57:fef8>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on fe80:0:0:0:51d5:916e:6087:1681:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:107:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[6
    ]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on fe80:0:0:0:180a:b99:3f57:fef8:7001 for protocols iiop, t3
    , ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 192.168.1.7:7001 for protocols iiop, t3, ldap, snmp, http
    .>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 2001:0:9d38:953c:180a:b99:3f57:fef8:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <WebLogicServer> <BEA-000329> <Started We
    bLogic Admin Server "AdminServer" for domain "bifoundation_domain" running in Pr
    oduction Mode>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    <Mar 30, 2013 9:04:19 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00022] Identity found weblogic but could
    not be authenticated>
    <Mar 30, 2013 9:04:45 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:04:57 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:05:28 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:05:40 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:20:09 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:31:27 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00022] Identity found weblogic but could
    not be authenticated>
    initIgnoreList:Register 'oracle_ias_farm' login page url:/em/faces/targetauth/em
    asLogin
    <Mar 30, 2013 10:07:53 PM EDT> <Warning> <Socket> <BEA-000449> <Closing socket a
    s no data read from it on fe80:0:0:0:51d5:916e:6087:1681:52,490 during the confi
    gured idle timeout of 5 secs>
    <Mar 30, 2013 10:07:53 PM EDT> <Warning> <Socket> <BEA-000449> <Closing socket a
    s no data read from it on fe80:0:0:0:51d5:916e:6087:1681:52,492 during the confi
    gured idle timeout of 5 secs>
    <Mar 30, 2013 10:07:53 PM EDT> <Warning> <Socket> <BEA-000449> <Closing socket a
    s no data read from it on fe80:0:0:0:51d5:916e:6087:1681:52,491 during the confi
    gured idle timeout of 5 secs>
    Edited by: 7688438 on Mar 30, 2013 7:26 PM

  • Integration of OBIEE 10.1.3.4.1 with Oracle Powerbuilder

    Hi..
    Currently we are having the integration of OBIEE with Oracle Powerbuilder for displaying the reports developed in OBIEE. For displaying the Answers in Powerbuilder, the integration technique is not working.
    Please help me.
    Edited by: user1073817 on Oct 20, 2011 2:06 PM

    Yes, It has impact. You create groups in the Repository & Answers and assign the object level permissions.
    You Populate Group Variable during authentication via LDAP server. Once you login with X name you see the authorized groups in the my account.
    For dashboard A - For group Executive - User X - You have given full access.
    Now you have changed the Group name to AD_Executive. When You Login variable values would be
    User - X
    Group - Ad_Executive
    Dashboard A - No permissions.
    If you have a scenario of changing the group names then get Groups from database using Init block after authorization.

Maybe you are looking for