OBIEE 11.1.1.7.1 IE8 is is throwing error

All:
Once in a while we are getting below error when I click on some of the dashboard reports. It works fine in Fire Fox. Issue is not reproducible at will.  OBIEE version is 11.1.1.7.1 but we can see the issue in 11.1.1.6.7. This is a virtual environment with Red Hat Enterprise Linux Server release 6.3.
Message from webpage:
Inernal server error (500) <!DOCTYPE HTML PUBLIC"- //w3c//DTD HTML 4.0 draft //EN">
Server encountered unexpected condition which prevented it from OK button
Any clues ..?
~r

Hi,
It seems "Add on" missing , Can you try to upgrade IE then check it .
I can suggest you please check matrix.
Thanks,
Satya Ranki Reddy

Similar Messages

  • IE8 Spry Region Throws "Expected ':' "

    Anyone know what might cause IE8 (and as far a I can tell, only IE8 - haven't tested in IE7) to throw a javascript error saying "Expected ':'" within a spry:region / spry:repeat variable?  A la:
    <LI spry:repeat="listsdata">
                      <span onclick="getLists({listsdata::ID})">{listsdata::name}</span>
                      <input type="button" value="-Group" onclick="deleteListGroup({listsdata::ID})" />
              </LI>
    You can see the behavior here: http://www.listcosa.com/
    I've been using Spry on and off for some time, including a very similar project - with no such issues.

    Well, I'm not sure where you're replicating that.  That's not the lines or error IE8 gives me.  IE8 gives me:
    Message: Expected ':'
    Line: 132
    Message: Expected ':'
    Line: 134
    Message: Expected ':'
    Line: 148
    Message: Expected ':'
    Line: 151
    Message: Expected ':'
    Line: 152
    Message: Expected ':'
    Line: 153
    Message: Expected ':'
    Line: 160
    Message: Expected ':'
    Line: 165
    Message: Expected ':'
    Line: 169
    Which refers to these lines:
    <span onclick="getLists({listsdata::ID})">{listsdata::name}</span>
    <LI spry:repeat="listdata"> {name} <input type="button" value="-List" onclick="deleteList({ID})" />
    <span ondblclick="displayEditItem({itemdata::ID})" id="display{itemdata::ID}" class="showitem">{itemdata::name}
    <input type="button" value="E" onclick="displayEditItem({itemdata::ID})" />
    <input type="button" value="-Item" onclick="deleteItem({itemdata::ID},{ID},{groupid})" />
    <input type="button" value="Save" onclick="editItem({itemdata::ID},{ID},{groupid})" />
    <input type="button" value="+Item" onclick="addItem({ID},{groupid})" />
    <input type="button" value="+List" onclick="addList({listheader::groupid})" />
    Which is an odd subset of variable binding within Spry regions.  Other browsers show no error, IE8 displays no further errors (this is only on the initial loading of the XMLDataSets).          

  • OBIEE 11.1.1.6.0 insatallation - creating domain configuaration error

    Hi,
    I am trying to install OBIEE 11.1.1.6.0 on a windows 7 Home basic machine.
    i have selected 'Enterprise install'.
    At step 14 -i got error i.e creating domain has failed.In logs i found below message:
    Please check logs file and give me any suggestion to get out of this error
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         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:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         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)
    Thanks in advance
    Narasimha

    Check your installation steps as in this link
    http://allaboutobiee.blogspot.com/2012/04/obiee-111160-step-by-step-installation.html
    If helps mark

  • OBIEE/EBS R12 - works, except for one user - ORA-06512 error

    OBIEE 10.3.1.4 / EBS 12.0.4
    Oracle 11g
    HPUX 11.31 64 bit Itanium
    We are successfully using EBS integration with OBIEE, but for one user that we have created it doesn't work. When they try to access OBIEE from EBS we get this error in NQServer.log:
    *[nQSError: 13011] Query for Initialization Block 'EBS Security Context' has failed.*
    *[nQSError: 17001] Oracle Error code: 6510, message: ORA-06510: PL/SQL: unhandled user-defined exception*
    ORA-06512: at "APPS.APP_SESSION", line 313
    at OCI call OCIStmtExecute: call / 101507300 */ APP_SESSION.validate_icx_session('NIOWQbvOlCFpGilcGDvlBIY-:S').*
    *[nQSError: 17011] SQL statement execution failed.*
    This is when the query is run against EBS to authenticate the user:
    select FND_GLOBAL.RESP_ID,
    FND_GLOBAL.RESP_APPL_ID,
    FND_GLOBAL.SECURITY_GROUP_ID,
    FND_GLOBAL.RESP_NAME,
    FND_GLOBAL.USER_ID,
    FND_GLOBAL.EMPLOYEE_ID,
    FND_GLOBAL.USER_NAME from dual
    It is only for one user that has the problem. All others users work fine.
    Has anyone else seen this problem?
    Our EBS DBA has checked that the above sql can be run with the session set to the problem user, and compared with a user who can successfully connect to OBIEE. The results were the same for both.

    I was on the wrong lines with this one.
    The error in the NQServer.log was not from the problem user, it was a separate user.
    The real cause of a specific user not being able to login was a corrupt web catalog (which we're still trying to resolve)

  • OBIEE 11g: Admin= Manage Session= View Log throwing error

    Hi,
    When we are trying to see the logs from obiee 11g admin screen=>manage sessions, it is throwing the following error:
    Log Could Not Be Retrieved
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <3791257602>: Syntax error [nQSError: 26012] . (HY000)
    - But we are not getting any error while running report or dashboard or anything else.
    What could be the possible reason for this? Where to check?
    Thanks in advance

    Sudipta Gupta wrote:
    Hi,
    When we are trying to see the logs from obiee 11g admin screen=>manage sessions, it is throwing the following error:
    Log Could Not Be Retrieved
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <3791257602>: Syntax error [nQSError: 26012] . (HY000)
    - But we are not getting any error while running report or dashboard or anything else.
    What could be the possible reason for this? Where to check?
    Thanks in advanceIf you restart the service the problem would resolve but every time its not a good idea to bounce the services the problem is with cache/queries stores in nqquery.log have a script to clear the cache files periodically
    upgrade to 11.1.1.6.2 the problem is fixed
    thanks,
    Saichand

  • OBIEE 11.1.1.7.0 installation failed- Create domain error

    we are facing this issue while installing OBIEE 11.1.1.1.7.0 on CentOS 7 64 BIT.
    Configuataion Action Creating Domain has failed. Please check logs for details.
    checking the logs under oraInventory, the logs says-
    Oracle.as.provisioning.execption.ASProvWorkFlowException: Error Executing workflow.
    The server was running fine but we been facing this issue for couple of days now.
    I hope someone can help us with this issue.
    thank,
    parik

    Problem : Oracle Database 11g is not certified on the current OSWhat's your problem? Message seems to be clear. Windows 2008 Release 2 (important here is Release 2) requires 11gR2,not yet released for any Windows platform.
    http://www.oracle.com/technology/tech/windows/index.html
    Werner

  • OBIEE 11.1.1.5 Config Run Enup with Java Error

    I have sucessfully installed the OBIEE 11.1.1.5 , but unable to run the config.bat file. It end ups with the 'Could not create the java virtual machine'.
    Please help me out.

    Hi,
    We are getting the same issue.
    Did you get it resolved?
    Thanks.
    In hs_err_pid4076.log, I found this.
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.hyperion.hfm.config.EPMWindowsConfigJNI.SetDCOMIdentity(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I+0
    j com.hyperion.hfm.config.hfmregistry.HFMRegistry.configureHFMDCOMUserInfo(Ljava/lang/String;Ljava/lang/String;)I+654
    j com.hyperion.hfm.config.HfmDComTaskProcessor.execute()V+156
    j com.hyperion.cis.CustomTaskProcessor.execute(Loracle/as/config/impl/HITPortTracker;)V+1
    j com.hyperion.config.wizard.impl.RunAllTasks.executeCustomTask(Lcom/hyperion/cis/CustomTaskProcessor;Lcom/hyperion/cis/config/ProductDescriptor;Ljava/lang/String;Ljava/lang/String;)V+115
    j com.hyperion.config.wizard.impl.RunAllTasks.execute(Lcom/hyperion/config/wizard/SummaryField;Lcom/hyperion/hit/wizard/ProgressComponent;)V+3585
    j com.hyperion.config.wizard.impl.RunnAllTasksState.run()V+69
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub

  • OBIEE 11.1.1.7 SSO for Windows Native Clients Error 401-UnAuthorized issue.

    I configured OBIEE to work with AD authenticator and AD authentication works fine. My AD users can login with their credential. I am having issues with Kerberos authentication. My keytab looks fine and kinit is successful too and do not have any duplicate SPNs. After configuring Kerberos, "I am getting error 401 Unauthorized" .
    I have an AD user bisystem which I generated SPN and key tab looks fine. My other AD users belong to AD group "Technical".
    What should be the principal-name in weblogic.xml?
    I have put <principal-name>bisytem</principal-name>
                     <principal-name>Technical</principal-name> in weblogic.xml

    from bi_server.out:
    default etypes for default_tkt_enctypes: 17 23 3 1 23.
    Pre-Authenticaton: find key for etype = 3
    AS-REQ: Add PA_ENC_TIMESTAMP now
    >>> EType: sun.security.krb5.internal.crypto.DesCbcMd5EType
    >>> KrbAsReq calling createMessage
    >>> KrbAsReq in createMessage
    >>> KrbKdcReq send: xxxx  timeout=30000, number of retries =3, #bytes=270
    >>> KDCCommunication: kdc=xxxx #bytes=270
    >>>DEBUG: TCPClient reading 106 bytes
    >>> KrbKdcReq send: #bytes read=106
    >>> KrbKdcReq send: #bytes read=106
    >>> KdcAccessibility: remove xxxxx
    >>> KDCRep: init() encoding tag is 126 req type is 11
    >>>KRBError:
             sTime is Wed Apr 15 13:32:41 EDT 2015 1429119161000
             suSec is 553936
             error code is 14
             error Message is KDC has no support for encryption type
             realm is xxxx
             sname is krbtgt/xxxxx
             msgType is 30
                    [Krb5LoginModule] authentication failed
    KDC has no support for encryption type (14)
    Any insight???

  • Undefined is null or not an object

    Hi,
    While using surface prompt in 11.1.1.7 in ie8 , it is throwing error "Undefined is null or not an object" and it is in "Opening" state.
    I have tried deleting cache .
    Please could anybody help.
    Thanks and Regards

    Hi,
    While using surface prompt in 11.1.1.7 in ie8 , it is throwing error "Undefined is null or not an object" and it is in "Opening" state.
    I have tried deleting cache .
    Please could anybody help.
    Thanks and Regards

  • OBI 11g Enterprise Manager (EM Website) does not work with IE8 (v8.0.6)

    I am unable to login to the 11g EM website on Windows x64 2003 server. I get the below error:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0)
    Timestamp: Wed, 6 Oct 2010 10:41:18 UTC
    Message: Object doesn't support this property or method
    Line: 4354
    Char: 1
    Code: 0
    URI: http://YZU-1:7001/em/afr/partition/ie/default/opt/boot-11.1.1.3.0-0084.js
    Any help is appreciated.
    Thanks
    B

    Hi,
    OBIEE 11g does not work with IE8.
    Check this......What's wrong in OBIEE 11g
    Regards,
    Srikanth

  • Running a Report in OBIEE 10.1.3.4 using Web Services

    Hi ,
    I had a requirement , where I wanted to schedule a run of all reports ,for a particular user using Webservices.
    I am trying to use JDeveloper 11 ,and trying to call the webservices method for logging into the OBIEE server.
    But I am stuck , with the following error ' web.analytics.siebel.com.soap.v5.Logon not found' .
    Can anyone please suggest some methods to resolve this issue?
    Thank you.

    Logon is a Web service method, no ?
    You must have your reverse web service class in the following package:
    web.analytics.siebel.com.soap.v5
    Check the result after an import in Eclipse:
    http://gerardnico.com/wiki/ide/eclipse/eclipse_how_to_consume_a_webservice_with_wtp#the_result
    Cheers
    Nico

  • Oracle bi error codes u9kp7q94 OBIEE 10g

    Hi All,
    I have created new user in RPD(Online Mode).
    Then i have loged into Answer.It throws error
    "oracle bi error codes u9kp7q94 OBIEE 10g"
    How to fix.
    Thanks
    Gram

    Raj wrote:
    Hi All,
    I have created new user in RPD(Online Mode).
    Then i have loged into Answer.It throws error
    "oracle bi error codes u9kp7q94 OBIEE 10g"
    How to fix.
    Thanks
    GramAre you getting this error on the login screen? or when you are opening a report?

  • Scrorecards issues in OBIEE 11.1.17.1

    Hi,
    After upgrading OBIEE 11.1.6 to OBIEE 11.1.7.1 some of the scorecards getting error.
    Below is the error(atteched screenshot)
    Assertion failure(Value>=MIN_SCORE&&Value<=MAX_SCORE) || Value==NO_STATUS at line 2814 of project/webscorecard/scorecardassessmentengine.org
    Any one faced this type of issues please help on this .
    Thanks in advance.
    Regards,
    Malli

    Could you Clear the browser cache and re-load the page or log in to OBIEE.
    if its not working then try to Re-deploy the Analytics Application, using the file $Middleware_Home\Oracle_BI1\bifoundation\jee\analytics.ear
    Do let me know for any updates?

  • Install patch in obiee 11g

    Anyone tell me how to install patch in obiee 11g.
    Basically this is the first time i need to install it in obiee 11g.
    anyone please explain me clearly? how to install patch to windows server 32 bit env.

    Thanks Kalyan for sent me the document and gave me the clarification
    I have followed way it is in the document. But I have made it till step5 only.
    Later if I type opatch command on the dos prompt it is throwing error that 'is not recognized as an internal or external command,operable program or batch file'
    In my server is structure like this.....
    Obiee installed in E drive
    It has subfolder like 'mw_home'
    Under that folder I have instances, jdk116_18,jrockit....,logs,modules,oracle_bi1,oracle_common,user_projects,utils,wlserver.
    Under oracle_bi1 I have admin,asoneofftool,assistants,atgpf,.....
    Under oracle_common I have admin,admin server registration,bc4j .....
    Can anybody give the exact commands which are applicable for my server.... from importing zip from the oracle site and where I will have to place and where I will have to install... Anybody give me all the commands to get my patch install?
    can you tell me my steps will going to impact anything further? if i stop it in the middle..
    Thanks in advance
    Edited by: user12077461 on May 16, 2011 8:10 PM

  • OBIEE 11g (11.1.1.6) Agent Error : Error Codes: AGEGTYVF

    Hi Team,
    I have migrated an application from OBIEE 10g (10.1.3.4)
    I am facing an error in some of the iBots (Agents) migrated to 11g. Is it related to any Oracle Bug??
    I am using 11.1.1.6.0 in a Windows Server 2008 R2 Standard machine.
    Here is the error detail:
    Eventually succeeded, but encountered and resolved errors...
    Number of skipped recipients: 1 of 2
    [nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: A fatal error occurred while processing the request. The server responded with: oracle.xdo.template.fo.area.TableArea cannot be cast to oracle.xdo.template.fo.area.TableBody.
    Error Codes: AGEGTYVF
    Location: saw.rpc.mis.read, saw.subsystem.portal.pdf, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID: /users/administrator/Agents/Daily Reports
    ...Trying Agent Get Response Content loop again.... Sleeping for 8 seconds.[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: A fatal error occurred while processing the request. The server responded with: oracle.xdo.template.fo.area.TableArea cannot be cast to oracle.xdo.template.fo.area.TableBody.
    Error Codes: AGEGTYVF
    Location: saw.rpc.mis.read, saw.subsystem.portal.pdf, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID: /users/administrator/Agents/Daily Reports
    ...Trying Agent Get Response Content loop again.... Sleeping for 4 seconds.[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: A fatal error occurred while processing the request. The server responded with: oracle.xdo.template.fo.area.TableArea cannot be cast to oracle.xdo.template.fo.area.TableBody.
    Error Codes: AGEGTYVF
    Location: saw.rpc.mis.read, saw.subsystem.portal.pdf, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID: /users/administrator/Agents/Daily Reports
    Exceeded number of request retries for method GetResponseContent.
    -Pratim

    Hi,
    What resolution you had applied to resolve this issue?
    Please share resolution with me as i am also facing. the agent is working file if select Excel,html etc.. the error with if i select PDF format.
    Thank you,

Maybe you are looking for

  • I attempted to load Itunes update and it will not start and faults out

    I attempted to load an update to I Tunes and it has now faluted out and will not start and it gives me an error message

  • Missing fonts in pages

    I upgraded to the new pages on my iMac. I was working on a document and wanted to change the font. I found that my font list was shortened. I opened an old copy of pages and found all my fonts. I also opened MS Word and all my fonts were showing. So

  • How can I create a message board page?

    Does anyone know how to create a message board page? Thanks.

  • Black horizontal line

    Last week I bought a 2013 macbook air and already in the last few days I've had a couple of occasions where I saw a a few black horizontal lines across the screen.  Last time it happend for a couple of seconds when the laptop was coming back up from

  • False Marketing and very unhelpful Customer Service

    I got an email from Best Buy ob February 4 about 3X Rewards Points Promotion. As I was planning on purchasing a 65" TV, I walked into BestBuy store on February 28, 2015 but could not find it available at that time.So, I thought I will purchase $1400