Error in opening VxPBX CLI resource bundle

Symptom:
When starting Symantec PBX error message “Error in opening VxPBX CLI resource bundle” is returned. Running “vxlogview -p 50936 -i 103 -d all -t 00:10:00” return:

11/18/11 15:36:43.841 [Application] VxICS 50936 103 PID:29866 TID:140051967465216 File ID:103 [No context] [Error] V-103-6 Error: Invalid argument.

Cause:
Incorrect link in /etc/init.d/

/etc/init.d/vxpbx_exchange – Link point to /opt/VRTSpbx/bin/pbx_exchange (which is a binary)

but should point to

/opt/VRTSpbx/bin/vxpbx_exchanged (which is a script)

Note the difference highlighted in red

Resolution:
Remove link in /etc/init.d and create the correct one
# ln -s /opt/VRTSpbx/bin/vxpbx_exchanged /etc/init.d/vxpbx_exchanged

(Visited 2,006 times, 1 visits today)