cancel
Showing results for 
Search instead for 
Did you mean: 

Found in negative cache..Issue with IE-11 when using online https://sapui5.hana.ondemand.com/resources/sap-ui-core.js script

Former Member
0 Kudos

Hi

While I am testing SAPUI5 application in IE-11 (compatibility mode IE-9) by referring the sap-ui-core.js from online (https://sapui5.hana.ondemand.com/resources) I got following error message and the page is not rendering properly.


SCRIPT5022: found in negative cache: 'sap/ui/core/Core.js' from TODO???/sap/ui/core/Core: Error: found in negative cache: 'sap/ui/core/Component.js' from TODO???/sap/ui/core/Component: Error: found in negative cache: 'sap/ui/base/ManagedObject.js' from TODO???/sap/ui/base/ManagedObject: Error: found in negative cache: 'sap/ui/model/ListBinding.js' from TODO???/sap/ui/model/ListBinding: Error: found in negative cache: 'sap/ui/model/Filter.js' from TODO???/sap/ui/model/Filter: Error: found in negative cache: 'sap/ui/core/util/UnicodeNormalizer.js' from TODO???/sap/ui/core/util/UnicodeNormalizer: Error: failed to load 'sap/ui/thirdparty/unorm.js' from https://sapui5.hana.ondemand.com/resources/sap/ui/thirdparty/unorm.js: 0 - Error: Access is denied.

When I am referring the local UI core.js the application is working fine in IE-11. Also in chrome and firefox the application is perfectly working without any issue when it refers the online sap-ui-core.js script reference.

Anybody can help me what is the problem with IE.I used the libs sap.m, sap.ui.commons mainly.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Ali,

I am currently facing the same issue as you. Have you got a solution to this? I will be graceful if you can share your solution.

Best regards,

Zhou

Former Member
0 Kudos

If you are using chrome, try to use private mode. However, not found root cause yet.

antonette_oberholster
Active Contributor
0 Kudos

Hallo Shabeer

Try this:

Make sure IE is running in Standards mode. We usually get this error if IE is running in Quirks mode. (use F12 to change)

Regards

Antonette

WouterLemaire
Active Contributor
0 Kudos

hmm, What are you building? Could you share some of your code?

Could be possible that you're using a component that has been changed in the new version. Which version is your local SDK ?

Kind regards,

Wouter

Former Member
0 Kudos

I am using 1.30 version and using sap.m, sap.ui.commons alsoOdata APIs .

WouterLemaire
Active Contributor
0 Kudos

The SAPUI5 online sdk is 1.30.7. Why do you want to use the online sdk? You could use the SDK on your SAP Gateway system.

As I can see from your error log, it has something to do with your list bindings and filters. But it's not exactly clear what's wrong...

Kind regards,

Wouter