As localisation feature is new in XSJS for HANA SP09.
When I import this :
var textAccess = $.import("sap.hana.xs.i18n","text");
I get this error :
InternalError: dberror(Connection.prepareStatement): 258 - insufficient privilege: Not authorized (line 21 position 1 in /sap/hana/xs/i18n/text.xsjslib).
As I am wokring on HCP , productive instance , I dont have privilegs to access _SYS_REPO schema ?
Is there anything I can do ?
Thank you.