× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I have a password validation/sync program (PWDVLD) on a v7r3 system that's called for exit point QIBM_QSY_VLD_PASSWRD exit point, format VLDP0100.

The program makes sure the new password is all uppercase (it's synchronizing with a v5r4 system that's at password level zero) and 10 characters or less (that's the validation part).

Then it uses RUNRMTCMD to run a program on the v5r4 system to change the password there. Any messages from RUNRMTCMD are sent back to the v7r3 system as a QSYSPRT spool file.

The PWDVLD program then declares a cursor, prepares it, and opens it for

 SELECT ORDINAL_POSITION, SPOOLED_DATA +
  FROM TABLE(SYSTOOLS/SPOOLED_FILE_DATA(+
         JOB_NAME =>''*''+
       , SPOOLED_FILE_NAME =>''QSYSPRT''))
 ORDER BY ORDINAL_POSITION+

Then it fetches the contents and displays them.

All that works most of the time.  For some users though, the first fetch gets the following errors:

 Cursor CS opened.
 Initiate thread returned error number EBUSY (3029)
 Job type: I, Job Subtype:  , Job Phase: Program
 Thread Enabled: No, Allow secondary threads: No
 Allow modification of secondary threads attribute: Yes
 Maximum number threads: 32768, Current number threads: 1
 Threads error;  reason code 0001.
 User-defined function error on member QSQPTABL.
 User-defined function error on member QSQPTABL.
 Trigger program or external routine detected an error.
 DSPLY  Fetch cs error. SQLSTATE=38501

I set up a test user for which I can reliably replicate this problem. The only thing different from another user that works is the test user has an expired password, so during signon it automatically went to the CHGPWD routine, which calls PWDVLD.

Any idea why this would cause the above errors?

--
*Peter Dow* /
Dow Software Services, Inc.
909 793-9050
petercdow@xxxxxxxxx <mailto:petercdow@xxxxxxxxx>
pdow@xxxxxxxxxxxxxx <mailto:pdow@xxxxxxxxxxxxxx> /



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.