It's exactly what you thought the problem would be! Thank you so much,
BIll. In case others come across the same kind of problem, here is
what I did following Bill's advice:
. ado dir
[1] package ^ from
s http://www.stata.com/stb/stb61 n sg164.pkg d 29 nov 2004 u 1 d stb
[2] .......
Now that I know it's the first package that's probably causing the problem, I
. ado uninstall [1]
. adoupdate
. adoupdate, update
...and the job is done.
Aaron
On 12/15/05, William Gould, Stata <[email protected]> wrote:
> Aaron <[email protected]> is having problems with -adoupdate-:
>
> > . adoupdate
> > (note: adoupdate updates user-written files; type -update- to check for
> > updates to official Stata)
> >
> > Checking status of installed packages...
> >
> > [1] at :
> > _fopen(): 3602 invalid filename
> > [...]
> > r(3602);
>
> Aaron needs to go to Stata Technical Support, but I can provide some clues,
> and some advice on what Technical Support is going to need. The real
> key was the part of the output that reads
>
> > [1] at :
>
> It should have read something like
>
> [1] kdens2 at http://fmwww.bc.edu/repect/bocode/k:
>
> and based on that, what I now know is that the first thing Aaron has installed
> "", which he obtained from "". -adoupdate-, using this information, assembled
> the full filename "", which it tried to open, and _fopen() finally complained
> about in invalid filename.
>
> The question is, how did Aaron install "" from ""?
>
> Technical support is going to want the see the output from -ado dir-.
> Probably, the solution will be to -ado uninstall [1]-, but before Aaron
> does that, somebody here really should see the -ado dir- output to
> make sure (1) -ado uninstall [1]- will not uninstall anything Aaron might
> want, and (2), -ado uninstall [1]- will not make the problem worse.
>
> -- Bill
> [email protected]
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/