<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: about error SYSTEM-V-ACCVIO in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496423#M67442</link>
    <description>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.&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Mar 2005 10:58:43 GMT</pubDate>
    <dc:creator>Lionel Liu</dc:creator>
    <dc:date>2005-03-03T10:58:43Z</dc:date>
    <item>
      <title>about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496418#M67437</link>
      <description>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&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-E-ACCVIO, access violoation, reason mask=!xb, virtual address=!XH,PC=!XL &lt;BR /&gt;%NONAME-W-NOMSG,Message number 00000000&lt;BR /&gt;&lt;BR /&gt;Is there anybody know what error could be?&lt;BR /&gt;where is documentation to find the SYSTEM-E-ACCVIO detail description?&lt;BR /&gt;&lt;BR /&gt;Thanks very much&lt;BR /&gt;&lt;BR /&gt;Lionle&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2005 16:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496418#M67437</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-03-02T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496419#M67438</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;To get more informations, try:&lt;BR /&gt;&lt;BR /&gt;$ HELP/MESSAGE ACCVIO&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 02 Mar 2005 17:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496419#M67438</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-03-02T17:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496420#M67439</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;For information on condition values returned by programs, routines, et alia, consult the "OpenVMS System Messages: Companion Guide for Help Message Users" at&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6023/6023pro.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6023/6023pro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Thu, 03 Mar 2005 02:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496420#M67439</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-03-03T02:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496421#M67440</link>
      <description>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.&lt;BR /&gt;&lt;BR /&gt;Could the full error report be in a log file somewhere?</description>
      <pubDate>Thu, 03 Mar 2005 10:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496421#M67440</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-03T10:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496422#M67441</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;Could it be that you have two (2) ITRC profiles?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1250859&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1250859&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1253728&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1253728&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See also the remark I posted in thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825970" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825970&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 10:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496422#M67441</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-03-03T10:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496423#M67442</link>
      <description>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.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 10:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496423#M67442</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-03-03T10:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496424#M67443</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I am not sure if there is problem.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;No, non at all.&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 13:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496424#M67443</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-03-03T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: about error SYSTEM-V-ACCVIO</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496425#M67444</link>
      <description>Hi Lionle,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Additionally we have found we needed to recompile the QTPs we were having problems with.&lt;BR /&gt;&lt;BR /&gt;I suggest you contact Cognos support and see if it applies to you and whether you can get a copy.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Tim Medhurst&lt;BR /&gt;C/- LogicaCMG&lt;BR /&gt;Hobart, Australia.</description>
      <pubDate>Tue, 22 Mar 2005 00:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-error-system-v-accvio/m-p/3496425#M67444</guid>
      <dc:creator>Tim Medhurst</dc:creator>
      <dc:date>2005-03-22T00:42:05Z</dc:date>
    </item>
  </channel>
</rss>

