Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • SSC Install Failure: "nothing to install"

    Dear Statalist I recently reinstalled STATA 17 (before I was using STATA 15). Now I am facing problems updating and installing from SSC (every time it results "nothing to install"), How can I fix this issue.. please guide
    Code:
    ssc install nrow
    nothing to install
    Code:
    findit nrow
    
    <html><body><form name="CMCCWLANFORM" method="post" action="http://172.22.255.18/index_1.html">  <input type="hidden" name="wlanuserip" value="10.14.0.40">  <input type="hidden" name="wlana
    > cname" value="huawei">
      <input type="hidden" name="portalurl" value="http://172.22.255.18/index_1.html">  <input type="hidden" name="sys" value="c75e20f5a041f827f0640f70b1db30f9fcd7d7a2116e196a"></form><script l
    > anguage='javascript'>    CMCCWLANFORM.submit();</script></body></html>
    <!--
    <?xml version="1.0" encoding="UTF-8"?>
    <WISPAccessGatewayParam xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.acmewisp.com/WISPAccessGatewayParam.xsd">
    <Proxy>
    <MessageType>110</MessageType>
    <NextURL>http://172.22.255.18/index_1.html?wlanuserip=10.14.0.40&wlanacname=huawei&sys=c75e20f5a041f827f0640f70b1db30f9fcd7d7a2116e196a</NextURL>
    <ResponseCode>200</ResponseCode>
    </Proxy>
    </WISPAccessGatewayParam>
    -->

  • #2
    I suspect your problem is that your Stata 15 installation was configured to use the proxy server that your institution places between your computer and the internet. These settings were not automatically transferred to your Stata 17 installation, I would guess.

    See the Stata FAQ at https://www.stata.com/support/faqs/w...-proxy-server/ for details, and instructions on contacting Stata Technical Services for assistance if the instructions provided are not adequate in your situation.


    Comment


    • #3
      What happens if you go


      Code:
      ssc type nrow.ado
      ?

      Comment


      • #4
        Thanks for replies, you were right William Lisowski , the problem solved

        Comment

        Working...
        X