Announcement

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

  • Spost package

    I use STATA 13.1 however I cannot find and isntall the spost packages . When I search for these packages and click on them I get the following messege:

    Received fatal alert: handshake_failure
    https://jslsoc.sitehost.iu.edu/stata/ either
    1) is not a valid URL, or
    2) could not be contacted, or
    3) is not a Stata download site (has no stata.toc file).

    r(5100);


  • #2
    This worked for me:
    Code:
    . net install spost13_ado, from(https://jslsoc.sitehost.iu.edu/stata)
    checking spost13_ado consistency and verifying not already installed...
    installing into c:\ado\plus\...
    installation complete.
    So 1 and 3 can be ruled out, which leaves 2. Are you on a university network that restricts downloading?

    Comment


    • #3
      Originally posted by Wouter Wakker View Post
      This worked for me:
      Code:
      . net install spost13_ado, from(https://jslsoc.sitehost.iu.edu/stata)
      checking spost13_ado consistency and verifying not already installed...
      installing into c:\ado\plus\...
      installation complete.
      So 1 and 3 can be ruled out, which leaves 2. Are you on a university network that restricts downloading?

      Thank you for your reply! No I am from my pc. Also I am able to download other packages.

      Comment


      • #4
        What does Stata give you back if you type:
        Code:
        net from https://jslsoc.sitehost.iu.edu/stata

        Comment


        • #5
          Originally posted by Wouter Wakker View Post
          What does Stata give you back if you type:
          Code:
          net from https://jslsoc.sitehost.iu.edu/stata
          net from https://jslsoc.sitehost.iu.edu/stata
          Received fatal alert: handshake_failure
          https://jslsoc.sitehost.iu.edu/stata/ either
          1) is not a valid URL, or
          2) could not be contacted, or
          3) is not a Stata download site (has no stata.toc file).

          current site is still http://fmwww.bc.edu/repec/bocode/s/

          Comment


          • #6
            Ionas Papassotiriou Apparently someone had this issue before in Stata 13. You can try to follow the advice given here: https://www.statalist.org/forums/for...ad-spost13_ado

            Comment

            Working...
            X