Xsengine not running
Enable the embedded XS Engine of the indexserver by executing the following statements on the system database:
ALTER SYSTEM ALTER CONFIGURATION ('xsengine.ini', 'database', '') SET ('httpserver', 'embedded') = 'true' with reconfigure;
ALTER SYSTEM STOP DATABASE
ALTER SYSTEM START DATABASE
Comments
Post a Comment