T.R | Title | User | Personal Name | Date | Lines |
---|
4943.1 | How? | TOOK::MINTZ | Erik Pavlik Mintz | Fri Apr 23 1993 14:29 | 11 |
| > 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.2 | like this | MFRNW1::DENIS | | Tue Apr 27 1993 11:57 | 13 |
| 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.3 | try a script shell | PRSSUD::CARRAYROU | | Thu Apr 29 1993 04:16 | 73 |
| 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.4 | Just in case.. | TOSKI::HAYES | | Mon May 03 1993 18:30 | 13 |
|
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
|