[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

resolving protected image installation error?

» close window

The Question is:

 
I see the error ...
 
%DCL-W-ACTIMAGE, error activating ...
-CLI-E-IMGNAME,  image file ...
-SYSTEM-F-PROTINSTALL, protected images must be installed
 
Questions:
 
1) Does the PROTINSTALL message refer to the named image?
2) If not, how do I identify the image that is either not installed or
wrongly installed?
 
 


The Answer is :

 
  You will want to evaluate the application for the presence of User-Written
  System Services images (sometimes called Privileged Shareable Images), and
  you will want to look for component images -- including the main executable
  image -- that have security protections permitting only execute access for
  the users.
 
  You will need to open the protection to allow read access, or you will need
  to install the specified constituent shareable images.  If you have one or
  more User-Written System Service images present, you will need to install
  those with the /PROTECT option.
 
  Use the ANALYZE/IMAGE command to determine the shareable images that
  comprise the application.

answer written or last revised on ( 8-JAN-1999 )

» close window