Using SymChk behind proxy

My company has recently switched to a new environment where we are behind a proxy and on a new Windows 7 thin client. 
When I issue a symchk command from the latest Windows Debugging Tools to get symbols from the symbol server, the following output is observed
We have since turned the proxy off the Microsoft symbols server address but still have the issue.
For some reason, we are getting "server name or address could not be resolved".  One of the DNS names its not finding is called "Device" - does this need to be defined as something in our DNS? 
Someone please advise on what I can try next.
H:\test\debugger_x86>SymChk.exe /im ../syms.txt /v /s srv*c:\symbols*http://msdl.microsoft.com/download/symbols
[SYMCHK] Downloading symbols in manifest H:\test\syms.txt from srv*c:\symbols*http://msdl.microsoft.com/download/symbols
DBGHELP: Symbol Search Path: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
SYMSRV:  The server name or address could not be resolved
SYMSRV:  The server name or address could not be resolved
SYMSRV:  c:\symbols\NTOSKRNL.EXE\4047db831a5540\NTOSKRNL.EXE not found
SYMSRV: 
http://msdl.microsoft.com/download/symbols/NTOSKRNL.EXE/4047db831a5540/NTOSKRNL.EXE not found
SYMCHK: NTOSKRNL.EXE         ERROR - Unable to download file. Error reported was 2

