• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

call to changepass failed on login

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • call to changepass failed on login

    We are getting this on password change.

    Thanks
    Jim Malugin

    Message . . . . : The call to CHANGEPASS ended in error (C G D F).
    Cause . . . . . : RPG procedure VVLOGIN in program VALENCE42/VVLOGIN at
    statement 018700 called program or procedure CHANGEPASS, which ended in
    error. If the name is *N, the call was a bound call by procedure pointer.
    Recovery . . . : Check the job log for more information on the cause of the
    error and contact the person responsible for program maintenance.
    Possible choices for replying to message . . . . . . . . . . . . . . . :
    D -- Obtain RPG formatted dump.
    S -- Obtain system dump.
    G -- Continue processing at *GETIN.
    C -- Cancel.

  • #2
    I just checked our test systems and change password is working in all test cases. Can you look at the joblog and post back any additional relevant information?

    Comment


    • #3
      Will do.

      Jim

      Comment


      • #4
        Richard, it looks like it only occurs if the password has expired. Below is a message fro the job log.
        Length of varying length variable is out of range.
        Function check. RNX0115 unmonitored by VVSRVPGM at statement 0000006300,
        instruction X'0000'.
        The call to CHANGEPASS ended in error (C G D F).

        Thanks
        Jim Malugin

        Comment


        • #5
          I believe the next Valence 4.2 maintenance release, which is due out this week, will resolve this issue.

          In the meantime, you can workaround the issue by issuing the following command in STRSQL:
          UPDATE VVUSERS SET VVLSMETHOD='IBMI' WHERE VVLSMETHOD=' '

          -Rob

          Comment

          Working...
          X