Announcement

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

  • stata workflow book by Scott long data packages outdated

    hi guys

    I tried to download data packages using 'findti workflow' but they are outdated and I'm using stata 17 it says "Remote host terminated the handshake
    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);
    ------------------
    "

    any tips to get them somehow the book is useless without practice

    thanks

  • #2
    I successfully downloaded wf09-part1 on my Stata 17 system just now with no problem. Try copying
    Code:
    net get wf09-part1, from(https://jslsoc.sitehost.iu.edu/stata)
    into the command window and see if that works.

    Comment


    • #3
      Originally posted by William Lisowski View Post
      I successfully downloaded wf09-part1 on my Stata 17 system just now with no problem. Try copying
      Code:
      net get wf09-part1, from(https://jslsoc.sitehost.iu.edu/stata)
      into the command window and see if that works.
      thank you William, appreciate the try. but it says the same thing unfortunately . I am using STATA 17 BE 17.0 .


      Code:
      net get wf09-part1, from(https://jslsoc.sitehost.iu.edu/stata)
      ssl handshake error
          javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
      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(603);

      Comment


      • #4
        I use that command just now in Stata 17 SE and it works. It seems to be a problem with your network connection. Are you behind a firewall?
        ---------------------------------
        Maarten L. Buis
        University of Konstanz
        Department of history and sociology
        box 40
        78457 Konstanz
        Germany
        http://www.maartenbuis.nl
        ---------------------------------

        Comment


        • #5
          Originally posted by Maarten Buis View Post
          I use that command just now in Stata 17 SE and it works. It seems to be a problem with your network connection. Are you behind a firewall?
          Dear Maarten, you are a star! I paused vpn and worked perfectly. Thank you thank you and thank you!

          Comment

          Working...
          X