cancel
Showing results for 
Search instead for 
Did you mean: 

Invalidated Procedure in SAP HANA

ferrygun18
Contributor
0 Kudos

I am getting this error message when calling the stored procedure from xsjs. I am able to execute directly from console. What was missing?

InternalError: dberror(Connection.prepareCall): 430 - invalidated procedure: zarn_pcapability: line 1 col 21

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioG_TX
Active Contributor
0 Kudos

can you re-deploy the proc directly on the system? i have seen that issue w procs and roles.. they need to be re-deployed and then your xs will work

ferrygun18
Contributor
0 Kudos

Now is working fine. It is because I called the wrong proc from xsjs. Thanks.