MA540 - Attempt to access item beyond bounds of memory Error

Sort:
You are not authorized to post a reply.
Author
Messages
Rabie K
New Member
Posts: 2
New Member
    Hi all,
    I have a scenario where our Job MA540 fails and goes into "Needs Recovery" when we do the matching on an Invoice that has taxes in MA54 and try to run MA540 it goes to "Needs Recovery" with the following Generic Cobol message : \n

    Execution error : file 'D:\lawlsf\apps\lsfprod\obj\MA540.gnt' \n
    error code: 114, pc=0, call=1, seg=0
    114 Attempt to access item beyond bounds of memory (Signal 11)

    I recompiled the program with trace on, and I see that it fails at the subroutine 900-CALC-VERTEX-TAX ( as we are using Vertex for taxation ) the generated mdfebug file shows the following :

    D:\Cobol\Base\Bin\WIN64\run.exe caused an exception at address : 0x00000001800404F5
    Exception type - EXCEPTION_ACCESS_VIOLATION on Read. Address 0x0000000000001720

    Registers:

    RAX 000000000012E048 RBX 0000000000000012
    RCX 0000000000000000 RDX 00000000031887B0
    ESI 00000000016B89D0 EDI 00000000016BAAB0
    R8 0000000000000000 R9 0000000000000000
    R10 00000000002F0FB0 R11 000000000012DDF2
    R12 00000000016D4649 R13 00000000016D4775
    R14 00000000016B8862 R15 000000000000000F
    RIP 00000001800404F5 RSP 000000000012DFD0
    RBP 000000000012F938 Flags 00010202

    Error occurred in : D:\vertex\qsut\utils\Vst.dll, loaded at 0x0000000180000000

    I verified the permission to the Vst.dll and it is wide open to everyone, we are able to run other programs that interact with Vertex just fine, I have ever run the vertex test and everything looked okay to me.

    Any Idea how to deal with this issue or someone had similar issue in the past ?

    OS : Windows 2008 R2
    S3 9.0.1.11

    Thank you

    Thank you


    You are not authorized to post a reply.