> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of CICS Guy > Sent: Friday, December 28, 2007 11:44 AM > To: [email protected] > Subject: FTP Failure > > > Can anybody hazard a guess of what I'm lacking? > I tracked down (as best I could) the reason codes but could > not really seem to relate them to anything in the UNIX System > Services Messages and Codes..... >
<snip> > ===> ftp > > > > CEE5101C During initialization, the callable service BPX1MSS > failed. The system > return code was 0000000156 , the > > reason code was 0B0C00FB . The application will be > terminated. [snip] The key is the code 0B0C00FB, which means "JRSAFUserNoOMVS: The user ID is not authorized to use OMVS". In other words, your RACF id does not have an OMVS segment and neither has a default OMVS userid been set up for use by ids which do not have an OMVS segment. It appears that in your shop, the only people who are allowed to do ftp must have an individual OMVS segment. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

