[progress Communities] [progress Openedge Abl] Forum Post: Pasoe Incorrectly Reports...

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
tcman failed with a missing directory error. $DLC/servers/pasoe/bin/tcman.sh create -f -p 8820 -s 8821 -P 8822 -U proadmin -v oepas Error locating required directory - instances location: /usr/oe1162/servers/pasoe/conf The directory is present. Looking into this I found that tcmanager.sh checks for write permissions instead of existence of the directory. if [ ! -w $ {_instancesdir} ] ; then die ERR_DIRMISS "instances location: ${_instancesdir}" fi I think either the check or the error message is wrong. I couldn"t find a PKB entry for this so I'm sharing it here. sudo $DLC/servers/pasoe/bin/tcman.sh create -f -p 8820 -s 8821 -P 8822 -U proadmin -v oepas works

Continue reading...
 
Status
Not open for further replies.
Back
Top