symsrv.dll may not be correctly getting your proxy value. Try explicitly setting it in the environment as described on msdn(dot)Microsoft(dot)com/en-us/library/windows/hardware/ff545465(v=vs.85).aspx
(Forgive the obtuseness, I'm not 'verified' enough to post an actual link.)

Similar Messages

  • Using AppleMail behind proxy

    Hello, I am stuck in a problem and would really use the help from someone here.
    I have a setup with a Windows-XP running as my Proxy server (don't ask why!) and 2 mac machines using internet through this. Recently I setup a mail a/c using Apple mail but I don't know how to make it work with proxy.
    Anyone with a suggestion?
    Mac Mini 1.4GHz, 1GB RAM   Mac OS X (10.4.3)  

    symsrv.dll may not be correctly getting your proxy value. Try explicitly setting it in the environment as described on msdn(dot)Microsoft(dot)com/en-us/library/windows/hardware/ff545465(v=vs.85).aspx
    (Forgive the obtuseness, I'm not 'verified' enough to post an actual link.)

  • Using Webstart behind a proxy firewall

    Hi,
    According to http://www.vamphq.com/jwsfaq.html#proxylogin if one uses Webstart behind a proxy firewall and one enters the wrong password, Webstart will not reprompt. Has this changed in Tiger or does this problem still occur? Does Webstart automatically import proxy settings from the browser in Webstart? To my understanding plain-application does not auto-import.
    Please let me know.
    Thanks,
    Gili

    If you have a Domina Name registered.Install IAS or OAS as your web server. Use NAT on your firewall to point to the illegal IP address. Make sure that there is a Domain Name Server somehwere on the Internet pointing to your Legal IP address for your domain name. If you don't have a domain name, you will still do everything the IAS/OAS setups, but you will have to type your Legal IP address into the browser to connect.

  • Connection Problem while client is behind proxy and server out side proxy

    hello
    i implemented ChatApplication in JAVA, for that i used socket connection when client and server both are in same network then it's working fine.
    but when my server is on internate and client is behind proxy and try to connect with server
    it not able to connect i get exception.
    i serch most of forum i got same answer and i try it but i was not success.
    any kind of help is appriciated.
    i attached my code(which i implement for testing ) pls reply me
    thanks in advance.
    Server.java
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    class Server {
       public static void main(String args[]) {
          String data = "you are successfully connected with server.";
          try {
             ServerSocket srvs = new ServerSocket(1234);
             Socket skt = srvs.accept();
             System.out.print("Server has connected!\n");
             PrintWriter out = new PrintWriter(skt.getOutputStream(), true);
             System.out.print("Sending string: '" + data + "\n");
             out.print(data);
             out.close();
             skt.close();
             srvs.close();
          catch(Exception e) {
             System.out.print("Whoops! It didn't work!\n");
    ProxyClient.java
    import java.io.*;
    import java.net.*;
    import java.util.*;
    class ProxyClient{
       public static void main(String args[]) {
         String host="61.17.212.29";
         int port=1234;
               String line;
         Properties properties = System.getProperties();
         /*properties.put("firewallSet", "true");
         properties.put("firewallHost", "192.168.0.1");
         properties.put("firewallPort", "808");*/
         properties.put("socksProxySet","true");
         properties.put("socksProxyHost", "192.168.0.1");
         properties.put("socksProxyPort", "1080");
         System.setProperties (properties);
         try {
         /*SocketAddress addr = new InetSocketAddress("192.168.0.1", 1080);
         Proxy proxy = new Proxy(Proxy.Type.SOCKS, addr);
         Socket skt = new Socket(proxy);
         InetSocketAddress dest = new InetSocketAddress("61.17.212.29",1234);
         skt.connect(dest);*/
             System.out.println("before socket taken");
             Socket skt = new Socket(host,port);
             System.out.println("after socket taken");
             BufferedReader networkBin = new BufferedReader(new InputStreamReader(skt.getInputStream()));
             System.out.println("Received string: '");
             line = networkBin.readLine();     // Read one line
          while(true)
                 System.out.println(line);     // Output the line
                 line = networkBin.readLine(); // Read the next line, if any
          catch(Exception e) {
             System.out.print("Whoops! It didn't work!\n");
         e.printStackTrace();
    }

    Now look here. I could not care less about this
    code. I don't know anything about it, I don't
    want to know, I have already recommended you don't
    use it, and I have also given you a simpler and
    better solution. If you don't want to take my advice
    that is your privilege and your problem.ya i has understand system propertis i have setted and u can see it in the code i have tried by both system properties and also J2SE 5.0 proxy class but i got a same problem malformed Exception server refuse to connection.
    is there any problem at sever side?
    can u tell me in which way u r teling to set the propery i m looking forward for ur reply.
    ya i m sure u will give me.................reply "ejp".
    Thnx in advance.

  • Problem connecting to IM's behind proxy

    Hello,
    This is my first thread here, and I'm not really sure if I should pose this question to you guys, but you're my only hope of getting this fixed.
    The thing is I'm in a Mac running Leopard, and I'm behind a proxy here at my company. I can't connect to MSN, Gtalk, Facebook (through Adium or aMSN), as it just won't get by the "handshaking" process. I can't connect through the Microsoft Windows Messenger for Mac either.
    However, every Windows user can access MSN. All the ports the IM's use are available and open.
    For your knowledge, I'm connecting Skype, Tweetdeck, Entourage, Firefox, and everything is running well.
    Any clues? I'm completely lost here.

    I use Adium behind the corporate firewall. Adium has the ability to specify a proxy server for each account
    Adium -> Preferences -> Accounts -> yourIMservice -> Edit -> Proxy.
    I use the [X] Connection using proxy -> Type -> Systemwide HTTP Settings for AOL IM (AIM) and GTalk.

  • ITunes 8.02 cannot update iPod behind proxy

    I tried to update my iPod Touch today. I was able to start the download at home, but was unable to finish it. Came to the office, where we are behind a proxy server and iTunes gives the error: iTunes could not contact the iPod software update server because you are not connected to the internet. However, my proxy settings work fine for iTunes Store (download of songs, apps, and podcasts), Safari, Firefox, FTP applications, etc. The only other program that has problem is NetUpdate from Intego that also claims it cannot connect to the Internet.

    I've been having problems with iTunes using an authenticating proxy for more than a year. I've given up on it more-or-less (I keep reporting it as a bug whenever a new version of iTunes comes out), but decided to check to see if anybody's come up with clever ideas since. Someone linked to this: http://support.apple.com/kb/HT1748?viewlocale=en_US
    "iTunes under Mac OS X currently does not work with authenticated proxy servers."
    I've noticed a couple other posts link to a program called "authoxy" that will add the proxy authentication information for you, but the reason authorization is required to use a proxy is so that it can't be done without your knowledge. So check your local security policy to see if that's acceptable. It's not for me.

  • Creating java sockets behind proxy servers.

    Hi,
    I am trying to create a socket to an external server(i.e. a public server) from behind a proxy firewall, but the socket creation statement throws an IO exception. Can someone please let me know how to create sockets using proxy servers.
    TIA
    Shishir

    I tried using java.net.Proxy for the connection. But the socket to the proxy itself is not getting created. It throws the IllegalArgumentException.
    import java.io.*;
    import java.net.*;
    import java.net.Proxy.Type;
    public class Client {
    static Socket proxSocket = null;
    static PrintWriter out = null;
    static BufferedReader in = null;
    public static void main(String[] args) throws IOException {    
    try {
    System.out.println("Trying to create socket");
    InetSocketAddress proxyadd = new InetSocketAddress(InetAddress.getByName("148.87.19.20"),80);
    Proxy ps = new Proxy(Proxy.Type.HTTP,proxyadd);
    Socket proxSocket = new Socket(ps);
    out = new PrintWriter(proxSocket.getOutputStream(), true);
    in = new BufferedReader(new InputStreamReader(
    proxSocket.getInputStream()));
    } catch (UnknownHostException e) {
    System.err.println("Don't know about host: ...");
    System.exit(1);
    } catch (IOException e) {
    System.err.println("Couldn't get I/O for "
    + "the connection to: ...");
    System.exit(1);
    catch(IllegalArgumentException e)
    System.err.println("Unable to describe the proxy.");
    System.exit(1);
    }

  • Using SSL & IIS proxy

    We use Weblogic 7.0 running behind IIS as a web server. The IIS server
    takes care of the SSL traffic/certificate. We like our web services to
    use SSL. Is there a way to do this without WL doing the SSL traffic? If
    we specify 'protocol="https"' in the servicegen task (ant), the WL
    server is complaining because it does not see SSL being used. If we
    don't specify the protocol the web services do not get advertized in the
    WSDL with the proper protocol.
    Any help is appreciated.
    Joop Kaashoek

    Actually we wanted to keep using IIS and let it handle the SSL. We did NOT want
    the Weblogic server to handle SSL, but we just wanted the web services to
    ADVERTIZE in their WSDL that HHPS needs to be used.
    But it looks like this won't work for other reasons : the IIS proxy appears to
    mess up the XML/SOAP traffic, it is probably too html-dependent. The error
    message we get is
    javax.xml.rpc.soap.SOAPFaultException: Received a response from url: <our web
    service> which did not have a valid SOAP content-type: text/html.
    So maybe we can't use the IIS proxy at all and have to go straight to the
    Weblogic server instead.
    Thanks,
    Joop
    a wrote:
    As far as I know, WebServer proxy can't handle SSL connections to Weblogic.
    If you want your WebService to handle SSL you need to get rid of ANY
    commercial webserver and use Weblogic's
    built-in webserver, which of course is not production quality
    hope it helps
    "Joop Kaashoek" <[email protected]> wrote in message
    news:[email protected]..
    We use Weblogic 7.0 running behind IIS as a web server. The IIS server
    takes care of the SSL traffic/certificate. We like our web services to
    use SSL. Is there a way to do this without WL doing the SSL traffic? If
    we specify 'protocol="https"' in the servicegen task (ant), the WL
    server is complaining because it does not see SSL being used. If we
    don't specify the protocol the web services do not get advertized in the
    WSDL with the proper protocol.
    Any help is appreciated.
    Joop Kaashoek

  • Safari behind proxy

    Hi,
    I have developed a web application which has an applet inside it.
    When I am running it in safari without a proxy it works fine but when i use proxy it says class not found.
    IE, Firefox and chrome work behind proxy. Opera does not work but it shows different error.
    Whats going wrong. Is there any extra settings for jre in safari ??

    HI,
    Safari and proxies do not get along. Might be some help here...
    http://www.lib.ucdavis.edu/ul/services/connect/proxy/step1/safari.php
    Carolyn

  • SSLSocketFactory proxy fails in Applet when using HTTP(S) proxy

    As part of some security feature of a new eID Applet, available at [http://code.google.com/p/eid-applet/|http://code.google.com/p/eid-applet/] I need to get access to the SSL session identifier. For this I'm using a custom SSLSocketFactory, of which the implementation is available at:
    [AppletSSLSocketFactory.java|http://code.google.com/p/eid-applet/source/browse/trunk/eid-applet-core/src/main/java/be/fedict/eid/applet/AppletSSLSocketFactory.java]
    Basically this custom SSLSocketFactory is delegating every method invocation to the original SSLSocketFactory. The only additional functionality is the readout of the SSL session identifier.
    I install my custom SSLSocketFactory via:
    SSLSocketFactory sslSocketFactory = HttpsURLConnection.getDefaultSSLSocketFactory();
    AppletSSLSocketFactory appletSslSocketFactory = new AppletSSLSocketFactory(sslSocketFactory);
    HttpsURLConnection.setDefaultSSLSocketFactory(appletSslSocketFactory);Now the eID Applet no longer works if I'm sitting behind a proxy server. I get an exception as shown below. Anyone any idea why this is happening? I read somewhere that HttpsURLConnection indeed is using the browser proxy settings. So I would expect that delegating everything to the original SSLSocketFactory wouldn't break anything...
    error: Broken pipe
    error type: java.net.SocketException
    at java.net.SocketOutputStream.socketWrite0:-2
    at java.net.SocketOutputStream.socketWrite:92
    at java.net.SocketOutputStream.write:136
    at com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer:295
    at com.sun.net.ssl.internal.ssl.OutputRecord.write:284
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal:734
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord:722
    at com.sun.net.ssl.internal.ssl.Handshaker.sendChangeCipherSpec:606
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.sendChangeCipherAndFinish:868
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone:794
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage:226
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop:516
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record:454
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord:884
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord:746
    at com.sun.net.ssl.internal.ssl.AppInputStream.read:75
    at java.io.BufferedInputStream.fill:218
    at java.io.BufferedInputStream.read1:258
    at java.io.BufferedInputStream.read:317
    at sun.net.www.http.HttpClient.parseHTTPHeader:687

    You can get the session after the SSLSocket is fully constructed and connected. That depends on what else your createSocket() method does, but in general doing that just before you return is best.
    However the session is a property of the session, not the socket, or the factory, so the lifetimes are all wrong. The session can survive the SSLSocket, or the other way round. To avoid that I think you should set enableSessionCreation to false on the SSLSocket after the handshake.

  • ITS Context loss behind proxy

    Hello,
    As you may know, after exiting from one IAC going to the next one, users do not need to login again because of context sharing.ITS reuses the login name and password provided to the first one (within the same browser session). But this seems to fail when going through a reverse proxy like apache (IIS wgate behind the proxy, not on same server).
    Why is that ? Can this be overcome ? Can ITS and/or proxy be configured such that next IAC (service) will reuse the same login context.
    None of the service files (of each IAS or global) has login and password in them. The second IAC(service) is called by calling the exit OKcode of first service after setting exitURL as direct URL of second IAC(service).
    This problem has been noticed on old ITS versions(4.x) and 6.20 also.
    Your comments will be much appreciated.
    Thank you.
    Veba

    Hello Veba,
    from your description I assume that you have a worked version when not using a reverse proxy, I cannot read if you are crossing domains, but it seems a domain issue (i.e. the cookie(s) are not coming along with the next (exit URL) request) please check:
    exit url pointing to the internal host and not to the reverse proxy?
    host/domain setting issue of session cookie
    eventually the same may apply to the SSO cookie
    wrong apache configuration (http header manipulation)
    Please read the notes according to reverse proxies and ITS(I did the search for you; not all are applicable but they will point you in the right direction)
    507293 ITS and Reverse Proxies
    582445 ITS and Reverse Proxies - more Info on headermanipulation
    494984 ITS WGATE manipulate HTTP headervariables
    688295 ITS Best Practices: WGate configuration ITS 6.20
    489943 ITS Error: No Service Name Specified
    835762 Integrated ITS and sapwebdispatcher
    738056 ITS WGate switchable ~wgate_echo=1 parameter
    720480 ITS620 WGate configuration (wgate-config) description
    493107 SSO integration for ITS via PAS
    417784 ITS Updates in release 6.10
    852690 SAP GUI for HTML: ~disconnectonclose and slow connection
    Regards,
    Fekke

  • _*I am behind proxy  and  i tried to  decode *JSON* encoded  script behind

    I am behind proxy  and  i tried to  decode JSON* encoded script behind proxy, Using curl i read the url and then feed that to JSON_DECODE but this is giving*
    invalid argument or error at JSON_DECODE can u expalin any solution?
    <?php
    session_start();
    require_once('JSON.phps');
    $url = 'http://ajax.googleapis.com/ajax/services/search/web?rsz=large&v=1.0&q=' . urlencode('site:' . $_SERVER['localhost'] . ' ' . $_POST['searchquery']);
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);
    curl_setopt($ch, CURLOPT_PROXY, "172.31.1.1");
    curl_setopt($ch, CURLOPT_PROXYPORT, 8080);
    curl_setopt($ch, CURLOPT_PROXYUSERPWD, "myid:myPASS");
    curl_setopt($ch, CURLOPT_URL, $url);
    $body = curl_exec($ch) or die(curl_error($ch));
    curl_close($ch);
    $json = new Services_JSON();
    $json = $json->decode($body);   //Giving error at this point as INVALID ARGUMENT
    foreach($json->responseData->results as $searchresult)
    if($searchresult->GsearchResultClass == 'GwebSearch')
    $formattedresults .= '
    <div class="searchresult">
    <h3><a href="' . $searchresult->unescapedUrl . '">' . $searchresult->titleNoFormatting . '</a></h3>
    <p class="resultdesc">' . $searchresult->content . '</p>
    <p class="resulturl">' . $searchresult->visibleUrl . '</p>
    </div>';
    $_SESSION['googleresults'] = $formattedresults;
    header('Location: ' . $_SERVER['HTTP_REFERER']);
    exit;
    ?>

    This is a Java forum. Your script appears to be written in PHP.
    Please note that Javascript and Java are unrelated.

  • Empathy longstanding issue behind proxy

    There is a longstanding issue of empathy (or telepathy-gabble) behind proxy.
    I have tried to get solutions for years. Here is the description:
    Settings:
    * I am behind a proxy.
    * I have set the system proxy settings and http_proxy/socks_proxy in the environment.
    * The latest version of empathy (3.12.1)
    Issue:
    I use empathy to login GTalk account. The authentication worked fine. However, there is
    an error "Network error" showing in the dialog. This happened before displaying
    my contacts. I googled this issue and found that something wrong with telepathy-gabble.
    So, I abandoned empathy for a long time.
    But, recently, I use a newly registered google account to login GTalk with empathy.
    Everything is well. I can chat with others. Still, I cannot login with my old account.
    This seems wired. I asked others to try their accounts, some of them can login without problem
    and some still have problem.
    For years, I can only use GMail in the browser to access my gtalk. I know this is about
    empathy rather than Arch Linux. But, I like this community and believe someone could help me.

    Hello Enrique,
    I fully agree - but unfortunately there is not much choice regarding the network layout. Or at least I cannot influence it ;-P
    The problem seems to be a bit mor subtle than I thought at first. I already have configured both Web Start and the browser to use the proxy. However, the error message clearly indicates that the integration builder (IB) doesn't use the configured port of the proxy to connect to the web application server, but another port.
    Our server listens on port 50000. The error message tells me that the IB tries to connect using port 50004. Obviousely it tries to open a direct socket to the server - probably an extra connection to exchange commands etc (RMI? CORBA? WebServices?). This is not possible in our network configuration.
    The question ist whether I can somehow influence this port to make a connection using this proxy possible...
    Regards, Joerg

  • Onenote behind proxy doesn't connect to skydrive

    Running OneNote 2.1.2 on Ipad IOS7.0.2 , same issue on iphone (same versions)
    Connection WiFI, with authenticated (through AD) proxy (at work).
    Proxy defined in wifi settings of the ipad
    ID/PWD also defined in proxy setting
    Every other applications run fine behind proxy including skydrive for ipad.
    OneNote cannot connect to skydrive.
    Note: was the same on IOS 6 and all version 2 of onenote. Was working fine with version OneNote 1.3.
    Thanks

    I don't understand German, but I see you are using a proxy server.
    That sometimes causes connection problems. Try turning it off.
    Internet Options>>Connections>>LAN settings

  • Connection configuration properties behind proxy

    I'm trying to reach a web service registry from behind proxy. In order to connect to it I'm setting it's address and port using
    props.setProperty("javax.xml.registry.http.proxyHost", httpProxyHost);
    props.setProperty("javax.xml.registry.http.proxyPort", httpProxyPort);
    but getting HTTP 407 error - Proxy Authentication Required. I believe I need to set my proxy ID and password somehow. Dos anyone know how to do that? Any advice is greatly appreciated.
    Michael D.

    First, what API has the "javax.xml.registry" in it. I cant find any reference to it. I could have missed it I suppose. Let me know and I will take a look.
    Other ideas after looking at your code that you can try in the meantime.
    Since the Properties class is a hashtable it is based on key word value. The ConnectionFactory class needs to know the exact key.
    Try changing the following:
    props.setProperty("javax.xml.registry.http.proxySet", "true");
    to:
    props.setProperty("proxySet", "true");
    Do that for each line. Just use the last word (i.e. proxyHost, proxyPort). It could simply be that ConnectionFactory is not finding the correct key.
    I could be wrong here, but I am waiting to find out what API you are using.
    The SoapHTTPConnection class has a number of methods for working with a proxy, such as setPassword and setHost. Perhaps ConnectionFactory has the same settings or the connection returned has methods for this.
    Im not sure what class the createConnection method returns, but check there for appropriate methods.

Maybe you are looking for

  • Why differences in the way different machines handle the same code??

    OK, I've posted some other threads re some difficulties in getting the same code to function identically on, not only different platforms, but even on different machines running Windows! Here's another, and I would really appreciate an explanation: I

  • Store XML data in tables

    Hi, I Have to write a procedure which takes XML data and inserts into some tables. If the XML format is fixed then i can use extract function for parsing and can insert into the tables. But the problem is there is not fixed format for the xml. Are th

  • Selection Tool Error

    I'm having problems with the selection tool in Indesign CS5.  When I select an object with the selection tool and try to move it I get an alert sound.  It will not let me move an entire object with either the selection tool or the direct selection to

  • Xquery evaluation

    I'm trying to execute the xquery function 'GuidsReferencingTo' (code is below) and getting this error ''Error: It is an error for the context item to be undefined when using it [err:XPDY0002], <query>:42:58'. The error happens in the function 'GuidCh

  • To limit the words usage in text area

    Hi there, Can u help me. How can I limit the usage of words in the text area? Your help very needed. thanks