cancel
Showing results for 
Search instead for 
Did you mean: 

Invalidated Procedure?

Former Member
0 Kudos
7,024

My previously working procedures have suddenly become unusable. Each of their object icon in the Navigator now has a small gray box. Calling any of the procedure gives the following error message. Also, all the action buttons (Execute, Refresh) in the Definition view are grayed out. So Hana really thinks the procedures are not valid.

Could not execute 'call SCHEMA.PROC_NAME()'

SAP DBTech JDBC: [430]: invalidated procedure: PROC_NAME: line 1 col 24 (at pos 23)

What's the meaning of "Invalidated Procedure"? I can't find a "validate" feature for procedures. BTW, these are RLang procedures.

Thanks,

Ming

View Entire Topic
prince_ebi
Explorer
0 Kudos

Hi,

If you used some views in the procedure please check that view. Maybe somebody modified the view after you created the procedure. Some columns might be removed from the VIEW you used during the procedure.

In this case, you will get the error "invalidated procedure"