When validating autosys server in WCC, following error message appears:
E190221 The CSAM is not configured properly for the port 9000. You may need to configure it manually from the command line as privileged user.
Release : 12.0
Component :
Checked on the WCC machine under $CSAM_SOCKADAPTER/cfg directory and there is no file called "APPF-GLOBAL-9000".
Executed following commands to see what settings are specified for the portrange.
cd $CSAM_SOCKADAPTER/bin
./csamconfigedit portrange=49152-50176 display
Noticed following 2 settings
EnableSSL=False
EnablePmux=True
Execute following command:
./csamconfigedit port=9000 EnableSSL=False EnablePmux=True
File "APPF-GLOBAL-9000" has been created in $CSAM_SOCKADAPTER/cfg directory
Error message is no longer produced when validating Autosys server now