Skip to Content
1
May 27, 2020 at 11:29 AM

HANA XSA Job for stored procedure

429 Views

I am creating a scheduled Job to run a flowgraph stored procedure within XSA Job Scheduler - I am unsure what my syntax for the action should be as I am getting an "Invalid URI" error within the schedule action logs. According to the documentation it suggests I need to prefix my stored procedure name with the <package.path>:: but I'm unsure what this is when using XSA and HDI

My flowgraph ("FG_POP_raw_customer_attributes.hdbflowgraph") has created a stored procedure upon build of "FG_POP_raw_customer_attributes_SP" within my HDI container. So I have just used "FG_POP_raw_customer_attributes_SP" for my action value but it doesn't like it as a valid URI

Do I need to reference my schema? my HDI container name within the action?

Any help gratefully received.