Business Objects 3.1 reports are not working with IE 10.

Hi,
Recently I upgraded my internet explorer to IE10.. Since then business objects 3.1 reports are not opening in IE10.0
Getting error message "webpage can't be found".
I am not sure whether BO 3.1 reports work with IE 10.0 or not.
Please advise
Thanks
Sat

Did you try with other browsers ?
IE 10 (Compatibility View display mode) with Oracle Java 6 / Oracle Java 7 is supported for BOXI3.1 SP6.
Please check the PAM for details of your SP level.

Similar Messages

  • Oracle 9iAS R2 - reports are not working  - JSP Error

    dear All
    We are having issue in our Oracle 9i AS R2, the reports are not working, this thing happend suddenly , while runing any report the following messages are coming
    ==============
    500 Internal Server Error
    OracleJSP:
    JSP Error:
    Request URI:/repdemo/examples/Tools/test.jsp
    Exception:
    org.omg.CORBA.OBJECT_NOT_EXIST: minor code: 0 completed: No
         at com.inprise.vbroker.ProtocolEngine.PortfolioImpl.getConnector(PortfolioImpl.java:79)
         at com.inprise.vbroker.ProtocolEngine.ManagerImpl.getConnector(ManagerImpl.java:147)
         at com.inprise.vbroker.orb.DelegateImpl._bind(DelegateImpl.java:196)
         at com.inprise.vbroker.orb.DelegateImpl.verifyConnection(DelegateImpl.java:365)
         at com.inprise.vbroker.orb.DelegateImpl.is_local(DelegateImpl.java:493)
         at org.omg.CORBA.portable.ObjectImpl._is_local(ObjectImpl.java:356)
         at oracle.reports.engine._EngineReportStub.doneReport(_EngineReportStub.java:36)
         at oracle.reports.definition.RWJspProxy.doneReport(RWJspProxy.java:261)
         at oracle.reports.definition.RWReport.done(RWReport.java:1087)
         at oracle.reports.jsp.ReportTag.release(ReportTag.java:398)
         at oracle.jsp.runtime.OracleJspRuntime.releaseTagHandler0(OracleJspRuntime.java:1109)
         at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1213)
         at examples.tools._test._jspService(_test.java:292)
         [SRC:/examples/Tools/test.jsp]
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    -=================
    please help to resolve this issue.
    thanks in advance.
    regards

    Dear All
    Just to share the solution of the problem.
    We restarted the XServer which is on the other machine then Oracle 9i AS Middle Tiere and Infra. Once we restarted the XServer machine, and restarted the reports server , every thing back to normal.
    regards

  • ADF bindings are not working with inheritance heirarchy.

    ADF bindings are not working with inheritance heirarchy. I am using embedded OC4J in JDeveloper 10.1.3.2.
    For the data model I have the following objects\attributes.
    1) User (abstract EJB 3.0 POJO)
    - Id
    - userId
    - userName
    2) Employee -> extends User (EJB 3.0 POJO)
    - enabled
    - password
    3) Manager -> extends Employee (EJB 3.0 POJO)
    - numOfEmployees
    4) UserSessionBean (Stateless Session Bean)
    - public User findUserByUserId(String userId)
    - public List<User> queryUserFindAll()
    - Object mergeEntity(Object entity)
    I created 2 JSF pages using ADF.
    1) ListUsers.jspx - Lists all the users of type Employee and Manager in a table. You can select an user and chose to modify the user details using a modify button.
    2) ModifyUser.jspx - Modify the selected user and persist the modified user details.
    I implemented ListUsers.jspx by dragging and dropping queryUserFindAll() method from the ADF datacontrol on to the JSF page and selected ADF Table format with selection enabled.
    Similarly for the ModifyUser.jspx page I dragged and dropped the User object returned by findUserByUserId(String userId) and selected ADF Form format. I selected OutputText field types for userId and userName.
    I then created a navigation case from ListUsers.jspx to ModifyUser.jspx and pass the selected user.
    Now when I try to run the web application, ListUsers.jspx correctly displays all the users. Then I select a user of type Employee and click on the modify button. This brings up the ModifyUser.jspx page. However, the UserId text field displays the value for "Id" field rather than "userId".
    Question that I have is:
    - Why is ADF framework not able to retrieve the appropriate user attribute value for a Employee based on the binding information in case of inheritance ?
    Thanks,
    Piyush

    Hi,
    tried with JDeveloper 10.1.3.3 and this works for me. Try JDeveloper 10.1.3.3 - if it doesn't work, have a closer look at your sessionFacade
    Frank

  • AcroPDF ActiveX print functions are not working with Adobe Reader 9.2 / Actobat Reader 9.3

    AcroPDF ActiveX print functions are not working with Reader 9.2/9.3. Tried ActiveX print functions like printPages(), printAll(), printWithDialog(), none of them is working. Tried on platforms: XP 32 bit and Win7 32 bit. These print functions all work fine with Adobe Reader 9.1.0. or 8.2.0 or 8.1.0 on XP 32 bit or Win7 32 bit.
    The way I have my setup: I have created a C/C++ project with AcroPDF MFC ActiveX classes. I have created an AcroPDF object in there, and then calling it's LoadFile() function passing a pdf file in the parameter. Then calling the printPages() or printAll() function. With Adobe Reader 9.1.0. or 8.2.0 or 8.1.0, printing is starting through the default printer without any problem. As soon as I update the reader version to 9.2 or more, the same code stops working.
    Is anybody noticing any similar issue? Any info on this will be highly appreciated. Thank you!

    Unfortunately printWithDialog() is also not working. Actually none of the print functions like Print(), printWithDialog(), printPages(), printPagesFit(), printAll(), printAllFit() are working. All of them works fine though with older reader.
    BTW, what security related changes are there for printPages() and printAll()? Can you please elaborate on that? Is there any workaround?

  • Savevid and keepvid are not working with os 10.7.3-Is there a fix?

    savevid and keepvid are not working with os 10.7.3-Is there a fix?
    Is anyone else having this problem?

    A massive thanks from me too after discovering the problem when I started work this morning at 2.30am - not something you need that time of day!  Did exactly as written and bingo,  missing tool icons appeared BUT, and there's always a but...
    I have THE SAME problem in Quark with some of the static areas in the measurement (F9) bar. Can anyone suggest what might fix this? I have restarted just ONCE after turning on Extension Manager at start-up.
    Hardware:
    Apple Macintosh MacPro 2x2GHz Dual-Core Intel Xeon
    RAM: 6Gb (667MHz DDR2 FB-DIMM)
    HDD's (internal): 1x160Gb / 1x500Gb / 2x1500Gb
    Software (OS)
    OS: Mac OS 10.7.3 (updated to this 06.02.2012)
    Problem software: QuarkXPress 8.5
    Thanks in advance for any advice / help...
    Paul

  • HT201412 Safari could not open the page because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work. Can you please help me. I've tried everything. Thanks ya'll!

    Safari could not open the page on my new ipad mini's because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work fine. Yesterday I got it to work. Weird. Can you please help me. I've tried everything. Thanks ya'll!

    Hello SavannahSweetie,
    I was looking into the issue you are desribing, and found a great article for troubleshooting wifi connections with iOS devices. It's called iOS: Troubleshooting Wi-Fi networks and connections and can be found here: http://support.apple.com/kb/ts1398.
    Start with this section, and work your way down if needed.
    Basic troubleshooting
    Tap Settings > Wi-Fi and turn Wi-Fi off and then on again.
    Verify that you are in range of your Wi-Fi router or base station.
    Confirm that your Wi-Fi router and Cable/DSL modem are connected to power and turned on.
    Check whether other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Update your Wi-Fi router to the latest firmware.For AirPort Base Stations, refer to this article for information about firmware updates. For third-party Wi-Fi routers, check the manufacturer's website for details on updating your firmware.
    Restart your iOS deviceHold the On/Off button until "slide to power off" appears. Slide to power off your device. When it is off, press the On/Off button to turn it back on.
    All the best,
    Sterling

  • MY WHATSAPP HAUTELOOK FACEBOOK APPLICATIONS ARE NOT WORKING WITH THE NEW UPDATE iOS 7 ITS DRIVING ME CRAZY! HOW CAN I FIX IT?

    I DOWNLOADED THE NEW UPDATED VERSION FOR THE IPHONE !!!
    AND MY APPLICATIONS ARE NOT WORKING AT ALL
    WHENEVER I ENTER TO WHATSAPP A MESSAGE POPS UP FROM NOWHERE SAYING SOMETHING ABOOUT PUSH UP NOTIFICATION!!
    AND THAT I SHOULD CONNECT IT TO ITUNES, THEN I CONNECT IT TO ITUNES AND ITUNES IS NOT LETTING ME SIGN IN WITH MY APPLE ID ITUNES IS NOT WORKING/!!!
    ALSO WHENEVER I OPEN HAUTELOOK APP ON THE IPHONE IS FREEZING MY PHONE WITH THE PUSH UP NOTIFICATION WINDOW, AND I CLICK OK AND IT STILL APPEARS OVER AND OVER AGAIN
    PLZ HELP ME!!!!!!!!!!!!!!!!!!!!!

    If you do not have enough space, then you would have to free up more space.
    You can also update via itunes on your computer.

  • Reports are not posting with report repository webserver configured for Sin

    Hi Everyone,
    We have configured Single Signon on our Test environment (UADB1) using Sun Authentication Manager. Everything went well, we can login using our LDAP accounts except for one thing. The reports are not posting to the report repository.
    Our setup goes like this. We have used only one webserver for login and for report repository purposes. SSL certificate was configured in the webserver and we are using https in the report node. Both URLs https://dv001.test.com:8450 and http://dv001.test.com:8400 were configured for Single Signon.
    Report Node Definition
    Node Name: uadb1
    URL: https://dv001.test.com:8450/psreports/uadb1
    Connection Information
    https
    URI Port: 8450
    URI Host: dv001.test.com
    URI Resource: SchedulerTransfer/uadb1
    Below is the error I am getting. If I will use another webserver which is not the Single Signon configured as report repository the reports are posting. So, I am thinking this has something to do with the Single Signon setup and SSL. ANy idea? Thanks.
    PSDSTSRV.2093190 (10) [06/13/10 01:05:43 PostReport](3) 1. Process Instance: 9499/Report Id: 8465/Descr: Process Scheduler System Purge
    PSDSTSRV.2093190 (10) [06/13/10 01:05:43 PostReport](3) from directory: /psft/pt849/appserv/prcs/UADB1/log_output/AE_PRCSYSPURGE_9499
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](1) (JNIUTIL): Java exception thrown: java.net.SocketException: Unexpected end of file from server
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](3) HTTP transfer error.
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](3) Post Report Elapsed Time: 0.2300
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](1) =================================Error===============================
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](1) Unable to post report/log file for Process Instance: 9499, Report Id: 8465
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](2) Process Name: PRCSYSPURGE, Type: Application Engine
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](2) Description: Process Scheduler System Purge
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](2) Directory: /psft/pt849/appserv/prcs/UADB1/log_output/AE_PRCSYSPURGE_94

    Duplicated thread : Reports not posting if using Single Signon webserver as report repo
    Nicolas.

  • Playback preferences are not working with 10.5. solution?

    I downloaded iTunes 10.5 and my playback preferences are not working. For example, crossfade is screwy. Sometimes it will fade out at the end of a song, but the next song will not come in until the end, or the next song will come in WAY too early. Sound enhancement is also doing nothing. These all worked fine before the update. Has anyone else encountered this?

    I too am having problems with crossfade since installing iTunes 10.5 where mostly it is just fading the end of the song.. when set to a 6 second crossfade it is just fading the last 20 seconds and still waiting till the song ends before starting the new song & i've also noted that sometimes a new song will begin when there is in excess of 20 seconds left of the previous song remianing.. hence, it sounds rediculous. i've tried uninstalling & re-installing but no fix. please help anyone..

  • RDL Reports are not working after installing SQL Server 2012 Service Pack 2 in the SharePoint integration Mode

    I am using Reporting Service Integration mode with SharePoint. SSRS is installed on separated machine of SharePoint stacks in Integration Mode. Everything was working properly and I could create/edit/modify RDL reports(parameters, Datasource, Subscription)
    inside SharePoint and Document Libraries.
    But after installing SQL Server 2012 Service Pack 2, on opening RDL reports inside SharePoint I receive this error message. 
    The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation
    I should mention that SSRS is installed in the SharePoint integration Mode and there is no SSRS management console.

    Hi Hedayat-Abedijoo,
    According to your description, you are using Reporting Services in SharePoint Integrated mode, and everything worked fine before you install SQL Server 2012 Service Pack 2. After the package is installed, when you open RDL reports, the error occurred: The
    permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation.
    According to my search, there may be two reasons for the problem:
    This is caused when the application pool account that runs the SharePoint Web application you are on in IIS and the application pool account that SharePoint believes is running the site differ. This happens if the application pool account is changed directly
    in IIS instead of through SharePoint (using the approved method).
    This error can be caused when Kerberos authentication has been set up correctly and delegation in a double hop scenario will succeed, but Reporting Services integration has been set up for Trusted Account rather than Windows Authentication. This causes
    SharePoint to continue to impersonate the logged-on user when contacting Reporting Services; when Reporting Services compares the application pool account to the user account making the request, they are not equal.
    In this case, we can solve the problem by changing the application pool account in IIS back to the previous account and set AuthenticationTypes to RSWindowsNTLM only. For detail information, please refer to 8.3 “The permissions granted to user 'Domain\User'
    are insufficient for performing this operation” in the document:http://msdn.microsoft.com/en-us/library/ee384252(SQL.100).aspx
    If you have any questions, please feel free to let me know.
    Thanks,
    Wendy Fu

  • Reports are not working in BI 4.1

    Hi,
    Hi,
    Environment: BI 4.1, SAP BW and Oracle 11g.
    Users are imported from BW.
    I am facing issue in 4.1 sp2 After migrating 4.0 to 4.1.
    All UNV reports are working fine except reports on Oracle
    Database in BI launch Pad, those reports are working fine in Rich client.
    I have installed Both 32 and 64 bit Oracle drivers in 4.1 servers.
    Thanks in Advance

    This is a known and common issue and also we have encountered this after moving to 4.1 SP2..
    This is actually related to the DSL bridge service  not available to use or not running which will only affect UNX based report and BICS report but UNV and rich client would work as they do not use the DSL services...The actual reason of this is there are some JAR files which are needed for this service and got corrupted while installing
    You or your admin has two options for this  ( If you already tried creating a new APS dedicated for DSL Bridge and it does not work)
    1.If you have a stand alone installation and not a cluster check the installation log file and repair the installation
    2.This is how we fixed.. If you are in a clustered environment then if the one of the App server is running fine for the DSL bridge server .. We copied the JAR files relevant for the DSL bridge from the APP server which works fine for the DSL bridge server and put those files on the server not working.. once this is applied we needed to restart the server and create the APS with DSL bridge service which started and worked fine..

  • Scheduled reports are not working

    Hi!
    We have a couple of scheduled reports that we have had for a while now.
    They have now stopped working. All of them have the following error:
    Error: Thread was being aborted.
    I have seen people have this problem if the servers load is to high and all reports are running at the same time.
    That is not my case. I have tried to scheduled just one report and I get the same error then.
    Where can I start the troubleshooting?
    Best Regards
    Askunge

    Look at the SSRS logs located in the folder "C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles" if you leave default path durning installation.
    Number "10_50" depends on the version of the SSRS.
    Regards,
    Ivan 
    This is what I found. Anyone have a clue what I should do to resolve the problem?
    notification!WindowsService_802!79c!04/28/2014-08:00:41:: Error thrown by delivery provider: System.Threading.ThreadAbortException: Thread was being aborted.
       at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
       at Microsoft.ReportingServices.Library.NotificationQueueWorker.HandleNotification(QueueItem item)
    library!ReportServer_0-815!1cdc!04/28/2014-09:31:05:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native mode., ;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native mode.
    notification!WindowsService_803!1a68!04/28/2014-13:10:03:: Error thrown by delivery provider: System.Threading.ThreadAbortException: Thread was being aborted.
       at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
       at Microsoft.ReportingServices.Library.NotificationQueueWorker.HandleNotification(QueueItem item)
    notification!WindowsService_803!79c!04/28/2014-13:00:11:: Error thrown by delivery provider: System.Threading.ThreadAbortException: Thread was being aborted.
       at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
       at Microsoft.ReportingServices.Library.NotificationQueueWorker.HandleNotification(QueueItem item)

  • In Barcodesample reports are not working REP-1401: 'cf_1formula': Fatal P

    In windows its barcodesample is working fine.(all the barcode constants)
    In linux
    1.I have set the CLASSPATH in reports.sh
    2.and I also added the classPath value in <engineId...> tag in the reportservername.confg file.
    3.And I restart the report server as well as application server also. still I am getting the following error messages.
    REP-1401: 'cf_1formula': Fatal PL/SQL error occurred.
    ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
    In windows I followed the same steps its working fine.But Linux its not working any idea.!!! Its really urgent....
    Thanks,
    Natarajan.U
    Mail:[email protected]

    I pretty sure that the problem is the BarcodeMaker.java class in the oraclebarcode.jar. I got the barcode example to work locally (on Windows XP) in reports builder, but I couldn't run it in our webApp on a Solaris appServer. However, I was actually just doing the barcode example to learn how to display gantt charts in a report. So I wrote a simple java class called GantChartTest that uses the JFreeChart API to create a gantt chart as a jpg. I followed the bar code example almost exactly and my gantt charts did show up on the Solaris appServer. Here's my imagefilename function:
    function ImageFilenameFormula return VarChar2 is
    myFileName varchar2(500);
    result varchar2(500);
    thePhase VarChar2(50) := :phase;
    estStartDate VarChar2(50) := :est_start_date;
    estEndDate VarChar2(50) := :est_end_date;
    wipActualStartDate VarChar2(50) := :wip_actual_start_date;
    wipActualEndDate VarChar2(50) := :wip_actual_end_date;
    begin
         myFileName := srw.create_temporary_filename;
         GantChartTest.createGanttChart(globals.bcobj, thePhase, estStartDate, estEndDate, wipActualStartDate, wipActualEndDate, myFileName);
         return(myFileName);
    end;

  • Is Business Objects and Crystal Reports are the same?

    Hi all,
    What is the difference between crystal reports and business objects. And what is the advantage of business objects.
    Can anyone let me know the forums for Business objects in SAP. And what is the latest version for business objects.
    thanxs
    haritha

    Hi,
    we just made the combined roadmap of SAP and BusinessObjects available.
    The most recent version is XI release 3.0 (soon available).
    Ingo Hilgefort

  • Refreshed universe and now reports are not working

    I added Restricked key figures and calculated key figures and I when I run my webi report I get this error message:
    Query 1 - Maintenance Orders Maintenance Plan and Actual - Regular Hours
    A database error occured. The database error text is: The MDX query SELECT { Measures.4IDV96Q35XYNK4WT6ECMO487E, Measures.4IDV96IEMZCY1IDD0KAAE29HM, Measures.4IDV96XROWKD2RG9C8EYY66X6 } ON COLUMNS , NON EMPTY CROSSJOIN( 0COORD_TYPE.LEVEL01.MEMBERS, 0PMPLANGRP.LEVEL01.MEMBERS ) DIMENSION PROPERTIES 0COORD_TYPE.20COORD_TYPE, 0PMPLANGRP.20PMPLANGRP ON ROWS FROM ZPM_M04/ZPM_M04_REGULARHOURS SAP VARIABLES !V000002 INCLUDING 0BUS_AREA.75 !V000001 INCLUDING 0MAINTPLANT.7500 !V000010 INCLUDING 1/1/2007 12:00:00 AM : 7/6/2010 12:00:00 AM failed to execute with the error Unknown error. (WIS 10901)
    I see the universe in the query pane and I am and I see LOV and run query button.
    What do I have to do in the universe to get this fixed
    Thanks for your help
    Mike

    1 ZCM Primary server, 8 Satellite servers
    ZCM version 11.2.1, Running on SLES 11 sp1
    Currently working with a customer that wishes to move their...

Maybe you are looking for