Author |
Message
|
RogerLacroix |
Posted: Fri Mar 02, 2007 9:31 am Post subject: Another z/OS question |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
All,
This a non-MQ question.
Can anyone tell me what system dataset on z/OS has the BPX1PWD module?
My assembler code compiles fine but I get a link error about missing BPX1PWD module. I have Googled and searched but I cannot figure out what system dataset has BPX1PWD.
Any help would be greatly appreciated.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
LuisFer |
Posted: Sat Mar 03, 2007 3:47 am Post subject: Re: Another z/OS question |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
I've found the BPX1PWD module in SYS1.CSSLIB.
Regards |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Mar 12, 2007 9:19 pm Post subject: Re: Another z/OS question |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
LuisFer wrote: |
I've found the BPX1PWD module in SYS1.CSSLIB. |
Thanks.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Apr 17, 2007 10:08 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Help!
I'm getting a strange reason code 143 (x'008f') from BPX1PWD. Does anyone know what this means?
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
zpat |
Posted: Tue Apr 17, 2007 11:13 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Assuming this is like BPX in CTG then
Quote: |
Explanation:
If a zero length password is given then the return code is -2, otherwise this displays the return code from the __passwd call used to authenticate the username and password. If the return code is not zero then errno and errno2 were set by the call. Refer to the problem determination section of the z/OS Administration Guide for further details of security errors. Here is a brief list of possible return codes: 111 - EACCES - The password was not authorized. 121 - EINVAL - The userid or password was invalid. 143 - ESRCH - The userid was unknown or not defined to the kernel. 157 - EMVSERR - The __passwd is not supported in an address space where a load was done from an uncontrolled library. 163 - EMVSSAFEXTRERR - The userid access has been revoked. 164 - EMVSSAF2ERR - Internal processing error. 168 - EMVSEXPIRE - The password has expired. 169 - EMVSPASSWORD - The new password was not valid, or did not meet the installation-exit requirements.
If the return code is non-zero, see the C/C++ Run-Time Library Reference book, and refer to the section describing the __passwd() call. More detail on the reason code can be found in the UNIX System Services Messages and Codes book
|
143 - ESRCH - The userid provided as input was not defined to RACF or did not have an OMVS segment defined |
|
Back to top |
|
 |
LuisFer |
Posted: Tue Apr 17, 2007 11:18 am Post subject: |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
RogerLacroix wrote: |
Help!
I'm getting a strange reason code 143 (x'008f') from BPX1PWD. Does anyone know what this means?
Regards,
Roger Lacroix
Capitalware Inc. |
Roger:
can you put the message that include this reason (especially the message Code)
(By example
GLD0192A Secure communication failed to activate for IP address: xxx.xxx.xxx.xxx, port: xxx; reason code: -3000. |
|
Back to top |
|
 |
LuisFer |
Posted: Tue Apr 17, 2007 11:35 am Post subject: |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
zpat wrote: |
Assuming this is like BPX in CTG then
Quote: |
Explanation:
If a zero length password is given then the return code is -2, otherwise this displays the return code from the __passwd call used to authenticate the username and password. If the return code is not zero then errno and errno2 were set by the call. Refer to the problem determination section of the z/OS Administration Guide for further details of security errors. Here is a brief list of possible return codes: 111 - EACCES - The password was not authorized. 121 - EINVAL - The userid or password was invalid. 143 - ESRCH - The userid was unknown or not defined to the kernel. 157 - EMVSERR - The __passwd is not supported in an address space where a load was done from an uncontrolled library. 163 - EMVSSAFEXTRERR - The userid access has been revoked. 164 - EMVSSAF2ERR - Internal processing error. 168 - EMVSEXPIRE - The password has expired. 169 - EMVSPASSWORD - The new password was not valid, or did not meet the installation-exit requirements.
If the return code is non-zero, see the C/C++ Run-Time Library Reference book, and refer to the section describing the __passwd() call. More detail on the reason code can be found in the UNIX System Services Messages and Codes book
|
143 - ESRCH - The userid provided as input was not defined to RACF or did not have an OMVS segment defined |
zpat grand master i write too late |
|
Back to top |
|
 |
|