run with SYSTEM DB user
You must have at least one SAP HANA ScriptServer instance running on the database where the function library is installed.
-- run the alter statement as SYSTEM connect SYSTEM password manager; -- enable script server alter system alter configuration (‘daemon.ini‘, ‘SYSTEM‘) set (‘scriptserver‘, ‘instances‘) = ‘1‘ with reconfigure;
-- This is the only operational mode starting with SAP HANA 2.0 SPS01. alter DATABASE <DBID> ADD ‘scriptserver‘; --where <DBID> is the tenant server ID on which the ScriptServer is started.
[hana admin] [sql] Starting the SAP HANA ScriptServer
原文:https://www.cnblogs.com/tingxin/p/12431452.html