PDA

View Full Version : [CLOSED]VVCALL Error



GordS
04-21-2010, 06:55 PM
I am getting the following error when I run a new program that I just created. Here is the error messages:

Cannot resolve to object APSUSER. Type and Subtype X'0201' Authority
X'0000'.
Function check. MCH3401 unmonitored by VVCALL at statement 0000026300,
instruction X'0000'.
Error occurred while calling program or procedure APSUSER (C G D F).

The user is authorized to the group and option. I am not sure what is wrong. The error should handle more gracefully and give the user a hint at what they need to do so they can fix the problem

richard.milone
04-21-2010, 07:04 PM
I moved this to the Valence Community Support forum since it is not a Valence bug. This message simply means that the APSUSER object cannot be found. It's the exact same message that would appear if an object is not found when calling under any other method, i.e., outside of Valence. Are you sure that the APSUSER object exists and is in the environment library list? If you have recently changed the library list then the server instance needs to be restarted. Error messages also appear in more detail in the portal administration program located on the nav tree at Administration-->Monitor-->Errors.

GordS
04-21-2010, 10:16 PM
The error message had something about authority which thru me off. I usually see program or object not in *LIBL. I added the library that the program is in to the environment library list and it works well. Thanks for your help.