Bài đăng

Hiển thị các bài đăng có nhãn cache

[WED-IDE] SAP Web IDE can't start up after using newer version with the same user

Hình ảnh
Hi, This took me the whole afternoon to figure out. Problem: Before the error, i'm using local SAP Web IDE version 1.45 with user ABC. After trying with new local sap Web IDE version (1.53.1), I create the same user ABC with the same password & email (thanks to Chrome's autofill function). I logged in and got this error: Unhandled Error: failure during creation of required plugins -> ... I thought that the version 1.53.1 would have some problem. But it's not the reason. I tried with the older version on my computer, but the error persisted. I also tried to restart: Orion server, Chrome, my computer. But nothing worked. I took me the whole afternoon to research using google but no solution found. The reason came out when I tried with Firefox, it worked. Reason: So the reason I think come from the Chrome's cookings & password save mechanism. I'm not sure what is the exact reason, but I think because of the same user & password...

Website does not change after submit code: clear CACHE first

Hình ảnh
Steps to clear:  (if the first step does not work, come to next steps in below order) - In Browser, pres CTRL + F5 to force load new data without cache. - Delete all Cache in broswer. - Delete cache in Front End server. Depend on type of server, you have different way to clear cache. It server is SAP ABAP, try below Tcode: /iwfnd/cache_cleanup Screen of   /iwfnd/cache_cleanup Pick the model of your project and the press Execute (F8) /IWBEP/CACHE_CLEANUP (to clear cache on all model) For more information, you can refer to:  https://blogs.sap.com/2010/06/14/how-to-clear-the-sap-portal-cache/ ---V---