Skip to Content
0
Former Member
Jun 13, 2017 at 07:22 AM

Unable to determine schema mapping

620 Views

Hi all

I created a stored procedure in hana studio.

When i tries to activate it i get this error:"Unable to determine schema mapping".

My code is this:

PROCEDURE "Carlseberg_prodac"."Prodac::testyuval1234" ( )

LANGUAGE SQLSCRIPT

SQL SECURITY INVOKER

DEFAULT SCHEMA "Carlseberg_prodac"

READS SQL DATA AS BEGIN

call "Carlseberg_prodac"."Prodac::FG_Line";

END;

What is the problem?

Best

Yuval