325 pts.
 AS/400 profile error
My profile is created few days back and whenever i login i am getting this message:

 

[strong]Message ID . . . . . . :   CPA0701       Severity . . . . . . . :   99          Message type . . . . . :   Inquiry                                              Date sent  . . . . . . :   09/22/09      Time sent  . . . . . . :   13:19:00                                                                                    Message . . . . :   CPF0001 received by SCC001 at 10100. (C D I R)              Cause . . . . . :   Control language (CL) program SCC001 in library SECLIB        detected an error at statement number 10100. Message text for CPF0001 is:       Error found on CALL command.                                                  Recovery  . . . :   This inquiry message can be avoided by changing the           program. Monitor for the error (MONMSG command) and perform error recovery      within the program. To continue, choose a reply value.                        Possible choices for replying to message . . . . . . . . . . . . . . . :          C -- Cancel the CL program.                                                     D -- Dump the CL program variables and cancel the CL program.                   I -- Ignore the failing command.                                                R -- Try the failing command again.                                          [/strong] Please help....



Software/Hardware used:
ASKED: September 23, 2009  11:51 AM
UPDATED: September 24, 2009  8:27 PM

Answer Wiki:
Looks like the initial program for the USRPRF is SCC001 in library SECLIB. What is the statment at line # 101.00? That is where the error is occuring. It could be an authorization problem. Next time you signon with that profile, take the 'D' option. That will give you a dump and should detail what is causing the error. -- If you still have a problem you can send me the dump at charliebrowne99@gmail.com and I will take a look at it, --------------------------- Errors signing on usually create a spool file under the User ID. See if you have one for the User ID and hunt through it for the first error. Voodoo ---------------------------
Last Wiki Answer Submitted:  September 23, 2009  2:41 pm  by  CharlieBrowne   32,785 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,785 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

at statement 10100 it is written that there is some problem calling the program….

10100 – CALL PGM(CATLIB/KUNL12)
Message . . . . : Program KUNL12 in library CATLIB not found.
Message . . . . : Error found on CALL command.
Message . . . . : CPF0001 received by SCC001 at 10100. (C D I R)

 325 pts.

 

Some part of the signon program specified in your user profile is calling the program CATLIB/KUNL12 but it’s no longer there. You will need to either find and replace that missing program, Fix the signon program or use a different signon program.

Use DSPUSRPRF and look for:
Initial program to call . . . . *NONE
Library . . . . . . . . . . .

 1,720 pts.

 

Type wrkobj *allusr/KUNL12 *pgm. The program may exist in another library that you may then copy back to library CATLIB.

 5,665 pts.