Hello all,
I'm experiencing issues regarding Script Server on my HANA database, I was able to change the daemon.ini (scriptserver -> instances) from 0 to 1 by running the SQL command:
ALTER SYSTEM ALTER CONFIGURATION ('daemon.ini', 'host', 'hxehost') SET ('scriptserver','instances') = '1' WITH RECONFIGURE
It didn't work, it output the following error:
SAP DBTech JDBC: [2]: general error: change not allowed; USE ALTER DATABASE <dbname> ADD '<servicetype>' instead
So I tried using the following command, several times, but I still didn't see the service in the System landscape. I probably ran this command a few times.
ALTER DATABASE HXE ADD 'scriptserver';

After trying to restart, I saw that there were many script server processes as you can see below:
But when I try to install ESS, the HTML installer says that the status of the script server is invalid.

How should I proceed? I need to install ADP, that's why I need script server and I'm trying to install ESS.
Thanks in advance,
William