Help about dns error using linksys

please help me. i'm using cable modem and linksys WRT54G. if I connect my cablemodem to linksys, I cant browsing to some website (e.g www.schroders.com.hk). but if i connect cable modem directly to my laptop, I can browse that website. please help me to solve this problem, thanks

try reducing the MTU size on the router to 1400 and then 1300 .... trigger port 443 .. if nothing works , try upgrading / reflashing the firmware .. after the upgrade , reset and reconfigure the router ..

Similar Messages

  • Need help about ref cursor using like table

    Hi Guys...
    I am devloping package function And i need help about cursor
    One of my function return sys_refcursor. And the return cursor need to be
    join another table in database . I don't have to fetch all rows in cursor
    All i need to join ref cursor and another table in sql clause
    like below
    select a.aa , b.cc form ( ref_cursor ) A, table B
    where A.dd = B.dd
    I appeciate it in advance

    My understanding is that you have a function that returns a refcursor and is called by a java app.
    Because this is a commonly used bit of code, you also want to reuse this cursor in other bits of sql and so you want to include it like table in a bit of sql and join that refcursor to other tables.
    It's not as easy as you might hope but you can probably achieve this with pipelined functions.
    Is it a direction that code should be going down? yes, eventually. I like the idea of pulling commonly used bits of code into a SQL statement especially into the WITH section, provided it could be used efficiently by the CBO.
    Is it worth the effort given what you have to do currently to implement it? possibly not.
    what else could you do? construct the sql statement independently of the thing that used it and reuse that sql statement rather than the refcursor it returns?
    Message was edited by:
    dombrooks

  • DNS error using Firefox

    When I use Firefox to try and open a page that is on a Yahoo site, I get a DNS error and the page opens briefly and then goes to another page with alot of unrelated information in browser window.  Can this be fixed?  It doesn't seem to happen with Safari, just Firefox, as far as I can tell.

    By the way, I can open Facebook and some links in apple support. I can also open google but when I click on most links, it won't open

  • Help,about why we use inner class?

    Hi,
    when i read "java Tutorial"
    i found there is one chapter about inner class .
    i copy it down as follow.
    the context is about there is a class Stack, and this class want to implement some function of interface Iterator,but as the book said
    we should not let class Stack implement the Iterator directly, we should add a inner class inside the Stack .
    i know it's very import ,but i still can not understand the reason why add a inner class here.
    hope somebody can explain it a little more for me or give an example.
    thank in advance!
    Iterator defines the interface for stepping once through the elements within an ordered set in order. You use it like this:
    while (hasNext()) {
    next();
    The Stack class itself should not implement the Iterator interface, because of certain limitations imposed by the API of the Iterator interface: two separate objects could not enumerate the items in the Stack concurrently, because there's no way of knowing who's calling the next method; the enumeration could not be restarted, because the Iterator interface doesn't have methods to support that; and the enumeration could be invoked only once, because the Iterator interface doesn't have methods for going back to the beginning. Instead, a helper class should do the work for Stack.
    The helper class must have access to the Stack's elements and also must be able to access them directly because the Stack's public interface supports only LIFO access. This is where inner classes come in.
    Here's a Stack implementation that defines a helper class, called StackIterator, for enumerating the stack's elements:
    public class Stack {
    private Object[] items;
    //code for Stack's methods and constructors
    not shown
    public Iterator iterator() {
    return new StackIterator();
    class StackIterator implements Iterator {
    int currentItem = items.size() - 1;
    public boolean hasNext() {
    public Object next() {
    public void remove() {
    or you can visit here
    http://java.sun.com/docs/books/tutorial/java/javaOO/innerclasses.html

    the context is about there is a class Stack, and this
    class want to implement some function of interface
    Iterator,but as the book said
    we should not let class Stack implement the Iterator
    directly, we should add a inner class inside the
    Stack .Simply because the implementation of the Iterator is nobody's business. By declaring it to be a private inner clss, nobody will ever know about it and only see the Iterator interface.

  • Can anyone help about updating error-Acrobat 9 Pro

    Hi all,
    I am running Windows Vista Home Premium, SP2.  In the past, I have had issues with error 1601 - Windows installer could not be accessed - when trying to update Acrobat 9 Pro.  I then uninstalled SP2, and everything updated in Acrobat just fine.  That was about 9 months ago.  since then, updates have been fine in Acrobat.  Now that 9.4.7 has arrived, I am getting the same error.  I have installed 9.4.6 and everthing seemed fine.  Can anyone direct me to getting this resolved?  I am not willing to uninstall SP2 - it just takes too long to reinstall.
    Thanks in advance.
    Kevin

    There are many reasons why "automatic" updates may not work
    The usual fix is to download and install the updates manually
    All Adobe updates start here and select product, read to see if you need to install updates in number order, or if the updates are cumulative for the individual product http://www.adobe.com/downloads/updates/

  • Help about the error of installing the ides ehp5, error code:1073740791

    hi All Basis Expert,
    I have downloaded the ECC6.0EHP5, ides version. When I try to install it on windows server 2003 X64, I always got the error at phase 17, and the return code is 1073740791. the message like that:
    Execution of the command "C:\usr\sap\EC2\SYS\exe\uc\NTAMD64\R3load.exe -testconnect" finished with return code -1073740791. Output:
    The SAPinst.log file as follows:
    SAPinst.log
    INFO 2099-08-30 07:33:38.314
    An error occured and the user decided to retry the current step: "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection".
    INFO 2099-08-30 07:33:38.314
    Working directory changed to C:/Program Files/sapinst_instdir/ERPEhP5/AS-ABAP/ORA/CENTRAL.
    INFO 2099-08-30 07:33:38.408
    Switched to user: cdp-ehp5\ec2adm.
    INFO 2099-08-30 07:33:38.533
    Creating file C:\Program Files\sapinst_instdir\ERPEhP5\AS-ABAP\ORA\CENTRAL\R3load.exe.log.
    INFO 2099-08-30 07:33:38.548
    Switched to user: cdp-ehp5\ec2adm.
    INFO 2099-08-30 07:33:38.580
    Output of C:\usr\sap\EC2\SYS\exe\uc\NTAMD64\R3load.exe -testconnect is written to the logfile R3load.exe.log.
    WARNING 2099-08-30 07:33:41.830
    Execution of the command "C:\usr\sap\EC2\SYS\exe\uc\NTAMD64\R3load.exe -testconnect" finished with return code -1073740791. Output:
    ERROR 2099-08-30 07:33:41.845
    CJS-30023  Process call 'C:\usr\sap\EC2\SYS\exe\uc\NTAMD64\R3load.exe -testconnect' exits with error code -1073740791. For details see log file(s) R3load.exe.log.
    ERROR 2099-08-30 07:33:41.892
    FCO-00011  The step testDatabaseConnection with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR ( Last error reported by the step :Process call 'C:\usr\sap\EC2\SYS\exe\uc\NTAMD64\R3load.exe -testconnect' exits with error code -1073740791. For details see log file(s) R3load.exe.log.).
    INFO 2099-08-30 07:33:42.517
    Creating file C:\Program Files\sapinst_instdir\ERPEhP5\AS-ABAP\ORA\CENTRAL\__instana_tmp.xml.
    Any ides? Any help? Many thanks.
    Ross  Wang

    Hi Vincent,
    I don't know if the following information is enough?
    disp+work information
    kernel release                720
    kernel make variant           720_REL
    DBMS client library           OCI_10201_SHARE,
    DBSL shared library version   720.00
    compiled on                   NT 5.2 3790 S x86 MS VC++ 14.00 for NTAMD64
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  May  7 2010 02:47:09
    update level                  0
    patch number                  46
    source id                     0.046
    supported environment
    database (SAP, table SVERS)   700
                                  710
                                  701
                                  702
                                  703
                                  711
                                  712
                                  720
                                  730
                                  731
    DBMS server
       ORACLE 10.1.0..
       ORACLE 10.2.0..
       ORACLE 11.2...*
    operating system
    Windows NT 5.0
    Windows NT 5.1
    Windows NT 5.2
    Windows NT 6.0
    Windows NT 6.1
    disp+work patch information
    ( 0.001) Inconsistencies for <tt:call transformation> II (note 1240930)
    ( 0.001) SELECT with FOR ALL ENTRIES and dynamic WHERE condition II (note 110391
    6)
    ( 0.001) Presentation buffer improvements (note 1332488)
    ( 0.001) Currency fields with manipulated input mask (note 1325894)
    ( 0.001) XBNF: Adjusted some identifier rules (note 1332293)
    ( 0.001) Suppressing input history for the SAP GUI (note 1264378)
    ( 0.001) VMC: Checking for null in JARM data condensing (note 1334807)
    ( 0.001) GUI status version (note 1081770)
    ( 0.001) VMC/JAC (note 1332616)
    ( 0.001) VMC/JAC (note 1332616)
    Ross

  • Help with this error using arrays

    The class that im working on is called PhoneCalc and im trying to create a local variable called ProductCode which needs to be a String.
    but dont change the ConsoleInput at the bottom of the thread
    then modify the loop so it displays full order details e.g
    Product Code: Manufacturer Price
    * Write a description of class PhoneCalc here.
    *  (Abol Akrami)
    public class PhoneCalc
        private double[] Prices = new double[ 5 ];
        private String[] ProductCodes = new String[ 15 ];
        private String[] Manufacturers = new String[ 15 ];
        public PhoneCalc()  {}
        public void AddPhonePricesWithLoop () {
        double Price;
        String ProductCode;
        String Manufacturer;
        for (int IndexNum = 0; IndexNum <5; IndexNum++) {
           System.out.println("Please enter price of phone");
           Prices [ IndexNum ] = ConsoleInput.readDoubleValue();       
        for (int IndexNum = 0; IndexNum < Prices.length; IndexNum++) {
           System.out.println ("Please enter the product code");
           ProductCodes[ IndexNum ] = ConsoleInput.readStringObject();      
        for (int IndexNum = 0; IndexNum < 5; IndexNum++) {
            System.out.println ("Please enter Manufacturer");
            Manufacturers [ IndexNum ] = ConsoleInput.readStringObject();
           for (int IndexNum = 0; IndexNum <Prices.length; IndexNum++)
            System.out.println ("Product Code:" + ProductCodes[ IndexNum ] + ",Price �" +
            Prices[ IndexNum ] + "Manufacturers:" + Manufacturers[ IndexNum ]);
            public static void main (String[] args) {
            PhoneCalc sys = new PhoneCalc ();
            sys.AddPhonePricesWithLoop ();
    }ConsoleInput
    import java.io.*;
    * Write a description of class ConsoleInput here.
    * @author (your name)
    * @version (a version number or a date)
    public class ConsoleInput
        public static char readCharValue () {
           BufferedReader Inputter = new BufferedReader (new InputStreamReader (System.in));
           char c = '\0';
           try {
              c = Inputter.readLine ().charAt (0);
           } catch (IOException e) {
              System.err.println ("Invalid character entered");
           return c;
        public static int readIntValue () {
           BufferedReader Inputter = new BufferedReader (new InputStreamReader (System.in));
           int i = 0;
           try {
               i = Integer.parseInt (Inputter.readLine ());
           } catch (IOException e) {
              System.err.println ("Invalid value entered");
           return i;
        public static long readLongValue () {
           BufferedReader Inputter = new BufferedReader (new InputStreamReader (System.in));
           long l = 0;
           try {
              l = Long.parseLong (Inputter.readLine ());
           } catch (IOException e) {
              System.err.println ("Invalid value entered");
           return l;
        public static float readFloatValue () {
           BufferedReader Inputter = new BufferedReader (new InputStreamReader (System.in));
           float f = 0;
           try {
              f = Float.parseFloat (Inputter.readLine ());
           } catch (IOException e) {
              System.err.println ("Invalid value entered");
           return f;
        public static double readDoubleValue () {
           BufferedReader Inputter = new BufferedReader (new InputStreamReader (System.in));
           double d = 0;
           try {
              d = Double.parseDouble (Inputter.readLine ());
           } catch (IOException e) {
              System.err.println ("Invalid value entered");
           return d;
        public static String readStringObject () {
           BufferedReader Inputter = new BufferedReader (new InputStreamReader (System.in));
           String str = null;
           try {
              str = Inputter.readLine ();
           } catch (IOException e) {
              System.err.println ("Invalid text entered");
           return str;
    }

    errr... whats your problem then?

  • Need help about using sqlplus_exec_template.sql

    I tried to use sqlplus_exec_template.sql to execute our deployed mapping. At dos prompt I typed :
    C:\>sqlplus username/[email protected] @C:\OWB\owb\rtp\sql\sqlplus_exec_template.sql
    rtschema localhost SQL_LOADER CRD_APPL_MAPPING SKIP=0,LOAD=0,LOG_FILE
    NAME=cvcpmapl.log,DIRECT=true,PARALLEL=false,ERRORS=50,ROWS=200,READSIZE=65536,BINDSIZ E=50000,AUDIT=true,PURGEGROUP=wb,target_store_uoid=F0E49963A42E4DB6AFF
    85FFF8E05AB9E
    SQL*Plus: Release 9.2.0.1.0 - Production on Fri May 16 18:32:25 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Session altered.
    Role set.
    Stage 1: Decoding Parameters
    | location_name=localhost:1521:odb
    | task_type=SQL_LOADER
    | task_name=CRD_APPL_MAPPING
    Stage 2: Opening Task
    declare
    ERROR at line 1:
    ORA-20001: Task not found - Please check the Task Type, Name and Location are
    correct.
    ORA-06512: at line 261
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    =================================================
    I am quite sure the task name and task type is correct. The task name is same as the one I saw in runtime repository schema -> table WB_RT_TASKS -> column TASK_NAME
    , but I am very doubt about what should be the correct input for LOCATION, system parameter and custom parameter.
    Can anyone give some help about where could I find the correct input for those parameter?
    Thx in advance.
    Rds
    CH

    I 've tried to use :
    sqlplus username/[email protected] @C:\OWB\owb\rtp\sql\sqlplus_exec_template.sql
    rtschema OWBLOCATION SQL_LOADER CRD_APPL_MAPPING "," ","
    where OWBLOCATION I have used the deploy location of the mapping for my case, created within OWB. The value is CCS_DEPLOY.
    But the error is the same :
    ======================================================
    Stage 1: Decoding Parameters
    | location_name=CCS_DEPLOY
    | task_type=SQL_LOADER
    | task_name=CRD_APPL_MAPPING
    Stage 2: Opening Task
    declare
    ERROR at line 1:
    ORA-20001: Task not found - Please check the Task Type, Name and Location are
    correct.
    ORA-06512: at line 261
    ========================================================
    could you tell me the SQL used by WB_RT_API to get the task from runtime schema. So that I could check the correct location myself.
    Or how could I view the pl/sql of WB_RT_API_EXEC which is wrapped.
    Thx for your help.
    Rg.
    CH

  • HT1267 Im trying to restore my iphone 3G, i used itunes to restore it so it downloaded the iOS, after that it gives me the error 1015, when i read about the error then it tells me that i was downgrading, but how come since i used itunes to restore?

    Im trying to restore my iphone 3G, i used itunes to restore it so it downloaded the iOS, after that it gives me the error 1015, when i read about the error then it tells me that i was downgrading, but how come since i used itunes to restore? why didnt it automatically provide me with the latest software made perfectly for the iPhone?

    Your phone was jailbroken. You can't get help here.
    In VERY RARE circumstances, this may indicate a hardware failure.

  • Javascript error on - Help - Learn how to use Numbers with this online...

    I am trying to find out more about Numbers. I am using iTunes 9.1.1 on a Vista PC. I get a Javascript error in Internet Explorer 8 when I try to access:
    Help - Learn how to use Numbers with this online resource.
    http://help.apple.com/numbers/1.0
    The link redirects to the following page:
    http://help.apple.com/iwork/safari/interface/#tan727163ed
    The above page is blank except for boxes for Keynote Help, Pages Help, Numbers help, and a blank input field that seems to do nothing. Here is the Javascript error message from Internet Explorer 8:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
    Timestamp: Tue, 1 Jun 2010 20:55:54 UTC
    Message: This command is not supported.
    Line: 1
    Char: 41589
    Code: 0
    URI: http://help.apple.com/iwork/safari/interface/javascript.js

    Link also does not work for me in WIN 7 with IE8. However, it does work in Chrome in WIN 7. It also works in Safari on my G4. Suggest you try Chrome or it may work in another browser like FireFox or Safari in Vista.

  • DNS errors + Intermittent Connectivity Help

    For the last 5 days my internet has had intermittent connectivity. It is throughout my entire home network of internet access. We have not had any storms or changes to our settings or connections for it to be anything on our network. This issue also happened in the past. Then after X amount of days, it was magically be fixed. When the internet does work, there are no issues and it works fine, which again makes me think it is not on our end and it is Verizon's fault.
    When I check the system log of my modem, it has a TON of "DNS request timeouts" or errors saying some other stuff about DNS issues.
    My modem/router is Actiontec GT704-WG, I also don't use Wireless internet which is usually related to intermittent connections but that shouldn't be the case.
    So is this an issue with Verizon's lines/ servers / connections? Or is it actually something wrong with my network?

    It is probably a network issue, but the first step is usually to rule out the local equipment, so restarting the PC and the modem/router is a good starting point.
    I have yet to come to encounter an ISP that competently manages their DNS equipment, and you will find a number of Verizon Techs who post here who will tell you to change from the Verizon automatically assigned DNS's to Open DNS.
    visit www.opendns.com for detail instructions on how to do so. I changed to open DNS months ago.
    So if you still have a problem after you have rebooted the equipment, and changed to OpenDNS, it is almost certainly a Verizon network issue, although convincing Verizon of that can be quite challenging.
    Good luck

  • Same thing is happening to me. Adobe has not responded to anyone about this error. It appears that Abobe XI is not compatible with IE 11.  I do not get this error when I use Chrome or Firefox. Only IE 11 does this. I have tried clearing cache and cookies.

    Same thing is happening to me. Adobe has not responded to anyone about this error. It appears that Abobe XI is not compatible with IE 11.  I do not get this error when I use Chrome or Firefox. Only IE 11 does this. I have tried clearing cache and cookies. I even uninstalled and re-installed IE 11. It is still doing it.  I am surprized that a company like Adobe would just ignore our posts and leave us hanging this this.
    Error message is FAILED TO GET DISPATCH FROM IBRWSR2.  Then when you click on it the next error message says:  PHTML IS NULL. You have to click this error message twice and then the PDF finally loads. Happened every time
    Does anyone have a solution since Adobe will not respond?
    As a last resort I will try uninstalling the Adobe Reader XI and install Adobe Reader 10 instead. It seems to work ok. But when I try to install version 10 the Adobe site tries to install XI.  Any ideas?
    JimP08758

    It worked just fine for me.
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me?

    I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me? Already changed the extension of the excel document to xlsx an now gives an unknown import error.

    In Excel have you tried saving directly to xls (not xlsx) and opening the xls in Numbers?
    If you have a complicated workbook in Excel that uses lots of Excel's advanced features, Numbers may not be able to handle the import.  It does pretty well on basic things, though.
    If you're just trying to get data into Numbers, then often copy-paste from Excel is easier than trying to open xls files.
    SG

  • Can I connect a PS3 wirelessly using internet sharing from my ethernet-wired iMac. It works for my Nook e-reader, but the PS3 give a DNS error code 8070102, I've tried alternate DNS settings, but no luck.

    Can I connect a PS3 wirelessly via the built-in AirPort card using internet sharing from my ethernet-wired iMac?  It works for my Nook e-reader, but the PS3 give a DNS error code 8070102, I've tried alternate DNS settings, but no luck.

    Can I connect a PS3 wirelessly via the built-in AirPort card using internet sharing from my ethernet-wired iMac?  It works for my Nook e-reader, but the PS3 give a DNS error code 8070102, I've tried alternate DNS settings, but no luck.

  • I'm trying to download the trial for adobe indesign but it keeps failing and saying 'download error, please try again or contact customer support (49)' Can anyone help? I'm using a laptop on windows 8

    I'm trying to download the trial for adobe indesign but it keeps failing and saying 'download error, please try again or contact customer support (49)' Can anyone help? I'm using a laptop on windows 8

    Rachelh20713544 for information on how to resolve download errors please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.

Maybe you are looking for

  • HP PSC 2510 duplex printing problem

    Hi, I have just installed a new Archlinux computer and configured my HP PSC 2510. However I can't print in duplex mode. I have installed cups and hplip and configured with the correct driver the printer (the one proposed by cups ...2510...) I have en

  • How to get file path?

    Hi all, I have a tcode ysd_gr. When I execute it, it has one select option & I entered the values as *.csv. It gave 6 csv files(only file names) & I want to retreive data from one file. So I need to find the file path. The functional consultants told

  • Problems with videos when I export

    Hi, I have some problems with my videos when I export them. I edit my video, but I have problems with audio in the exported video. Either the audio is missing completely or I hear the audio from another videoframe. I thought that the transitions are

  • Functions in SOLMAN

    Hi experts, my customer has solman 7.1 EHP1 installed. Which functions are free of charge ? Can't find good documentation in the jungle. Please help to find docs. Kind regards W

  • MAC OS 8.5 Issue with Intialization of framegrabber

    Hi I've got an image analysis suite on an older Mac 8.5 OS, and I'm having issues where the program starts, but my error message says the framegrabber - an older PCI scion lg3 cant be started in slot 1. How do I look at the load order and initializat