cancel
Showing results for 
Search instead for 
Did you mean: 

HANA Express Edition SQLSCRIPT_SYNC not found when creating procedure

Former Member
0 Kudos

Hello experts,

when I try to create the procedure

PROCEDURE "wait" 
    (      )
    LANGUAGE SQLSCRIPT SQL 
    SECURITY INVOKER 
    AS 
 BEGIN   
  USING SQLSCRIPT_SYNC AS SYNCLIB;
  IF 1 = 1 THEN     CALL SYNCLIB:SLEEP_SECONDS(30000);   END IF;  END; 

in db module of my XSA project, WebIDE is showing the error

in the console.

When I create the procedure in Eclipse for User XSA_ADMIN the procedure will be created successfully.

Thanks for your help

Achim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Hello Achim,

Developers are aware of the issue, and are working on a fix.

Unfortunately, we do not have a solution for you now.

-Andy

Former Member
0 Kudos

Hello Achim,

I was also able to create the procedure ok using hdbsql.

And, when I tried to use webide project to create the procedures, saw the same error.

I will consults with webide developers and see if they have remedy.

-Andy