Toolmaster/GSharp
Go to AVS Home Page
 Recent Releases
OpenViz 2.9 Released
AVS/Express 7.2.2 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Field Technical Bulletin 183


FTB NO:    FTB183
DATE: 13th Januray 1998
SUBJECT: Setup problems with Gsharp Web Edition on HP-UX 10.20 and AIX 4.1

PROBLEM DESCRIPTION

The GsharpWeb Edition is confused by a new protocol used in HP-UX 10.20 and does not set the UNIRAS environment variables correctly. The same symptom is present on AIX 4.1

PROBLEM SYMPTOMS

/bin/GsharpWE gs_hello1.gsl works but ./gs_hello1.gsl gives:

ERROR: No access to message catalog "Gsharp"

CORRECTIVE ACTION

In order for the Web Edition to work the following variables must be set for all processes: UNIDIR, LM_LICENSE_FILE and NLSPATH

The simplest way of achieving this is to add the following lines to /etc/TIMEZONE and then reboot.

UNIDIR /hosts/ask/helpdesk/uniras/HP-UX/7v0
export UNIDIR
NLSPATH $UNIDIR/msg/C/%N
export NLSPATH
LM_LICENSE_FILE $UNIDIR/base/license.dat
export LM_LICENSE_FILE