Problems trying to retrieve data from R/3 using Java - RecordSetWrapper

Hello everyone!
I am having problems retrieveing a result from r/3 using Connector Framework API. An ABAP consultant has created a ABAP program which returns an employee based on his or her personal number as an input.
<b>When i run the AbstractPortalComponent i get the following:
<u>RS2: com.sapportals.connectors.SAPCFConnector.execution.structures.RecordSetWrapper@24648563</u></b>
My code is as follows:
package com.sap.test;
import java.util.ArrayList;
import java.util.Iterator;
import javax.resource.cci.MappedRecord;
import javax.resource.cci.RecordFactory;
import com.sap.security.api.IUser;
import com.sapportals.connector.connection.IConnection;
import com.sapportals.connector.execution.functions.IInteraction;
import com.sapportals.connector.execution.functions.IInteractionSpec;
import com.sapportals.connector.execution.structures.IRecordSet;
import com.sapportals.connector.execution.structures.IStructureFactory;
import com.sapportals.connector.metadata.functions.IFunction;
import com.sapportals.portal.ivs.cg.ConnectionProperties;
import com.sapportals.portal.ivs.cg.IConnectorGatewayService;
import com.sapportals.portal.ivs.cg.IConnectorService;
import com.sapportals.portal.prt.component.*;
import com.sapportals.portal.prt.runtime.PortalRuntime;
public class Search extends AbstractPortalComponent{
     String sapSystem = "*****";
     public void doContent(IPortalComponentRequest request, IPortalComponentResponse response){
          IConnection con = null;
          ConnectionProperties conprop = null;
          ConnectionProperties cp = null;
          try{
               Object connectorService = PortalRuntime.getRuntimeResources().getService(IConnectorService.KEY);
               IConnectorGatewayService cgService = (IConnectorGatewayService) connectorService;
               cp = new ConnectionProperties(request.getLocale(),request.getUser());
               if(cgService == null){
                    response.write("Error in getting Connector Gateway Service <br>");
               try{
                    con = cgService.getConnection(sapSystem, cp);
                    IInteraction ix = con.createInteractionEx();
                    IInteractionSpec ixSpec = ix.getInteractionSpec();
                    ixSpec.setPropertyValue("Name", "Test_RFC");
                    RecordFactory rf = ix.getRecordFactory();
                    MappedRecord importParams = rf.createMappedRecord("INPUT");
                    IFunction function = con.getFunctionsMetaData().getFunction("Test_RFC");
                    IStructureFactory structureFactory = ix.retrieveStructureFactory();
                    IRecordSet table = (IRecordSet) structureFactory.getStructure(function.getParameter("I_PA0002").getStructure());
                    importParams.put("PERNR", "123456");
                    MappedRecord output = (MappedRecord) ix.execute(ixSpec,importParams);
                    Object rs = null;
                    try{
                         Object result = output.get("I_PA0002");
                         if(result == null){
                              rs = new String ("Error");
                              response.write("RS1: " +rs+ "<BR>");
                         else
                              if(result instanceof IRecordSet){
                                   rs = (IRecordSet) result;
                                   response.write("RS2: " +rs+ "<BR>");
                              else{
                                   response.write("RS3: " +rs+ "<BR>");
                    catch(Exception e){
                         response.write("Error " + e.getMessage()+ "<BR>");
               catch(Exception e){
                    response.write("Connection to SAP system failed <br>");
               if(con == null){
                    response.write("Connection is null <br>");
               else{
                    response.write("Connection succsesful<BR>");
          catch(Exception e){
               response.write("Exception occured<BR>");
          try{
               con.close();
               response.write("Connection closed<br>");
          catch(Exception e){
               response.write("Could NOT close connection<BR>");
The result should be all data stored on the person which I search for, but instead i get the following result:
<b>
RS2: com.sapportals.connectors.SAPCFConnector.execution.structures.RecordSetWrapper@24648563</b>
I am really stuck and do not know how to solve the problem. I appreciate any help or sample (or just some answers...)
Thanks in Advance.
Best Regards,
Ola Aarthun

Hi,
From your code you are just displaying the object rs. You have to handle the display of each record the way you want it(as a table).
You can find a sample code how to build a table from the result object at the following link
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bfb1ba90-0201-0010-5e97-bd6a8f5022dc
Regards,
Padmaja

Similar Messages

  • TCP packet out of state: First packet isn't SYN & Outlook is trying to retrieve data from the Microsoft Exchange Server [CAS-ARray]

    We are transitioning from Exchange 2003 to Exchange 2010.  We found Outlook online mode (non-cached mode) have many warning "Outlook is trying to retrieve data from the Microsoft Exchange Server [CAS-ARray]", usually happen when users tried to open
    address book but sometimes even normal operation like click the Send button.  The problem does not affect OWA and extremely rare when Outlook is running in cached mode.  Check the firewall logs, we notice a lot of "TCP Packet Out of State" drops.
    We have a lot from the CAS/HT to DC/GC on TCP_3268 and LDAP.  And the errors are "TCP packet out of state: First packet isn't SYN" with tcp_flags FIN-ACK, PUSH-ACK.
    We also have a lot from CAS/HT to the Outlook Clients on the static RPC port (TCP_59933).   And the errors are "TCP packet out of state: First packet isn't SYN" with tcp_flags FIN-ACK, PUSH-ACK and RST-ACK, ACK.
    This happens even on Outlook 2010 which I though it has TCP Keep Alive implmented to keep the session active within 1 hour. 
    Can somebody tell me if these out-of-state are the cause of our problem?  And how to fix it?
    THANK 1,000,000

    Hello AndyHWC,
    I did some consulting with our CAS team and received the following feedback to your post:
    It is difficult to determine what is causing resets without seeing the captures first hand however, the concern is that you are seeing dropped packets on the firewall logs.  Where is this firewall located?
    Based on the description "Check the firewall logs, we notice a lot of "TCP Packet Out of State" drops." and "We have a lot from the CAS/HT to DC/GC on TCP_3268 and
    LDAP." indicates to me that the firewall is between CAS and GC.  This not supported under any circumstances and would explain the issue they are seeing with clients trying to "retrieve data from the GC".
    If there is not a firewall between the GC and CAS then a Microsoft support engineer would need to have concurrent Netmon Captures from client, CAS, GC during the
    issue to analyze.  If only one GC exists consider adding another GC to handle the client requests and for fault tolerance.
    Also verify that all NIC card drivers are updated to the latest driver version
    More information about firewalls with Exchange 2007/2010
    http://msexchangeteam.com/archive/2009/10/21/452929.aspx
    http://technet.microsoft.com/en-us/library/bb232184(EXCHG.80).aspx
    You can install the Client Access server role on an Exchange 2007 computer that is running any other server roles except for the Edge Transport server role. You
    cannot install the Client Access server role on a computer that is installed in a cluster. Installation of a Client Access server in a perimeter network is not supported.
    http://technet.microsoft.com/en-us/library/dd577077(EXCHG.80).aspx
    “The Installation of a Client Access Server in a Perimeter Network Is Not Supported
    Issue You may want to install an Exchange 2007 Client Access server in a perimeter network. However, this type of installation is not supported in Exchange
    2007.
    Cause The Exchange 2007 Client Access server role is not supported in any configuration in which a firewall is located between the Client Access server
    and a Mailbox server or a domain controller. This includes firewall devices, firewall programs, or any program or device that is designed to restrict traffic between two network locations.
    For correct operation, Client Access servers require typical domain connectivity to domain controllers and global catalog servers. Because any devices
    or programs that restrict or reduce access to domain controllers or global catalog servers may affect the correct operation of the Client Access server, we do not support this type of configuration.
    Resolution To resolve this issue, move the Client Access servers to the internal network. For more information about the ports that Exchange 2007 uses
    for various services, see Data Path Security Reference.”
    Thanks,
    Kevin Ca - MSFT
    Kevin Ca - MSFT

  • Error while trying to retrieve data from BW BEx query

    The following error is coming while trying to retrieve data from BW BEx query (on ODS) when the Characters are more than 50.
    In BEx report there is a limitation but is it also a limitation in Webi report.
    Is there any other solution for this scenario where it is possible to retrieve more than 50 Characters?
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[3OD1RJNV2ZXI7XOC4CY9VXLZI], [Measures].[3P71KBWTVNGY9JTZP9FTP6RZ4], [Measures].[3OEAEUW2WTYJRE2TOD6IOFJF4] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [ZHOST_ID2].[LEVEL01].MEMBERS, [ZHOST_ID3].[LEVEL01].MEMBERS ), [ZHOST_ID1].[LEVEL01].MEMBERS ), [ZREVENDDT__0CALDAY].[LEVEL01].MEMBERS ) ........................................................ failed to execute with the error Invalid MDX command with UNSUPPORTED: > 50 CHARACT.. (WIS 10901)

    Hi,
    That warning / error message will be coming from the MDX interface on the BW server.  It does not originate from BOBJ.
    This question would be better asked to support component BW-BEX-OT-MDX
    Similar discussion can be found using search: Limitation of Number of Objects used in Webi with SAP BW Universe as Source
    Regards,
    Henry

  • Retrieving data from OBIEE server using ODBC

    Hello.
    I am having difficulty retrieving data from OBIEE 11g using the ODBC connection. My intention is to read OBIEE Server data via a SQL statement issued from an Oracle database using gateways.
    I have read and followed the material here:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e16364/odbc_data_source.htm#CACBFCJA
    I have also tried this from Excel 2007, but have not succeeded:
    http://gerardnico.com/wiki/dat/obiee/import_data_from_obiee_to_excel
    I have setup a gateway in Oracle and a database link. Iknow it is connecting because when I change the password to something invalid, I get a message about not being able to connect due to username/password.
    I have taken a query from Answers (the advanced tab) and tried running it from Sql Developer. The nsqserver.log file ends up with the following Notification:
    [nQSError: 13013] Init block, 'DUAL Num (=3)', has more variables than the query select list.
    As an experiment, I am using the SampleApp, and have generated the following query in Answers:
    SELECT s_0, s_1, s_2, s_3 FROM (
    SELECT
    0 s_0,
    "A - Sample Sales"."Products"."P3 LOB" s_1,
    DESCRIPTOR_IDOF("A - Sample Sales"."Products"."P3 LOB") s_2,
    "A - Sample Sales"."Base Facts"."1- Revenue" s_3
    FROM "A - Sample Sales"
    ) djm ORDER BY 1, 2 ASC NULLS LAST
    Is there a way to issue this query from a database client like SQL Developer? I have setup a database link called obiee via gateways to the ODBC connection, and add @obiee after the table name in the above query, but get the nqs error above.
    Thanks for any help. I can provide addl info if such would be useful.
    Ari

    That would explain my difficulty. I went to the link:
    http://download.oracle.com/docs/cd/E14571_01/relnotes.1111/e10132/biee.htm#CHDIFHEE
    that describes the deprecated client. I am confused by the statement there:
    "one of the many widely available third-party ODBC/JDBC tools to satisfy previous NQClient functionality"
    My understanding of ODBC is not very strong, so please bear with me. The statement above is talking about a client tool, but there also needs to be an ODBC driver available for BI Server. I may be a bit confused between driver and client, and what piece nq handles. I don't understand the comment about third-party ODBC when it comes to the driver piece, as that must be coded for BI Server. When I go to create a new DSN, the only driver that makes sense for me to select is:
    Oracle BI Server 11g_OH<id>
    That all works fine to setup a DSN. But I am unable to connect from Excel, etc., using this DSN.
    Put more simply, should I be able to connect to BI Server via ODBC - not using the deprecated BI ODBC client, but using other clients? Is there ODBC connectivity at all in OBIEE 11g?
    Thanks,
    Ari

  • Retrieving data from Microsoft Access using JDBC

    I noticed that when i tried retrieving data from Microsoft access using JDBC, I realised that it was throwing SQLException when the column names were two word with spaces between them, e.g. Date Birth. But after i removed the space from the column names, my SQL queries were retrieving data. Was it because of the space in between the column names of the table?

    Yeah, as far as I know having two word column names isn't allowed in SQL. There might be some way to escape it, but generally it's sensible to avoid it.

  • How to read a data from USB port using JAVA

    hi all,
    i need to know how to read a data from USB port using java. any API are available for java ?.........please give your valuable ideas !!!!!!!!!
    Advance Thanks!!

    You can do this. Please use this link
    [http://www.google.co.in/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=uHu&q=java+read+data+from+usb+port&btnG=Search&meta=&aq=f&oq=]
    What research did you do of your own? Have you done some testing application and tried yourself??

  • Failed to retrieve data from the database using Crystal Reports XI R2

    I am using Crystal reports XI R2 and using the Universal Web Connector (connecting to Coghead).  When I put some some of the fields from the database and run Preview I get "Failed to retrieve data from the database." .   Where is this message coming from and how can I track down what the issue is?

    Hi Jamie,
    When you are trying to Browse Data of a field it is not poping up any window menas, it is unable to interact with database and get the data from database.
    Try to create a new report using ODBC with Xtreem Sample Database.  If you get the data in your report without any error then your connector is not working / unable to pull the data into your report.
    You can find the supported platforms document in below link
    http://support.businessobjects.com/documentation/supported_platforms/xi_release2/default.asp
    Thanks,
    Sastry

  • Trying to retrieve data from a dead computer.

    The computer is a 1.25Ghz PowerBook G4 (about 5 years old) running 10.3.9.
    The computer crashed and will not start. It reaches the apple logo with the rotating meter, but will then sit there pretty much as long as I'm willing to wait (more than an hour at least).
    The last time this happened I used disk utility on the restore disk to repair the permissions, which solved the problem. However, this time it hasn't. The permissions were repaired successfully, but the computer still will not start. I then tried running the disk verify and found several errors, however, when running the disk repair, it immediately hits an error and stops. Now it won't even verify the disk without getting an error.
    Next I tried just reinstalling the system software (without erasing the disk). It completes the disk verify, but then errors right at the start of the install.
    I would be willing to just erase the disk, but my wife has pics of our daughter on the computer that haven't been backed up yet and she doesn't want to lose them.
    I have tried using the Target Disk option, but the PowerBook's HD took about 5 minutes to mount and then I was not able to read anything from it. The computer I connected to just sat there "thinking" for about 15 minutes. I'm guessing the PowerBook crashed because the Firewire symbol stopped floating on the screen as soon the disk mounted. I tried it twice with the same result.
    I have also tried installing the system software to both USB 2.0 and Firewire 400 external hard drives and the installer tells me it cannot install to that drive.
    The computer does suffer from a fried RAM slot (occured about 2.5 years ago and it has never been as stable since) and a fried logic board fan.
    Anyhow, then question is, is there anything else I can try? Is the Hard Drive fried? Can the data be retrieved without advanced super computers and a multi-million dollar budget?
    Thanks

    hobbie2k:
    I suspect the the internal HDD of your PowerBook G4 has died. The average life of these drives is 3 to 5 years, so you got about as much from it as you could reasonably expect. A new HDD should revive the computer.
    As to the files you are trying to retrieve, if you plan to replace the HDD, you can place it in an external firewire enclosure after it has been removed and connect it to a working computer, download a demo version of DataRescue II, mentioned by Limnos, and see if any of the files you want to rescue are visible. If you see them you will have to purchase the license to be able to complete the process. Dr. Smoke's FAQ Data Recovery is a good resource for this procedure.
    cornelius

  • SQLException while trying to retrieve data from text file DB

    This was originally posted in the Java Fundamentals forum,
    http://forum.java.sun.com/thread.jspa?threadID=733857&tstart=10
    thought I might have a better chance of getting help here.
    I'm just beginning to learn JDBC stuff. I have a text file acting as my DB. So far I've been able to add rows to the table, but when I try and retrieve something from the table I get the following exception.
    java.sql.SQLException: [Microsoft][ODBC Text Driver] The Microsoft Jet database engine cannot open the file '(unknown)'.  It is already opened exclusively by another user, or you need permission to view its data.That '(unknown)' bit seems suspicious, but I don't how I would correct it. My file is set up similar to the sun tutorial I'm going through, and it doesn't specifiy the file name anywhere but the SQL statement.
    All the permissions seem to be correct from what I can tell. The file isn't opened or in use anywhere else that I can see.
    I've tried googling parts of the error message, but most of the reponses are dealing with MS Access or aren't java related and so far I haven't found anything helpful.
    Below is my sample code.
    * Created on May 4, 2006
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    public class DBProcessor {
         static Connection con;
         public static void main(String[] args) {
              HandiAppDBProcessor app = new HandiAppDBProcessor();
    //          insertNamesIntoDB("John", "Doe", "Good");
              retrieveNamesFromDB();
         public HandiAppDBProcessor() {
              super();
         public static void establishDBConnection() {
              try {
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   String url ="jdbc:odbc:TextDB";
                   con = DriverManager.getConnection(url,"myLogin", "myPassword");
              } catch (ClassNotFoundException excptn) {
                   System.out.println("***** ClassNotFoundException thrown");
                   excptn.printStackTrace();
              } catch(SQLException excptn) {
                   System.out.println("***** SQLException - Connection Failed");
                   excptn.printStackTrace();
         public static void insertNamesIntoDB(String firstNameIn, String lastNameIn, String standingIn) {
              try {
                   establishDBConnection();
                   String firstName = firstNameIn;
                   String lastName = lastNameIn;
                   String standing = standingIn;
                   Statement stmt = con.createStatement();
                   String query = "insert into CONTACTS values ('" + firstName +
                                       "', '" + lastName +
                                       "', '" + standing + "');";
                   stmt.execute(query);
              } catch(SQLException excptn) {
                   System.out.println("***** SQLException - Connection Failed");
                   excptn.printStackTrace();
         public static void retrieveNamesFromDB() {
              try {
                   establishDBConnection();
                   Statement stmt = con.createStatement();
                   String courseQuery = "SELECT FIRST_NAME FROM CONTACTS";
                   ResultSet rs = stmt.executeQuery(courseQuery);
                   while (rs.next()) {
                        String courseName = rs.getString("FIRST_NAME");
                        System.out.println("firstName = " + firstName);
              } catch(SQLException excptn) {
                   System.out.println("***** SQLException - Connection Failed");
                   excptn.printStackTrace();
    }Of course you won't be able to run it unless you take the time to create a text file and set it up as a data source, which I don't expect anyone to do. I was just hoping someone more experienced than I had seen this before or could spot something in my code.
    Any help in any way would be appreciated.
    Thanks

    When you were setting up your ODBC data source for
    the Text driver, did you click on the "Options"
    button? There's a lot of options in there that I
    didn't understand at first glance.Yes I clicked on the options button, but the only thing there is dealing with file extensions. I left it set to the default.
    I have since tried closing my connection after I insert a record, I then try executeQuery, but still no luck. Seems strange that I can write to the file but not read from it. If any thing I'd expect the opposite problem.
    I have also tried using the class "JoltReport" from the sun tutorial instead of my own with the same result.
    Message was edited by:
    Hentay

  • Crystal Report error trying to retrieve data from a user table

    Hi,
    I'm making crystal report application with VS 2005 and I need to retrieve data form a user table. I'm using Pull method, I configure the connection and parameters by code.
    I think that the problem could be the @ that is used to identify these tables. Please, if some body had this problem before and have a solution, please let me know asap.
    Thanks

    Hi Andrea,
    I had the same problem today. I upgraded from Crystal Version 8 to 11 and the problem was solved. Maybe it is too late for you, but I wanted to post the solution if anybody else has the same problem.
    Regards
    Guillermo

  • Retrieving data from hard-drive - using it as an external hard-drive

    Hi, first post here. Really hope you guys can help me out
    My mac died over the christmas holidays (the motherboard fried from a water accident) and consequently I cannot get access to all my music and pictures on its hard-drive. I know the hard-drive is still functionable because an employee from a mac reseller store managed to retrieve as essay I desperately needed for it.
    What I want to know is how I can remove the hard-drive from the mac and how i can use it as an external hard-drive so I can retrieve all of the information from it into my new laptop - which is a windows I'm ashamed to say (money is tight!). Also, would the fact my new laptop is windows affect whether i can move the data from the mac hard-drive to it?
    Hope you can help, I need those pictures!
    Chris

    Hey Robot and sorry for your lose -
    Here's a video to get your drive out: [Video to get Drive out|http://www.youtube.com/watch?v=uuyi-NWLLz4]. You'll need to go through the the point of removing the EMI shield with the T8. Then put the drive in a a 2.5" SATA enclosure and hook it up to your new notebook.
    Good luck to you -GDF

  • Is there a way to retrieve data from database wihout using JDBC while using JPDK?

    Hi,
    I want to create a portlet using JPDK with extra render modes and edit/Edit defaults mode too. The detail and show renderer mode jsp's/servlets render data from database. Based on the personalized paramter, the data rendered in detail and show mode will be obtained from database.
    The articles in the PDK zip asks not to use JDBC for security vulnerability. Does that mean , I should not use JDBC to connect to db to get data. If not, what should I use ? How do I connect to database ? Is there any class which helps to connect to db without using JDBC ?
    thanks,
    Mainak

    I'm not sure what articles you are refering to, because there is no other way to access a database from a java program. Generally, security related docs tend to be a little paranoid (and so they should be), but you have to balance high security against getting the job done.
    Obviously, if using JDBC, you need to be careful about protecting your config files because they will contain connection information.

  • I want to extract data from a PDF using Java

    I would prefer to extract data from a PDF and convert it to XML. Is there an API that will convert a PDF to some Adobe format XML? Ideally I would like to add some JAR files to my classpath, similar to PDFBox. I don't want to install a bunch of server side componets or anything like that.
    Thanks!

    Thank you for the reply!
    If I installed the server side components, how would a Java client invoke a service to export data from a PDF? RMI, Web Services?

  • To fetch data from MS Outlook using JAVA

    Hi,
    I want to know about any api that helps in fetching MS Outlook data using JAVA code. Any help will be appreciated.
    Thanks
    Rohit

    Hi,
    I have to write data to an Excel sheet through servlet. But I'll also look in to resding data from MS Excel. will tell you if I am able to do that.
    Akhilesh Pathodia

  • My iMac is running very slowly when trying to retrieve data from the internet.

    Safari hangs on all web pages, take at least 15mins to download a single page.  Connecting iTunes Store hangs indefinitely.
    I am running OS X 10.7.5.
    All other devices connected to my router have no problems accessing the web including NetFlix through Apple TV, iPad etc. I have not changed my router or service provider.
    What I have tried so far:
    Turned off Extensions (not that I had any to start)
    Removed all Website Data
    Unchecked Allow Plug-ins
    Any other suggestions...?

    Please answer as many of the following questions as you can. You may already have answered some of them. In that case, there's no need to repeat the answers.
    Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    If your browser is Safari, then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Any change?
    If you're running OS X 10.9 or later, select the Advanced tab in the Preferences window and uncheck the box marked
    Stop plug-ins to save power
    Any change?
    Quit and relaunch the browser. Any change?
    Log out and log back in. Any change?
    Enable Private Browsing in the Safari menu. Any change?
    Are any other web browsers installed, and are they the same? What about other Internet applications, such as iTunes and the App Store?
    If other browsers and Internet applications are also affected, follow these instructions and test. Any change?
    If Parental Controls is active for any user, please turn it off and test. Any change?
    If only Safari is affected, launch the Activity Monitor application and enter "web" (without the quotes) in the search box. If a process named "Safari Web Content" is shown in red or is using more than about 5% of a CPU, select it and force it to quit by clicking the X or Quit Process button in the toolbar of the window. There may be more than one such process. Any improvement?
    Again, if only Safari is involved, open the iCloud preference pane and uncheck the box marked Safari, if it's checked. Any change?
    Are there any other devices on the same network that can browse the Web, and are they affected?
    If you can test Safari on another network, is it the same there?
    If you connect to your router with Wi-Fi and you can also connect with Ethernet, do that and turn off Wi-Fi. Any difference?

Maybe you are looking for

  • Acrobat X Pro won't print but other applications do

    I have a Samsung CLP-680ND printer running off the network. I am using iMacs OS 10.6.8. I'm having trouble printing to this printer from Acrobat Pro, but can print perfectly well from any other application, including Acrobat Reader. The Print dialog

  • "Backup optimization on" is not working for "backup database"

    Hi, I am using a windows environment and my database info is like this: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production PL/SQL Release 11.2.0.1.0 - Production CORE    11.2.0.1.0      Production TNS for 64-bit Windows: Ver

  • Error 1152

    Hello everyone! I was making my app in Flash MX (AS2), but after company's decision I had to transform it to AS3 (in Flash CS3). Some bugs i've made without any help, but I have not really serious problem - I can't find solution for this bug: 1152: A

  • [SOLVED]glibc version conflict

    Hello, Recently I had the problematic glibc upgrade, which I had to solve by restoring /lib directory from backup. Everything went fine (kind of) till the last upgrade. Some of the updated libraries depend on glibc-2.16, while I have glibc-2.15 in my

  • How do I submit a IPod Nano Model idea to Apple?

    How do I submit an idea of an iPod Nano Model?