[Procedure.ProcedureNotFound] There is no procedure with the name `de.derivo.semspect.server.reload` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
Traceback (most recent call last):
File "/home/tim/Repos/git.connect.dzd-ev.de/DZDConnectPipeline/processing_semspec_init/src/main.py", line 21, in <module>
res = g.run("call de.derivo.semspect.server.reload")
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/database.py", line 405, in run
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/database.py", line 992, in run
self._connector.pull(result, -1)
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/__init__.py", line 1434, in pull
cx.pull(result, n=n)
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1001, in pull
self._audit(self._transaction)
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 810, in _audit
task.audit()
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1140, in audit
item.audit()
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1140, in audit
item.audit()
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1303, in audit
raise self._failure
py2neo.errors.ClientError: [Procedure.ProcedureNotFound] There is no procedure with the name `de.derivo.semspect.server.reload` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
RUN call de.derivo.semspect.server.reload
[Procedure.ProcedureNotFound] There is no procedure with the name `de.derivo.semspect.server.reload` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
Traceback (most recent call last):
File "/home/tim/Repos/git.connect.dzd-ev.de/DZDConnectPipeline/processing_semspec_init/src/main.py", line 21, in <module>
res = g.run("call de.derivo.semspect.server.reload")
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/database.py", line 405, in run
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/database.py", line 992, in run
self._connector.pull(result, -1)
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/__init__.py", line 1434, in pull
cx.pull(result, n=n)
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1001, in pull
self._audit(self._transaction)
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 810, in _audit
task.audit()
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1140, in audit
item.audit()
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1140, in audit
item.audit()
File "/home/tim/.local/lib/python3.9/site-packages/py2neo/client/bolt.py", line 1303, in audit
raise self._failure
py2neo.errors.ClientError: [Procedure.ProcedureNotFound] There is no procedure with the name `de.derivo.semspect.server.reload` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.