cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 not working after Update to rev68

schfer_christian
Explorer
0 Kudos

Hello, i need your Help please.

After update from ref 60 to rev 68 of our AWS HANA the SAP UI5 application is not working.

The library seems not activated.

  1. Uncaught ReferenceError: sap is not defined index.html:38

GET http://xxxx:8000/sap/ui5/1/resources/sap-ui-core.js

I tried to reactivate ui5: not working

i tried to Import it again: not working

redeploy: not working

Do you know how i can activate the ui5 Package again ?

thx for your help

with greetings: Christian

Accepted Solutions (1)

Accepted Solutions (1)

schfer_christian
Explorer
0 Kudos

OK, its the same error like here :

This is not the best fix, but temporary it works:

  1. update "_SYS_REPO"."ACTIVE_OBJECT" 
  2. set "ACTIVATED_AT" = to_timestamp('2013-Nov-30', 'YYYY-MON-DD'
  3. where "ACTIVATED_AT" >= to_timestamp('2013-Dec-01', 'YYYY-MON-DD'); 


i hope rev 70 for AWS will be released soon

Answers (0)