Some issues when using my N8 as modem over BT.

Hi folks!
I'm using my N8 to get internet access when I'm traveling for my macbook pro (late 2011 model). Few issues have apeared. First, getting the connection working might take 2 to 4 attempts. Second, when downloading large files over http the connection some how hangs, N8 shows no data trasfers from the 3G network and the connection is un-usable. I need to close it and start all over again.
My N8 is fully updated Anna. And the OSX is fully updated Lion.
Happy holidays!
-Temeteus82

I do have a strong signal. I was able the day before yesterday to be on the internet for more than 5 hours without it disconnecting. Then I tried yesterday to connect to the internet and it started to disconnect again, after a few minutes. I tried again yesterday, via another usb port and I was able to stay connected for longer without being disconnected. I suspect it might be a usb port issue. Let me give it a try a few more time before I jump to conclusion.

Similar Messages

  • JTable text alignment issues when using JPanel as custom TableCellRenderer

    Hi there,
    I'm having some difficulty with text alignment/border issues when using a custom TableCellRenderer. I'm using a JPanel with GroupLayout (although I've also tried others like FlowLayout), and I can't seem to get label text within the JPanel to align properly with the other cells in the table. The text inside my 'panel' cell is shifted downward. If I use the code from the DefaultTableCellRenderer to set the border when the cell receives focus, the problem gets worse as the text shifts when the new border is applied to the panel upon cell selection. Here's an SSCCE to demonstrate:
    import java.awt.Color;
    import java.awt.Component;
    import java.awt.EventQueue;
    import javax.swing.GroupLayout;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JTable;
    import javax.swing.border.Border;
    import javax.swing.table.TableCellRenderer;
    import javax.swing.table.TableColumn;
    import sun.swing.DefaultLookup;
    public class TableCellPanelTest extends JFrame {
      private class PanelRenderer extends JPanel implements TableCellRenderer {
        private JLabel label = new JLabel();
        public PanelRenderer() {
          GroupLayout layout = new GroupLayout(this);
          layout.setHorizontalGroup(layout.createParallelGroup().addComponent(label));
          layout.setVerticalGroup(layout.createParallelGroup().addComponent(label));
          setLayout(layout);
        public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
          if (isSelected) {
            setBackground(table.getSelectionBackground());
          } else {
            setBackground(table.getBackground());
          // Border section taken from DefaultTableCellRenderer
          if (hasFocus) {
            Border border = null;
            if (isSelected) {
              border = DefaultLookup.getBorder(this, ui, "Table.focusSelectedCellHighlightBorder");
            if (border == null) {
              border = DefaultLookup.getBorder(this, ui, "Table.focusCellHighlightBorder");
            setBorder(border);
            if (!isSelected && table.isCellEditable(row, column)) {
              Color col;
              col = DefaultLookup.getColor(this, ui, "Table.focusCellForeground");
              if (col != null) {
                super.setForeground(col);
              col = DefaultLookup.getColor(this, ui, "Table.focusCellBackground");
              if (col != null) {
                super.setBackground(col);
          } else {
            setBorder(null /*getNoFocusBorder()*/);
          // Set up our label
          label.setText(value.toString());
          label.setFont(table.getFont());
          return this;
      public TableCellPanelTest() {
        JTable table = new JTable(new Integer[][]{{1, 2, 3}, {4, 5, 6}}, new String[]{"A", "B", "C"});
        // set up a custom renderer on the first column
        TableColumn firstColumn = table.getColumnModel().getColumn(0);
        firstColumn.setCellRenderer(new PanelRenderer());
        getContentPane().add(table);
        pack();
      public static void main(String[] args) {
        EventQueue.invokeLater(new Runnable() {
          public void run() {
            new TableCellPanelTest().setVisible(true);
    }There are basically two problems:
    1) When first run, the text in the custom renderer column is shifted downward slightly.
    2) Once a cell in the column is selected, it shifts down even farther.
    I'd really appreciate any help in figuring out what's up!
    Thanks!

    1) LayoutManagers need to take the border into account so the label is placed at (1,1) while labels just start at (0,0) of the cell rect. Also the layout manager tend not to shrink component below their minimum size. Setting the labels minimum size to (0,0) seems to get the same effect in your example. Doing the same for maximum size helps if you set the row height for the JTable larger. Easier might be to use BorderLayout which ignores min/max for center (and min/max height for west/east, etc).
    2) DefaultTableCellRenderer uses a 1px border if the UI no focus border is null, you don't.
    3) Include a setDefaultCloseOperation is a SSCCE please. I think I've got a hunderd test programs running now :P.

  • Buffering video downlowds via Quicktime, when using a HSDPA USB modem.

    Hi,
    Does any one else experience very poor streaming performance via Quicktime, when using a HSDPA USB modem. Every time, when using the Quicktime player and receiving data via a HSDPA USB modem, there seems to be minimal buffering of that data, so that the video quality is extremely pixelated and virtually unwatchable; are there settings that can be altered to correct this problem? This issue seems to be so petty, yet Apple is unable to offer a solution? That doesn't seem right?
    Regards,
    mike_biz

    Is this a file that Quicktime PRO is not able to open?
    Yes. Your camera's native video format is MPEG-4 and appears to possibly be "muxed" with MP3 audio.
    If not, is there anyway that I can convert this file to one that I can use on my Mac?
    Try installing the free Flip4Mac component. Then try playing the .asf file in the QT Player.
    Is it possible to upload from my camcorder via the included USB cable and convert directly through Quicktime PRO?
    If your file plays using the Flip4Mac player component, you may then wish to consider purchasing full conversion codec which will allow you to export your DXG-305V files to any frame-to-frame synchronized QT compatible format in QTPro.
    ADDED: Sorry about the duplication, too slow with my response.

  • Bluetooth issues when using smartwatch on the z1s

    I'm having some Bluetooth issues when using my smartwatch. I usually use my z1s with my car radio via Bluetooth to listen to music and for making calls. Now that I got a sony smartwatch I always got problems with the calls. It looks like that the Bluetooth turns off during the call when I'm using the smartwatch. I already tried by deleting and pairing again the z1s, but nothing works. Not sure if maybe the z1s does not support the smartwatch and the care radio Bluetooth connection at the same time. However it works fine when playing music! The problem is just with the calls. This never happens before I got the smartwatch.

    I have the Tmobile Z1s and a SW2 and have the same issues with multiple devices:
    1) Bose Soundlink Mini
    2) Sony MBR-100
    3) My car's bluetooth
    4) Ford Sync
    5) Sony SBH20
    6) Motorola S305
    If the phone connects to the A2DB device, it will typically play fine for several minutes. Then, audio will drop out. If I do nothing, after several minutes my watch will vibrate to show it has disconnected. Sometimes audio then comes back, and sometimes it doesn't.
    Sometimes my phone will not connect to my car. Then, if I can get it to connect, it will only allow for phone audio, not media audio. 
    This issue has been on (2) Z1s's with the SW2. The first I returned due to touch screen issues, which the second one also has. All of the devices above worked perfectly fine with my Xperia Z, Galaxy S2, HTC One, etc. The Xperia Z and the SW2 never had any problems.
    Honestly, this phone has been incredibly frustrating. If the upcoming updates for either the SW2 or Z1S don't fix this issue, I'm going to return it and get something else.

  • Does resteasy API have class loader issues when using via OSGi

    Does resteasy API have class loader issues when using via OSGi

    Hi Scott,
    THis isnt an answer to ur Question, but could u tell me which jar files are needed for the packages:
    com.sap.portal.pcm.system.ISystems
    com.sap.portal.pcm.system.ISystem
    and under which path I coul dfind them.
    Thnx
    Regards
    Meesum.

  • My Iphone 5 has some issues when I tried to restore it, I could not, can someone help please?

    My Iphone 5 has some issues when I tried to restore it, I could not as it is displayed "iTunes could not contact the iphone software update server because you are not connected to the internet Make sure your internet connection is active and try again, while I am connected to the internet. can someone help please?

    Hi, Jam 974. 
    Here is an article I would recommend going through when experiencing this issue. 
    iTunes for Windows: iTunes can't contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/ts1814
    Cheers,
    Jason H. 

  • My mac wont send emails from yahoo or any other websites when using an external USB modem!

    My mac wont send emails from yahoo or any other websites when using an external USB modem! I have checked the settings and they seem correct. Can anyone help? I do not have snow leopard. I can log on my email accounts, open my incoming emails (with difficulty coz it asks me to "try again" ) but I can never send emails, I always get: "sending is taking a little long, try again".
    What is the problem? this is a hair puller !!!

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)

  • Odd issue when using UDT (user defined type)

    Hi all,
    11g.
    I ran into an odd issue when using UDT, I have these 4 schemas: USER_1, USER_2, USER_A, USER_B.
    Both USER_1 and USER_2 have an UDT (actually a nested table):
    CREATE OR REPLACE TYPE TAB_NUMBERS AS TABLE OF NUMBER(10)USER_A has a synonym points to the type in USER_1:
    create or replace synonym TAB_NUMBERS for USER_1.TAB_NUMBERS;USER_B has a synonym points to the type in USER_2:
    create or replace synonym TAB_NUMBERS for USER_2.TAB_NUMBERS;Both USER_A and USER_B have a procedure which uses the synonym:
    CREATE OR REPLACE PROCEDURE proc_test (p1 in tab_numbers)
    IS
    BEGIN
      NULL;
    END;And in the C# code:
    OracleConnection conn = new OracleConnection("data source=mh;user id=USER_A;password=...");
    OracleCommand cmd = new OracleCommand();
    cmd.Connection = conn;
    cmd.CommandText = "proc_test";
    cmd.CommandType = CommandType.StoredProcedure;
    OracleParameter op = new OracleParameter();
    op.ParameterName = "p1";
    op.Direction = ParameterDirection.Input;
    op.OracleDbType = OracleDbType.Object;
    op.UdtTypeName = "TAB_NUMBERS";
    Nested_Tab_Mapping_To_Object nt = new Nested_Tab_Mapping_To_Object();
    nt.container = new decimal[] { 1, 2 };
    op.Value = nt;
    ......This code works fine, but it raises an error when I change the connection string from USER_A to USER_B, the error says:
    OCI-22303: type ""."TAB_NUMBERS" not foundInterestingly, if I change op.UdtTypeName = "TAB_NUMBERS"; to op.UdtTypeName = "USER_2.TAB_NUMBERS", the error is gone, and everything works fine.
    Anyone has any clues?
    Thanks in advance.

    Erase and reformat the ext HD. Then, redo the SuperDuper! backup.

  • Some issues when consuming RFC2 model using WebDynpro Java CE 7.11

    Hi Experts ,
    I'm using Web Dynpro for Java to develop our project. I have issues when I use RFC 2 model to call BAPI function . I already create the RFC 2 model successfully to call one PO BAPI function --- BAPI_PO_GETDETAIL. The whole project build and deploy successfully. At run time, it will call the execute() function of the model object. It also works fine and get the return values.
    I just want to get two return objects : PO_Items and PO_Item_Schedules .
    So far, every thing works fine. But when I want to iterate the PO_Items node and get each property value of current element, the following error occurs :
    com.sap.tc.cm.base.exception.BaseModelRuntimeException: Class 'java.lang.String' of new attribute value is not assignment compatible for attribute 'Prnt_Price' of type 'boolean' in model class 'com.sap.demo.localwd.qaspomodel.Bapiekpo'
        at com.sap.tc.cm.base.model.BaseGenericModelClass.setAttributeValue(BaseGenericModelClass.java:306)
        at com.sap.tc.cm.arfc2.model.ARFC2GenericModelClass.unmarshalFromJCoRecord(ARFC2GenericModelClass.java:287)
        at com.sap.tc.cm.arfc2.model.ARFC2ModelObjectCollection.doUnMarshalAt(ARFC2ModelObjectCollection.java:97)
        at com.sap.tc.cm.arfc2.model.ARFC2ModelObjectCollection.get(ARFC2ModelObjectCollection.java:120)
        at com.sap.tc.webdynpro.progmodel.context.ModelElementList.getElement(ElementList.java:1726)
        ... 72 more
    I use the same way to iterate PO_Item_Schedules element. It also works fine. Therefore, I don't know why this error happens?

    Hi Experts,
    I continue this thread because it seems that I have the same problem as the one asked by Wester Wei.
    I'm developping an application on NWDS using CE 7.11 (I've learned RFC2 with the tutorial [here|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0b102ea-efff-2b10-b3aa-d9e84a2c6bb6?overridelayout=true] ). The problem seems to come from the RFC2 Model, but I just import it (and I can't modify it afterwards, because it is a read-only model).
    So, you advise to "declare one boolean variable and assign Prnt_Price to that variable." or to "Explicity convert boolean to string.", I think you are right, but I don't know how to do that in my app (in the component controller ?). Therefore, the attribute that occurs the problem is in the context outputs, to I don't know I will be able to affect it before calling the BAPI.
    Could you tell me how to fix this problem without modifying the model (because it's read-only) ?
    Thank you for advance,
    Louis

  • Suggestion when only able to connect to some services when using Kerberos.

    I had been having problems using Kerberos for authentication for some services. It worked fine when on a LAN and worked when I had a VPN (MS-CHAP). But when trying to connect normally, I was able to get a TGT, but often ran into issues when trying to connect to other services (e.g. IMAP / VPN). What's more, sometimes everything did work, but stopped again soon after.
    My setup has one server providing all the services in question. There were several CNAMES linking the different services (e.g. ichat.mydomain, mail.mydomain etc).
    I found a number of people who seemed to have similar issues, but the threads were archived so I couldn't post a reply. So I'm hoping they come across this message and it helps them.
    Because of an unrelated problem, it was brought to my attention that there were some problems with the DNS records relating to my domain – not on my server, but on the net.
    After some experimenting, I discovered that if I set the DNS (in System Preferences) on my client Mac to the server I was contacting most things worked.
    It seems that the Kerberos system may do a reverse lookup at some point, or something similar.
    When I do a "dig -x <my ip address>" I get different responses over time, and from different DNS servers. When I did "dig @<my own dns> -x <my ip address>" it always came back with the correct server name.
    So perhaps the issue lies with the DNS that your machine is looking up? This would explain why it works on the lan (the DNS is probably your server) and over VPN (again your server is the DNS).
    This may not be the answer to these people's problems, but if you were getting messages such as "Server not found in Kerberos database" in your logs, it may pay to check what is getting return by DNS servers outside your organisation.
    HTH.
    iMac G3   Mac OS X (10.4.8)  

    CharlieJ wrote:
    The problem is this: When any one of the computers is connected to the internet through the DSL none of the others computers is able to connect – I see the message “Connecting through WAN miniport (PPOE)…”, i.e. I am only able to connect to the internet 1 computer at a time.
    As soon as I disconnect from the ‘connected’ computer (desktop or laptop) I am immediately able to successfully connect to the internet on either of the other 2 computers.
    I’ve tried resetting everything – no luck.
    I don’t recall having changed any of the settings and am baffled.
    Any thoughts as to the problem?
    Thanks in advance for any help.
    Charlie
    PS. I haven't called the Verizon DSL Tech Support team yet...but I will soon. I figured on asking here first.
    Ok.
    #1 You must get to the network control panel on your computer.
    One of the ways, for Windows XP is:
    a) Go to Start -> Control Panel -> Network Connections
    b) The screen will look like steps 5 and 6, on http://portforward.com/networking/static-xp.htm
    For Windows Vista:
    a) Go to the globe icon (start button) -> Control Panel -> Network and Sharing Center -> Manage Network Connections.
    b) The screen will look like steps 5, 6, and 7, on
    http://portforward.com/networking/static-vista.htm
    #2 Right click on the WAN miniport (PPPOE), and remove the check mark that says Set as Default Connection.
    ^^
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Zoom issue when using selection tool in Photoshop CS5

    Hi, i have a macbook pro with a multi touch trackpad. For some reason when i'm using the selection tool and i try zooming in or out using the multi touch track pad nothing happens or sometimes it takes forever for anything to take place. Other times, i have to resort to using the keypad to zoom in or out.
    what could be causing this issue as it is really slowing me down

    Hi - thanks for your comments. It was happening on all of the selection tools however I have solved the problem by changing the 'Advanced Graphics Processor Setting' to 'Basic' in Photoshop CC.
    Thanks anyway

  • 2011 MacBook Pro experiencing Kernel Panics when using iPhone 4 as modem

    Recently purchased a custom MacBook Pro 15" with the upgraded 2.3 ghz quad core i7 processor. I immediately installed 8 GB of Ram and a 750GB 7200 speed HD from OWC when the unit arrived. All was well when testing from home, and had zero issues after using the Mac assistant to pull apps and user data from my old MBP, which I then sold on ebay.
    Brought my new MBP to work, where I use my iPhone 4 (not jailbroken) to data share, using the personal hotspot. I connect the iPhone 4 to the MBP via USB, to keep the battery on the iPhone 4 charged.
    While at work, I almost immediately started getting chain Kernel Panics on the new MBP. After hard powering down and restarting, the Kernel Panics would return at unpredictable intervals, sometimes an hour or more, sometimes within seconds of booting. I immediately suspected the RAM from OWC, as bad ram is the leading cause of Kernel Panics, according to a quick google search. So here is what I did in order, although keep in mind that this took place over a period of weeks, where I would intermittently go days w/out a Kernel Panic, and I was going crazy trying to figure this out.
    1. Took apart machine and re-seated OWC Ram-did not fix
    2. Attempted to confirm OWC RAM was bad before sending back to OWC, moved to step 3
    3. Put Apple Hardware Test DVD in and let it run the extended hardware test in loop mode over a weekend (72 hours), with no report of any hardware failure
    4. Some reports on the internet seemed to indicate the Apple Hardware test was not always reliable in discovering bad ram, so I purchased memtest, which I then looped and ran for 12 hours to test ram, with no report of failure.
    5. Performed clean install of OS X 10.6 from Apple DVD, to include wiping the drive-Kernel Panics remained.
    6. Removed OWC ram and installed Apple original Ram-Kernel Panics remained
    7. Realized that at home I was on WiFi, and was not getting Kernel Panics (at least none that I could remember over the course of 2 weeks)
    8. Tested w/ iPhone 4 connected via USB as personal Hot Spot, and Kernel Panics occurred regularly.
    9. Tested w/ iPhone 4 connected via WiFi as personal Hot Spot, and Kernel Panics have not returned (running 6 hours so far w/out Kernel Panic)
    At the beginning I had a Kensington Turbo Mouse connected as well, but over time I unplugged it to remove it from my troubleshooting list. At this point I must conclude that when using the iPhone 4 to data share over USB is the cause of my Kernel Panics.
    All of the above was the long winded version of, my iPhone 4 is crashing my Mac. I just wanted interested parties to know what I've done already before suggestions are made.
    Has anyone else experienced this issue? Anyone using their iPhone 4 to data share and connecting via USB w/out experiencing Kernel Panics? Anyone have any thoughts/ideas as to why this would occur?
    FWIW, I've tried more than one USB cable to connect the iPhone to my MBP, and experienced Kernel Panics w/ both cables. I also fully restored my iPhone 4 when the recent 4.3 iOS update was released, so I don't think it's a software issue w/ the iPhone. I do not have a second iPhone 4 to test with, I also do not have a second Mac to test with.
    Thanks up front for your thoughts and/or assistance.
    Bill

    Hi everyone !
    I'm new on this forum (and French btw, so I apologize in advance for any mistake (: )
    I've bought the brand new MBP 13' few weeks ago, and I kept having this problem until now, I just installed K64 Enabler, and it seems to work perfectly, so I wanted you all to know it
    Thanks for all the help you brought me !
    Hope Apple will fix this once for all !
    See you !

  • [SOLVEDipython 2 notebook: issue when using %matplotlib inline

    Hi, I have installed ipython2 on my Arch machine,
    but I am experiencing some issues with my matplotlib backend.
    At the beginning of a notebook I run:
    %matplotlib inline
    and then when I run
    %pylab
    the following error message appears:
    Using matplotlib backend: Qt5Agg
    Populating the interactive namespace from numpy and matplotlib
    ERROR:tornado.application:Exception in callback <functools.partial object at 0x7f2bbfc02f70>
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/tornado/ioloop.py", line 565, in _run_callback
    ret = callback()
    File "/usr/lib/python2.7/site-packages/tornado/stack_context.py", line 275, in null_wrapper
    return fn(*args, **kwargs)
    File "/usr/lib/python2.7/site-packages/IPython/kernel/zmq/ipkernel.py", line 262, in enter_eventloop
    self.eventloop(self)
    File "/usr/lib/python2.7/site-packages/IPython/kernel/zmq/eventloops.py", line 71, in loop_qt5
    return loop_qt4(kernel)
    File "/usr/lib/python2.7/site-packages/IPython/kernel/zmq/eventloops.py", line 60, in loop_qt4
    kernel.app = get_app_qt4([" "])
    File "/usr/lib/python2.7/site-packages/IPython/lib/guisupport.py", line 111, in get_app_qt4
    from IPython.external.qt_for_kernel import QtGui
    File "/usr/lib/python2.7/site-packages/IPython/external/qt_for_kernel.py", line 84, in <module>
    from IPython.external.qt import QtCore, QtGui, QtSvg, QT_API
    File "/usr/lib/python2.7/site-packages/IPython/external/qt.py", line 17, in <module>
    (QT_API, QT_API_PYSIDE, QT_API_PYQT))
    RuntimeError: Invalid Qt API 'pyqt5', valid values are: 'pyside', 'pyqt'
    I have tried as well with ipython (python 3.4.2) and am experiencing the same issue.
    Of course I have python-pyqt5 and python2-pyqt5 ias well as the matplotlib paccages installed (all using pacman)
    On another laptop where I have ubuntu installed everything works just fine. I am not sure if I am missing some dependencies, it is a bug in the versions shipped with Arch,
    or I simply need some configuration
    I cannot make things work, can you give me some help?
    Thanks in advance for the help!
    Last edited by lucacerone (2015-01-14 01:54:14)

    The issue is fixed by using "inline" for both matplotlib and pylab.
    Marking as solved.

  • Smartform font spacing Issue when using SAP printer name

    Hi Friends,
    I am facing some spacing issues when printing a form using SAP printer name. If I use LOCL then the output comes perfectly but when I use the SAP printer name the space between characters are getting widened and so the alignment of each column goes wayward. I suspect it could be due to the device type but not sure which seeting controls this. There is a similar problem in the logo as well. When using LOCL the logo comes out good but when using the printer name the quality is not good and becomes pixelised. Have any of you faced similar issues? Can you provide some guidance or pointers for the solution.
    Device type of LOCL : ZSAPWIN
    Device type of SAP printer name :  ZHPLJ5
    CPI is defined in smartform as 10.
    Please let me know if you need more information.
    Thanks,
    Praveen

    Hi,
    This problem occurs because the printer driver for both the printers are different,
    I suggest you use Local printer only or configure any other printer with printer diver in SAP as SAPWIN.
    Regards,
    Bharat.

  • Performance issues when using Smart View and Excel 2010

    Hello, we are experiencing very slow retrieval times when using Smart View and Excel 2010. Currently on v.11.1.3.00 and moved over from Excel 2003 in the last quarter. The same spreadsheets in 2010 (recreated) are running much slower than they used to in 2003 and I was wondering if anyone else out there has experienced similar problems?
    It looks like there is some background caching going on as when you copy and paste the contents into a new file and retrieve it is better.....initially. The size of the files are generally less than 2mb and there aren't an expecially large number of subcubes requested so I am at a loss to explain or alleviate the issues.
    Any advice / tips on how to optimise the performance would be greatly appreciated.
    Thanks,
    Nick

    Hi Nick,
    Office 2010 (32 bit) only is supported.
    Also check these documents:
    Refresh in Smart View 11.1.2.1 is Slow with MS Office 2010. (Doc ID 1362557.1)
    Smart View Refresh Returns Zeros (Doc ID 758892.1)
    Internet Explorer (IE7, IE8 and IE9) Recommended Settings for Oracle Hyperion Products (Doc ID 820892.1)
    Thank you,
    Charles Babu J
    Edited by: CJX on Nov 15, 2011 12:21 PM

Maybe you are looking for