AS/400 profile error
275 pts.
0
Q:
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....

ASKED: Sep 23 2009  11:51 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
1720 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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 Answered: Sep 23 2009  2:41 PM GMT by Voodoovw   1720 pts.
Latest Contributors: CharlieBrowne   6540 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Herbina   275 pts.  |   Sep 23 2009  6:56PM GMT

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)

 

Voodoovw   1720 pts.  |   Sep 23 2009  8:39PM GMT

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 . . . . . . . . . . .

 

Whatis23   4040 pts.  |   Sep 24 2009  8:27PM GMT

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

 
0