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

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

4943.0. "Starting Mcc from the Session Mgr" by MFRNW1::DENIS () Fri Apr 23 1993 11:01

    Hi everyone,
    
    I'm having problems starting up Mcc from the session manager 
    applications menu. This is on a DECstation 5000/240 running 
    Ultrix V4.2a. I've used a number of application definition commands 
    but the result is always the same. What happens is:
    DECmcc comes up , finds the default domain but cannot find the map
    files. We have defined the MCC_MAPS environment variable to point to
    a sub dir under the $HOME of the mcc user which works perfectly if we
    start from the command line but starting from the session manager
    won't do it for us. Up until now I've tried calling
    /usr/bin/mcc_iconic_map directly and I've tried calling up a DXterm 
    and starting mcc in that with the -e option, but to no avail.
    Anyone know the solution ?
    
    cheers,
    Denis
     
    
T.RTitleUserPersonal
Name
DateLines
4943.1How?TOOK::MINTZErik Pavlik MintzFri Apr 23 1993 14:2911
>    files. We have defined the MCC_MAPS environment variable to point to
>    a sub dir under the $HOME of the mcc user which works perfectly if we

How are you making this definition?  Are you sure it applies to the
session manager process?

-- Erik


    

4943.2like thisMFRNW1::DENISTue Apr 27 1993 11:5713
    Hi,
    
    By selecting "customize"
                 "application definitions"
    then in the field Menu Item:   MccIconicMap
         in the field Menu Command: /usr/bin/mcc_iconic_map
    then clicking on the "add" button.
    
    then after defining the above I select the option
    "applications" and click on "MccIconicMap"
    
    that was it.....but it don't work....
    /Denis
4943.3try a script shellPRSSUD::CARRAYROUThu Apr 29 1993 04:1673
    the setenv  MCC_MAPS is unknown
    
    try something like that 
    
    By selecting "customize"
                 "application definitions"
    then in the field Menu Item:   MccIconicMap
         in the field Menu Command: mcc_login
    then clicking on the "add" button.
    
    then after defining the above I select the option
    "applications" and click on "MccIconicMap"
    
    
    mcc_login is a script schell ,including your login , the sdt
    mcc_login.csh and /usr/mcc/mmexe/mcc_iconic_map_pm &
    
    I use this example , and it works
    
#!/bin/csh
# @(#)mcc_login.csh 1.3 (ULTRIX)
#	@(#).login	6.1	ULTRIX	11/19/91
tset -I -Q
set mail=/usr/spool/mail/root
set prompt="# "
stty dec new cr0
tset -I -Q
umask 022
setenv MAIL /usr/spool/mail/$USER
set mail=$MAIL
set path=($HOME/bin /usr/ucb /bin /usr/bin /usr/local /usr/new /usr/hosts .)
# set prompt="`hostname`> "
setenv EXINIT 'set redraw wm=8'
biff n
date
#
# DECmcc for ULTRIX login profile
#
setenv MSG_LOCATION /usr/mcc/mcc_system
setenv MCC_MIR_LOCATION /var/mcc
setenv MCC_NS_LOCATION /var/mcc
setenv MCC_ALARMS_LOCATION /var/mcc
setenv MCC_MAPS /var/mcc/maps 
setenv NLSPATH "/usr/lib/nls/msg/en_US.88591/%N"
setenv MCC_DNS_SELECTION DNS
setenv MCC_NODE_IDP 49::
setenv MCC_RPTS_LOCATION /usr/mcc/reports
setenv MCC_EXAMPLES /usr/mcc/mmtoolkit/examples
setenv MCC_INCLUDE  /usr/mcc/mmtoolkit/include
setenv MCC_TIME_IN_MODE 2
setenv MCC_TIME_OUT_MODE 2
setenv MCC_TIME_ABS_TRUNC 23
setenv MCC_CIRCUIT_AM_STACK 64
setenv MCC_COLLECTION_AM_STACK 48
setenv MCC_DNA4_AM_STACK 64
setenv MCC_DNA5_AM_STACK 64
setenv MCC_DOMAIN_FM_STACK 70
setenv MCC_ENET_AM_STACK 64
setenv MCC_EXAMPLE_FM_STACK 64
setenv MCC_EXPORTER_FM_STACK 64
setenv MCC_HISTORIAN_FM_STACK 64
setenv MCC_NOTIFICATION_FM_STACK 60
setenv MCC_PA_FM_STACK 24
setenv MCC_REGISTRATION_FM_STACK 70
setenv MCC_SAMPLE_AM_STACK 64
setenv MCC_SCRIPT_AM_STACK 64
setenv MCC_TCPIP_AM_STACK 100
setenv MCC_YOURMM_STACK 64
setenv MCC_DNS_ROOT "ATY_MCC:."
/usr/mcc/mmexe/mcc_iconic_map_pm &
    
Didier
    
4943.4Just in case..TOSKI::HAYESMon May 03 1993 18:3013
    
    
    	Hi Michel,
    
    	Be careful, we tried here with a Ultrix config. and
    	succeeded however, the launched operation and other
    	applications like dictionary browser would not work
    	and worked when mcc_iconic_map was launched from a DECterm.
    
    	Just in case...
    
    
    		Catherine