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

Conference acadmy::tpas_notes

Title:Transfer Price Administration System
Notice:Conference has moved to ACADMY::TPAS_NOTES
Moderator:ACADMY::MAGNI
Created:Wed Jul 01 1992
Last Modified:Fri Mar 21 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:102
Total number of notes:459

37.0. "TPAS, RDB and an INSTALLed EXE image" by AWARD::MAGNI (IM&T - 223-9837) Tue Oct 26 1993 15:25

Problem with installation of RDB and an installed image. Just in case any
one else comes accross this


               <<< NOVA::NOTES_DISK:[NOTES$LIBRARY]SQL.NOTE;1 >>>
                                 -< SQL notes >-
================================================================================
Note 3064.0            Userimage when INSTALL/PRIV failes              5 replies
KBOMFG::BRANDT                                       21 lines  22-OCT-1993 06:39
--------------------------------------------------------------------------------
	Hi,
	I have a basic program (MAXCIM) which uses a SQLMOD procedure
        to fetch data from RDB (TPAS, corporate provided library ).

	It works fine when I run the image from my account.
        It also works fine if INSTALLed with /OPEN/SHARE.

		BUT it breaks during SET Transaction
	when INSTALLed /OPEN/SHARE/PRIV=(NETMBX,TMPMBX.SYSPRV)
                                        ~~~~~~~~~~~~~~~~~~~~~~

        even when INSTALLed /OPEN/SHARE/PRIV=(NETMBX,TMPMBX)
                                             ~~~~~~~~~~~~~~~
        it breaks !

	What can I do to get this beast run as an prived image?
	Thanks for any help
	-Karl

BTW: I already took the MAP listing and verified that all used SHARED-images
     are installed. But the result was also not positiv
T.RTitleUserPersonal
Name
DateLines
37.1solution - ensure all RDB files INSTALLedAWARD::MAGNIIM&amp;T - 223-9837Tue Oct 26 1993 15:2756
From:	KBOMFG::BRANDT "DTN 864-2240, @KBO  26-Oct-1993 1635" 26-OCT-1993 11:39:19.42
To:	AWARD::MAGNI,AWARD::KBROA
CC:	BRANDT
Subj:	It was an environmental problem ...

Hi,
  I just want to say thank for your patience and the discussion I had with you.
  Hopefully the problem is now solved. We have just put up a version in
  production , so lets wait and see.

Regards ( 156 days left )
Karl

               <<< NOVA::NOTES_DISK:[NOTES$LIBRARY]SQL.NOTE;1 >>>
                                 -< SQL notes >-
================================================================================
Note 3064.4            Userimage when INSTALL/PRIV failes                 4 of 4
KBOMFG::BRANDT                                       34 lines  26-OCT-1993 05:44
                     -< RDB$SHARE , RDBMSGS were missing >-
--------------------------------------------------------------------------------
After spending a lot of time to trap the problem, I was lucky to come
across the note below. After smuggling a CALL SQL$SIGNAL into the code
I finally came across that RDB$SHARE and RDBMSGS were not installed.

BUT now I would like to understand why :
   - the MAP only shows RDBSHR ( besides other RTL )
   - SDA> SHO PROC/Image only show
                RDBSHR
                RDMMSGSHR
   and none of the tools is talking about RDB$SHARE, RDBMSGS ?
Can please someone enlighten me.
Is there any way/tool known which shows without any exception which images
are needed ?

 Kudos to all who contributed to the solution of my problem
Karl ( reliefed now )

               <<< NOVA::NOTES_DISK:[NOTES$LIBRARY]SQL.NOTE;1 >>>
                                 -< SQL notes >-
================================================================================
Note 2761.1             Message # 01388312 or %X00152F18                  1 of 2
2NDWND::CAMPBELL "Dave Campbell"                     10 lines  11-MAR-1993 07:24
                     -< You need to install other images. >-
--------------------------------------------------------------------------------
    The message corresponds to:
    
    %RDB-E-UNAVAILABLE2, Rdb/VMS is not available on your system
    
    When your image is installed, VMS imposes the requirement that all
    subsequent shareable images activated by it be installed. I think
    it's SYS$SHARE:RDB$SHARE that's typically the culprit. If you
    install SYS$MESSAGE:RDBMSGS and then rerun your program when it's
    installed you may get a complete error message indicating which
    image couldn't be activated.