[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

3004.0. "OA$FORM_INFO: causes acc vio in Batch" by BRSDVP::WOOD (I couldn't resist the fish!) Wed Jul 14 1993 10:50

I came across a little limitation, I was wondering if it's expected behaviour
and the doc needs updating or whether it is really a problem.

Submit the following com file to your local batch queue;

$       allin1/reenter/noinit
oa$ini_init
get cli$a1dir = profil.direct[oa$user]
GET #TEMP = OA$FORM_INFO:phpent.ND_ENTRY[".FILE"]
exit
$exit

Exactly the same done interactively works fine.

Is it due to FMS?


Cheers,
Andy
T.RTitleUserPersonal
Name
DateLines
3004.1IOSG::CARLINDick Carlin IOSG, Reading, EnglandWed Jul 14 1993 11:465
    Andy
    
    In what way did it not work? (Does that make sense?)
    
    Dick
3004.2Yes it made sense, I should have been more explicitBRSDVP::WOODI couldn't resist the fish!Wed Jul 14 1993 12:1936
re .1 

It didn't work in the following sort of way :-)


Cheers,
Andy



%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000064, P4

  Improperly handled condition, image exit forced.

        Signal arguments              Stack contents

        Number = 00000005                00000000
        Name   = 0000000C                00000000
                 00000000                29FC0000
                 00000064                7FD7B850
                 0019F100                7FD7B83C
                 03C00004                0033C4A1
                                         0037B230
                                         00000014
                                         00298091
                                         00000000

        Register dump

        R0 = 0029811A  R1 = 00000000  R2 = 0037B230  R3 = 00000000
        R4 = 00298091  R5 = 00075488  R6 = 001DFFA4  R7 = 001A79E0
        R8 = 001AF917  R9 = 001A77BA  R10= 001AF731  R11= 001ADB24
        AP = 7FD7B7B8  FP = 7FD7B778  SP = 7FD7B7F4  PC = 0019F100
        PSL= 03C00004
                                                            

3004.3IOSG::CARLINDick Carlin IOSG, Reading, EnglandWed Jul 14 1993 15:019
    Yes, it is a problem (but you knew that anyway :-) 
    
    It's a combination of FMS related activity (OA$FORM_INFO) followed by
    trying to reset to the current form, and because you don't have a
    current form it blows.
    
    SPR it.
    
    Dick