[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

60.0. "DTR: Which shareable image should I use to relink?" by HGOVC::WONGKALOK () Thu Feb 20 1992 06:29

    My system has been upgraded from 2.3 to 2.4 recently.
    
    I have an application called SAGA which requires ALL-IN-1 linked with
    DTR.  I've tried relinked the image with 2 different DTR and got
    different results:
    
    Image name		Result
    
    DTRSHR (default)	The relink is clean.  But,
    			The response time of the resulting image is much
    			slower than the one I used before.
    
    DTRSHRFM		The relink gave a lot of -I- and -W- messages.
    			The running the resulting image caused error
    			messages in the application.
    
    Are there other image names to use?
    
    Regards,
    Adam.
T.RTitleUserPersonal
Name
DateLines
60.1An explanation . . . but not much help, I'm afraidSHALOT::LAMPSONWhatever ya do, ya gotta have FUN!Thu Feb 20 1992 14:3211
        In general, the default Datatrieve sharable image is DTRSHR. 
        However, Datatrieve lets you run multiple versions on the same
        system.  When you install multiple copies of Datatrieve, it lets
        you pick the name of the sharable image.  This is why you are
        asked the image name to use.
        
        I don't know why your Datatrieve link has slowed down and I also
        don't know what DTRSHRFM is.  I could just be an alternate version
        of Datatrieve.
        
        _Mike
60.22 links with FMS?SIOG::T_REDMONDThoughts of an Idle MindFri Feb 21 1992 14:584
    Would DTRSHRFM be a version of DATATRIEVE linked with FMS?  That
    explains the various messages generated by the ALL-IN-1 link...
    
    Tony
60.3Problem linking ALl-IN-1 with DTR, Help !CURRNT::DAWPizzazz-manThu Mar 05 1992 11:4435
Hi,

I've just taken over system managing a machine with ALL-IN-1. I need to re-link
ALL-IN-1 with Datatrieve, but am experiencing some problems. Can anyone help ?

I tried to re-link ALL-IN-1 V2.4 from a privileged account using A1LNKDRV.COM
in order to incorporate Datatrieve. The questions were answered in the usual
way, but fell over with error messages :

"error opening [TESTINSTALL5]OADPESHR.OBJ "
"error opening MISSING:[MISSING]OA$MAIN.EXE"
"error opening MISSING:[MISSING]XPORT.OLB
"error opening SYS$COMMON:[SYSLIB]DPESHR.EXE
MISSING:[MISSING]XPORT.OLB

I found that DPESHR.EXE was not in SYS$COMMON:[SYSLIB]. Why this is I don't
know.

Thinking this was the problem, I copied over this image from another
machine and re-linked. All error messages were resolved, and I got the message
"relinking ALL-IN-1". Fine. But then it just hangs. I left over night,
thinking it just takes a long time. But no luck. Can anyone help ?

I have checked :
(a) same versions of ALL-IN-1 on this and the machine I copied the image from.
(b) diskquotas, security of DPESHR.EXE.
(c) running the procedure from [ALLIN1.SOURCES]

All .OPT, .OBJ, .OLB files etc. are produced OK in the account I am linking
from. Unfortunately, the machine is unavailable for a week now, so I guess
it's time to ask for help having tried several things.

Regards,

Rob
60.4Probably still missing a fileIOSG::SHOVEDave Shove -- REO-D/3CThu Mar 05 1992 15:5817
    The linker hangs usually when it can't find a file.
    
    To find out which file it's missing, set the DCL symbol A1$DEBUG to 1
    before running A1LNKDRV
    
    $a1$debug==1
    $@a1lnkdrv
    
    You'll then get a fair amount of extra output, at the end of which youn
    will see the linker options file. The line it stops at is (probably)
    the missing file.
    
    Also, the linker is apt to get upset if the files it's processing are
    referred to by logical search lists (unless they're in the first
    translation of the logical).
    
    D.