Operating System - OpenVMS
1752401 Members
5643 Online
108788 Solutions
New Discussion юеВ

Re: about error SYSTEM-V-ACCVIO

 
SOLVED
Go to solution
Lionel Liu
Advisor

about error SYSTEM-V-ACCVIO

I have an application created by Powerhouse (Quiz, Quick,Qtp) to access RDB databasse. One of our user run into the the following error message

%SYSTEM-E-ACCVIO, access violoation, reason mask=!xb, virtual address=!XH,PC=!XL
%NONAME-W-NOMSG,Message number 00000000

Is there anybody know what error could be?
where is documentation to find the SYSTEM-E-ACCVIO detail description?

Thanks very much

Lionle
7 REPLIES 7
Bojan Nemec
Honored Contributor

Re: about error SYSTEM-V-ACCVIO

Lionel,

This is a very frequent error. It means that the program try to access a part of memory and have no rigts to do so. The accessing memory can be read only and the program is trying to write to it. Or that part can not be even read in the current process mode. This error, most times, means bad programming.

To get more informations, try:

$ HELP/MESSAGE ACCVIO

Bojan
Kris Clippeleyr
Honored Contributor
Solution

Re: about error SYSTEM-V-ACCVIO

Lionel,

For information on condition values returned by programs, routines, et alia, consult the "OpenVMS System Messages: Companion Guide for Help Message Users" at
http://h71000.www7.hp.com/doc/73final/6023/6023pro.html

Btw, a SYSTEM-E-ACCVIO is strange, it should be a SYSTEM-F-ACCVIO, and all the directives (!XB, !XH, etc.) should have been replaced with something meaningful.
Access violation is a severe or fatal error, not a simple error. ACCVIO normally had the value 12 (decimal), SYSTEM-E-ACCVIO would indicate that the program returned a value of 10 (decimal), also the NONAME-W-NOMSG indicates that the program returns something (in this case a value of 0) that is unknown to VMS. Have a good look at the app, something is definitely wrong.

Regards,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Ian Miller.
Honored Contributor

Re: about error SYSTEM-V-ACCVIO

the ACCVIO condition code is being reported indirectly. Normally you would see a stack traceback. However some system services will return ACCVIO as a return status if they are passed data by reference they can't access.

Could the full error report be in a log file somewhere?
____________________
Purely Personal Opinion
Kris Clippeleyr
Honored Contributor

Re: about error SYSTEM-V-ACCVIO

Lionel,

Could it be that you have two (2) ITRC profiles?

http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1250859&forumId=1

http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1253728&forumId=1

See also the remark I posted in thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825970

Regards,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Lionel Liu
Advisor

Re: about error SYSTEM-V-ACCVIO

Yes, I got two profile, At first, I register one, But I could find my user id and password, Then I registered the second one. I am not sure if there is problem.
Kris Clippeleyr
Honored Contributor

Re: about error SYSTEM-V-ACCVIO

Lionel,


I am not sure if there is problem.


No, non at all.

Greetz,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Tim Medhurst
New Member

Re: about error SYSTEM-V-ACCVIO

Hi Lionle,

FYI, We had this problem starting around October of last year and eventually after much mucking around with Cognos, they supplied us with a patch.

Additionally we have found we needed to recompile the QTPs we were having problems with.

I suggest you contact Cognos support and see if it applies to you and whether you can get a copy.

Cheers,
Tim Medhurst
C/- LogicaCMG
Hobart, Australia.