Re: oedit/obrowse invalid directory: Errno=81x

2008-06-12 Thread Ed Finnell
 
In a message dated 6/12/2008 12:56:45 P.M. Central Daylight Time,  
[EMAIL PROTECTED] writes:

How did that get there!!  I had copies of oedit and obrowse in  my
personal file in the SYSEXEC concatenation.  I removed them and all  is
well.  


>>
Probably there to make PROFs  work?







**Vote for your city's best dining and nightlife. City's Best 
2008.  (http://citysbest.aol.com?ncid=aolacg0005000102)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: oedit/obrowse invalid directory: Errno=81x

2008-06-12 Thread Smith, Sean M
How did that get there!!  I had copies of oedit and obrowse in my
personal file in the SYSEXEC concatenation.  I removed them and all is
well.  

Thank you Bill.  

Sean Smith

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Big Iron
Sent: Thursday, June 12, 2008 7:35 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: oedit/obrowse invalid directory: Errno=81x

Is it possible that the version of OEDIT in your SYSPROC/SYSEXEC 
concatenation is out of date? When you invoke /bin/oedit from the shell,
it invokes OEDIT under ISPF using the -u parm to specify the OMVS uid in
use. Maybe that parm isn't being parsed correctly and so is being
treated as the directory,

Bill

On Wed, 11 Jun 2008 14:54:41 -0700, Smith, Sean M
<[EMAIL PROTECTED]> wrote:

>I sent this to the IBM-UNIX listserv as well but thought us regular
>users might have some insights.
>
>-
>
>I am hoping someone one this list has seen this problem and has a
>solution.
>
>When I use oedit or obrowse in OMVS I get an error back stating:
>
>Errno=81x No such file or directory exists; Reason=0594003Dx A
directory
>in the pathname was not found.  Press Enter to continue.
>
>The Directory field has been substituted with:
>
>Directory  ===> -u10560572 pathname
>
>When I am superuser, then it puts in -u0 before the pathname.
>
>I had the security folks check my OMVS segment and I even tried
deleting
>my ISPF profile and creating a new one.  Nothing seems to be helping.
>
>Anyone have any ideas?
>
>Sean Smith
>Bank of America
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: oedit/obrowse invalid directory: Errno=81x

2008-06-12 Thread Hunkeler Peter (KIUK 3)
>Is it possible that the version of OEDIT in your SYSPROC/SYSEXEC 
>concatenation is out of date? When you invoke /bin/oedit from the 
>shell, it invokes OEDIT under ISPF using the -u parm to specify the 
>OMVS uid in use. Maybe that parm isn't being parsed correctly and 
>so is being treated as the directory,

That must be it! oedit did not always change the euid in support
of using oedit from a uid=0 shell.

-- 
Peter Hunkeler
Credit Suisse

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: oedit/obrowse invalid directory: Errno=81x

2008-06-12 Thread Big Iron
Is it possible that the version of OEDIT in your SYSPROC/SYSEXEC 
concatenation is out of date? When you invoke /bin/oedit from the shell,
it invokes OEDIT under ISPF using the -u parm to specify the OMVS uid in
use. Maybe that parm isn't being parsed correctly and so is being
treated as the directory,

Bill

On Wed, 11 Jun 2008 14:54:41 -0700, Smith, Sean M
<[EMAIL PROTECTED]> wrote:

>I sent this to the IBM-UNIX listserv as well but thought us regular
>users might have some insights.
>
>-
>
>I am hoping someone one this list has seen this problem and has a
>solution.
>
>When I use oedit or obrowse in OMVS I get an error back stating:
>
>Errno=81x No such file or directory exists; Reason=0594003Dx A directory
>in the pathname was not found.  Press Enter to continue.
>
>The Directory field has been substituted with:
>
>Directory  ===> -u10560572 pathname
>
>When I am superuser, then it puts in -u0 before the pathname.
>
>I had the security folks check my OMVS segment and I even tried deleting
>my ISPF profile and creating a new one.  Nothing seems to be helping.
>
>Anyone have any ideas?
>
>Sean Smith
>Bank of America
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: oedit/obrowse invalid directory: Errno=81x

2008-06-12 Thread Big Iron
Is it possible that there is a problem with:
1. the home directory in your OMVS profile OR
2. the shell program defined in your OMVS profile?

Bill

On Wed, 11 Jun 2008 14:54:41 -0700, Smith, Sean M
<[EMAIL PROTECTED]> wrote:

>I sent this to the IBM-UNIX listserv as well but thought us regular
>users might have some insights.
>
>-
>
>I am hoping someone one this list has seen this problem and has a
>solution.
>
>When I use oedit or obrowse in OMVS I get an error back stating:
>
>Errno=81x No such file or directory exists; Reason=0594003Dx A directory
>in the pathname was not found.  Press Enter to continue.
>
>The Directory field has been substituted with:
>
>Directory  ===> -u10560572 pathname
>
>When I am superuser, then it puts in -u0 before the pathname.
>
>I had the security folks check my OMVS segment and I even tried deleting
>my ISPF profile and creating a new one.  Nothing seems to be helping.
>
>Anyone have any ideas?
>
>Sean Smith
>Bank of America
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



oedit/obrowse invalid directory: Errno=81x

2008-06-11 Thread Smith, Sean M
I sent this to the IBM-UNIX listserv as well but thought us regular
users might have some insights.

-

I am hoping someone one this list has seen this problem and has a
solution.

When I use oedit or obrowse in OMVS I get an error back stating:

Errno=81x No such file or directory exists; Reason=0594003Dx A directory
in the pathname was not found.  Press Enter to continue.

The Directory field has been substituted with:

Directory  ===> -u10560572 pathname

When I am superuser, then it puts in -u0 before the pathname.

I had the security folks check my OMVS segment and I even tried deleting
my ISPF profile and creating a new one.  Nothing seems to be helping.

Anyone have any ideas?

Sean Smith
Bank of America

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html