This article explains why a new license is attached to the repertory /opt/cobol/d40SP3 and not attached to /opt/cobol/d50.
Problem:
When I use the following script file and install a new license, it attaches to the repertory /opt/cobol/d40SP3 and not to /opt/cobol/d50. Why is this?
AA=/opt/cobol/d50
export AA
PATH=$AA/bin:$PATH
export PATH
LD_LIBRARY_PATH=$AA/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
$AA/aslmf/apptrack
Resolution:
The reason this is happening is because AppTrack reads the environment variable $COBDIR to define the repertory of the new license, therefore the command echo $COBDIR must display /opt/cobol/d40SP3.
#COBOL
#ServerExpress
#Licensing
#netexpress