Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: open xsodata file from HANA server leads to SSL Connection Error

$
0
0

Custom exits for xsodata should be specified using their repository names. In your case "PAL::customerupdate" should refer to an object in the repository. So PAL should be a package that has a file name customerupdate.hdbprocedure. But for you it is not the case, PAL is the schema name. Please create the procedure in repository and refer this for the exit.

 

Alternatively, as a workaround, you can create a public synonym PAL::customerupdate.

create public synonym "PAL::customerupdate" for PAL."CustomerUpdate"

 

A side note:It is better to create a new discussion for questions unrelated to the original one.


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>