Announcement

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

  • r(601) using findit and search

    Hi,

    I wanted to install femlogit (and other commands) but I can't install it with findit which return error r(601).
    When I contacted Stata support, they told me that it is caused by firewall issue but I checked the firewall, Stata is allowed to access the Internet and when I used findit before, there was no problem.
    Note that update work fine both for checking and installing new updates.
    Thank you for your responses.

  • #2
    Something is wrong at your side. I can confirm I can find it and have just installed it:

    Code:
    package name:  st0362.pkg
            from:  http://www.stata-journal.com/software/sj14-4/
    
    checking st0362 consistency and verifying not already installed...
    installing into /Users/mm597/Library/Application Support/Stata/ado/plus/...
    installation complete.
    You may not have individual admin right to install. Contact with your IT support.
    Roman

    Comment


    • #3
      My experience was the same as Roman's. Try issuing the command

      Code:
      net install st0362.pkg
      and then copy and paste the command and the output into a new post.

      To present data, code, and results readably, please copy them from the Results window or your log file into a code block in the Forum editor, as explained in the Statalist FAQ linked to at the top of the page. For example, the following:

      [code]
      // sample code
      sysuse auto, clear
      describe
      [/code]

      will be presented in the post as the following:
      Code:
      // sample code
      sysuse auto, clear
      describe

      Comment


      • #4
        Hi,
        Thank you for your responses.

        William
        Code:
        // The command to be tested
        net install st0362.pkg
        Here are the output:

        Code:
        net install st0362.pkg
        file http://www.stata.com/st0362.pkg not found
        could not load st0362.pkg from http://www.stata.com/
        r(601);
        Roman

        "You may not have individual admin right to install."
        I have an administrator account on the desktop I'm using at my office. I can install or uninstall different programs without trouble.

        "Contact with your IT support."
        I contacted them five times at least. They checked the desktop, the network, ask me to come to their office with my laptop,... but they found nothing. At the end, they told me that it is linked to a port at Stata server which may be blocked by the firewall of the university network but they can't do anything without the exact number of the port because they can not open all port.

        Comment

        Working...
        X