[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

2230.0. "shareable images must be installed ..." by MLNTSC::MANENTI () Mon Feb 08 1993 15:18

	Hi,

	at a big customer site (AGIP) happens that, after a system
	reboot, the ALL-IN-1 v3.0 Italian (linked with CDA 2.0) is not 
	completely installed.
	
	The A1V30START.COM aborts during the ALL-IN-1 image activation
	signaling the following error message:
	
$ ALLIN1 /NOINIT /OVERRIDE /LANGUAGE = ITALIAN
%DCL-W-ACTIMAGE, error activating image XDPS$DPSLIBSHR
-CLI-E-IMGNAME, image file $1$DIA0:[SYS0.SYSCOMMON.][SYSLIB]XDPS$DPSLIBSHR.EXE;1
-SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged 
image

	I tried to manually install all the images required and I re-execute 
	the A1V30START until it completed successfully.

	The images not found installed were:
	
	XDPS$DPSLIBSHR
	XDPS$DPSCLIENTSHR
	DDIF$VIEWSHR
	DNS$RTL
	DNS$SHARE

	The A1V30START procedure contains two subroutines that provides
	to install the above images (START_FC_SERVER and START_CDA) but
	they are called after the ALL-IN-1 image activation with
	consequent procedure abort.

	As workaround I added:
	
	@device:[allin1.lib_share]oa$cda_startup.com
	@sys$startup:oafc$sysstartup.com
	
	before to execute the A1V30START procedure.
	
	I would like to know if someone has observed the same problem
	and if there's an official solution.

	Many thanks in advance.
	
						Bye
			
						Graziella 
						TSC Italy
	
T.RTitleUserPersonal
Name
DateLines
2230.2A more expansive responseAIMTEC::WICKS_AWALES 10 England 9Mon Feb 08 1993 22:0815
    Graziella,
    
    See note 20 for some discussion on the CDA images (though it talks
    mostly about ALL-IN-1 v2.4) as for the DNS one I bet that you haven't
    started DNS in SYSTARTUP_V5. Actually it occurred to me that you
    probably haven't started DECwindows either and that's the cause
    of the XDPS ones.
    
    Note that you've only fixed the symptom and not the cause on the customer's
    system - you should remove the workaround and ensure that A1V30START
    runs correctly in the way it was intended to.       
    
    Regards,
    
    Andrew.D.Wicks
2230.3Other thoughtsIOSG::MARCHANTI'm pink therefore I'm SPAMMon Feb 08 1993 23:3416
>	reboot, the ALL-IN-1 v3.0 Italian (linked with CDA 2.0) is not 

    What do you mean by `CDA 2.0'?  Converter libraries or CDArt or ... ?

>$ ALLIN1 /NOINIT /OVERRIDE /LANGUAGE = ITALIAN
>%DCL-W-ACTIMAGE, error activating image XDPS$DPSLIBSHR
>-CLI-E-IMGNAME, image file $1$DIA0:[SYS0.SYSCOMMON.][SYSLIB]XDPS$DPSLIBSHR.EXE;1
>-SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged 
>image

    Interesting that this occurs /NOINIT .  This implies to me that deferred
    image activation is not being used.  Did the customer relink *without*
    deferred image activation?  Have they added any third party packages?

    Cheers,
        Paul.
2230.4Standard system should be fine...UTRTSC::SCHOLLAERTRoadrunner coming soonTue Feb 09 1993 08:0317
	Hello,

        On a "standard" VMS 5.5.x system, 

        XDPS$DPSLIBSHR, XDPS$DPSCLIENTSHR and DDIF$VIEWSHR
        are installed by DECwindows.

        DNS$RTL is installed by ALL-IN-1.
        DNS$SHARE is installed by DECnet.

        Regards,

        Jan
                                                                                


                                                               
2230.5DECWindows Motif required for CDA SupportMLNTSC::MANENTIMon Feb 15 1993 13:1428
	Hi again,

	sorry that I have not replied immediately but I have been 
	away for the past week. 

re .2
>       On a "standard" VMS 5.5.x system, 

>       XDPS$DPSLIBSHR, XDPS$DPSCLIENTSHR and DDIF$VIEWSHR
>       are installed by DECwindows.
	
	The DECWindows startup command procedure that should be install
	the above images is DECW$STARTAPPS.COM; this procedure, supplied
	with DECWindows v5.4 does not do it, while DECW$STARTAPPS supplied
	with DECWindows Motif 1.1 contains the installation of the images.
	
	So, I think that DECWindows Motif is a software requirement
	for the CDA support but is not clearly documented! Am I correct?

	Many thanks for your help.

					Bye

					Graziella

 

	
2230.6DECwindows , MOTIF or CDAPAT011UTRTSC::SCHOLLAERTRoadrunner coming soonMon Feb 15 1993 16:4535
    Hello Graziella,
    
->       XDPS$DPSLIBSHR, XDPS$DPSCLIENTSHR and DDIF$VIEWSHR
->       are installed by DECwindows.
-	
-	The DECWindows startup command procedure that should be install
-	the above images is DECW$STARTAPPS.COM; this procedure, supplied
-	with DECWindows v5.4 does not do it, while DECW$STARTAPPS supplied
-	with DECWindows Motif 1.1 contains the installation of the images.
-	
-	So, I think that DECWindows Motif is a software requirement
-	for the CDA support but is not clearly documented! Am I correct?
    
                                                                              
    CDA requires "CDA Base Services".
                                                                 
    CDA Base Services is part of DECwindows, MOTIF and
    supplied by CDAPAT011 (which is part of the ALL-IN-1 V3.0
    distribution).
    
    Analyzing the image DDIF$VIEWSHR.EXE which is part of 
    "CDA Base Services"  will show that the MOTIF verion is linked
    against XDPS$DPSLIBSHR and XDPS$DPSCLIENTSHR. 
    The CDAPAT011 version is not.
    
    Confused,
    
    I am.
    
    Jan    

 

	
    
2230.7simple answerIOSG::MARCHANTI'd sink therefore I swamMon Feb 15 1993 23:4614
    Prerequisites are documented in the installation guide.

    For CDA support we have:
    - CDA itself requires DECwindows, so you must install DECwindows.
    - DECwindows Motif is *not* a requirement.
    - For non-Motif versions of DECwindows, you must also install the
      CDAPAT011 kit.
    - For DECwindows Motif V1.0, you must also install the CDAPAT011 kit.
    - If you subsequently install DECwindows Motif V1.0, you must
      *re-install* the CDAPAT011 kit.
    - Later versions of DECwindows Motif do *not* require CDAPAT011.

    Cheers,
        Paul.
2230.9Simple ?UTRTSC::SCHOLLAERTRoadrunner coming soonTue Feb 16 1993 07:4124
    re .7
    
    Hello Paul,
    
>    - CDA itself requires DECwindows, so you must install DECwindows.
    
    The SSA of CDA 2.0 states different. Software requirement:
    
     o  CDA Runtime Services for OpenVMS V1.4
        (also known as CDA Base Services) 
    
    Correct me if I am wrong. I thought 
    
    * CDAPAT011 		is V1.4.
    * DECwindows Motif V1.0  	contains V1.5
    * DECwindows Motif V1.1  	contains V1.6
    * CDArt V1.0                is V1.7
    
    So installing CDAPAT011 on top of Motif V1.0 does not make sense to
    me.
    
    Regards,
    
    Jan

2230.10CDAPAT011 contains a patch as wellHORLIX::paulI'd sink therefore I swamTue Feb 16 1993 11:1326
>    Correct me if I am wrong. I thought 
>    
>    * CDAPAT011 		is V1.4.
>    * DECwindows Motif V1.0  	contains V1.5
>    * DECwindows Motif V1.1  	contains V1.6
>    * CDArt V1.0                is V1.7
>    
>    So installing CDAPAT011 on top of Motif V1.0 does not make sense to
>    me.

    CDAPAT011 contains CDA V1.4 *and* a patched V1.5 CDA$ACCESS.EXE (in
    the saveset the patched version is called CDA$ACCESS_A1.EXE, it gets
    renamed when installed.)

    Despite the version numbering, V1.4 came out after V1.5 (!) and V1.4
    contained a bug fix in the ALL-IN-1 support.  Installing Motif V1.0
    would lose this bug fix, so you re-install CDAPAT011 and the above
    fixed version of CDA$ACCESS is provided.

    Whilst CDArt doesn't require DECwindows, other versions of CDA do
    require DECwindows.  So perhaps I should amend my first point to be:
    - Unless explicitly stated otherwise, CDA requires DECwindows.  So,
      you must install DECwindows.

    Cheers,
	Paul.
2230.12..also problems!MLNTSC::MANENTITue Feb 16 1993 15:5738
Re. 3
	
	..for more infos ...

	Environment: VMS v5.5-2

	ALL-IN-1 Italian v3.0 is configured with:
	
	DTR v6.0
	WPS-PLUS v4.1
	NOTES v2.3
	CDA v2.0
	SRA v2.3
	MR V3.2

	CDAPAT011 is installed!

> Interesting that this occurs /NOINIT . This implies to me that deferred
> image activation is not being used. Did the customer relink *without*
> deferred image activation?

	What do you mean ?

	The customer relink ALL-IN-1 using the standard procedure:

	@A1LNKDRV

	...sorry but I don't know other way to relink ALL-IN-1!

	You can find the listing produced by ANAL/IMAGE of OA$MAIN.EXE
	in IOSG::NOTES$LIBRARY:NOTE-2230.TXT

	Other suggestions are more appreciated!

	Thanks!

					Bye
	

2230.13I suspect it's SRA (indirectly) causing the problemIOSG::MARCHANTI'd sink therefore I swamTue Feb 16 1993 17:3241
    I've fixed the 1571 line note.

    The ANAL/IMAGE doesn't give any more information, however:

>	Environment: VMS v5.5-2
>
>	ALL-IN-1 Italian v3.0 is configured with:
>	
>	DTR v6.0
>	WPS-PLUS v4.1
>	NOTES v2.3
>	CDA v2.0
>	SRA v2.3
>	MR V3.2
>
>	CDAPAT011 is installed!

    And DECwindows?

>
>> Interesting that this occurs /NOINIT . This implies to me that deferred
>> image activation is not being used. Did the customer relink *without*
>> deferred image activation?
>
>	What do you mean ?
>
>	The customer relink ALL-IN-1 using the standard procedure:
>
>	@A1LNKDRV
>
>	...sorry but I don't know other way to relink ALL-IN-1!

    I notice that the SRA ASSET installed.  I know nothing about SRA, but
    I'd guess that SRA (and not your customer) is forcing the relink to be
    without deferred image activation.  Your workaround in .0 is the right
    one if your customer doesn't want to remove the SRA ASSET.

    Can anybody who knows anything about SRA confirm this?

    Cheers,
        Paul.
2230.14Apparently a known feature of SRAAIMTEC::WICKS_AWALES 10 England 9Wed Feb 17 1993 06:3522
    To answer Paul's question in .3 and .13 the SRA documentation does in
    fact instruct the customer to switch off deferred image activation
    because otherwise you get loads of RTL errors.
    
    See the SRA installation guide or the SRA notes conference for all
    the gory details (the notes conference is on ASIAGO in Turin very close
    to Graziella)
    
    note also that the SRA notes file mentions an error on startup for
    DDIF$VIEWSHR as a side-effect of this and since it deals with a version of
    VMS before the XDPS and DNS stuff was introduced I bet you that you'll
    find that these are also a side-effect of SRA. 
    
    You'd need someone from the Turin office to confirm all this
    (John, Roberto?)
    
    You knew you were right didn't you Paul??
    
    Regards,
    
    Andrew.D.Wicks
    
2230.15What else can I add? ;^)TEMPRA::AGNOLIRoberto AGNOLI @TNO -DTN 871-7958Tue Mar 02 1993 13:169

	Paul and Andrew have already said it.

	SRA requires to set A1$DEFER to "0" (switch off deferred image
	activation) before relinking. The RTL warnings you get are mainly 
	due to SRA linking against VAXCRTL.

	Roberto    
2230.16Beware PFRs of VMSAIMTEC::WICKS_AI dreamt I found a working printer!Tue Mar 02 1993 19:0310
    Roberto,
    
    Thanks - I hope SRA will work on any possible future release of
    an Operating System called OpenVMS.
    
    The C RTL does appear to be more trouble than it's worth.
    
    Regards,
    
    Andrew.D.Wicks
2230.17Future?TEMPRA::AGNOLIRoberto AGNOLI @TNO -DTN 871-7958Sat Mar 06 1993 14:4121
    
	Andrew,
    
>>    Thanks - I hope SRA will work on any possible future release of
>>    an Operating System called OpenVMS.
  
	I wonder if there's any future at all for SRA :-(

	Our group is currently planning our involvement with SRA 
	for the future, so I put a note in ASIAGO::SRA to understand 
	whether people are still interested in it. Unluckily I haven't 
	seen any replies so I guess SRA is going to be retired :-(

	I've been involved with SRA since the beginning (FT of
	V1.0). I always thought it was a package that could
	be rather useful considering that many sites have
	applications based on relational databases. However
	I never saw it fly and to me this was really a pity.

	Roberto

2230.18SRA should be part of ALL-IN-1 not an ASSETIOSG::TALLETTGimmee an Alpha colour notebook...Mon Mar 08 1993 14:3014
    
    	I think it would be very sad if SRA were retired. I was under
    	the impression that it is used by quite a few customers. I recently
    	met a large IOS customer who has an entire development team
    	developing ALL-IN-1 applications, and they have just discovered
    	SRA and are carefully planning a large move of all their data
    	to it (they were asking me questions about A�DA and SRA).
    
    	I can get them to complain if you tell me who they should complain
    	to, but that is just one customer, I KNOW there are plenty of
    	others, how do we get to them?
    
    Regards,
    Paul
2230.19Please reply...TEMPRA::AGNOLIRoberto AGNOLI @TNO -DTN 871-7958Mon Mar 08 1993 15:3219
	Re .18

>>	I think it would be very sad if SRA were retired. I was under
>>    	the impression that it is used by quite a few customers. I recently
>>    	met a large IOS customer who has an entire development team
>>    	developing ALL-IN-1 applications, and they have just discovered
>>    	SRA and are carefully planning a large move of all their data
>>	to it (they were asking me questions about A�DA and SRA).

	I had the same impression when talking to people at European
	DECUS, but then we never got many requests for the kit.
 
	I strongly invite specialists who deal with customers that are 
	potential users of SRA, to reply to my note in ASIAGO::SRA. Our 
	group has no intention to drop SRA support if there's interest 
	(and funding).

	Roberto