Hy all,
we have developed a custom framework based on the Ajax Framework Page.
When a user adds this page to the favorites using the IE-Favorite Button...
and shows the page, the following Message appears.
The Error is due to the following request:
/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fdefaultAjaxframeworkContent!2fcom.sap.portal.contentarea?windowId=WID1397636159803
being triggered by the favorite.
In the response the WindowID does not match the current WindowID read by the EPCM.
<!--
if (EPCM.getUniqueWindowId() != 'WID1397636159803') { alert("Beim\x20Starten\x20des\x20iView\x20ist\x20ein\x20Fehler\x20aufgetreten.\x0a\x20Die\x20Anwendung\x20\x27\x2fwebdynpro\x2fresources\x2fsap.com\x2fpb\x2fPageBuilder\x3bjsessionid\x3dRrs168KK7R\x2dP10dQ8nA2r0ZuNJtpRQFKxR0A_SAP\x27\x20l\xe4uft\x20in\x20der\x20falschen\x20Client\x2dWindow\x2dID.\x0a\x0a\x20Schlie\xdfen\x20Sie\x20den\x20Browser\x20und\x20melden\x20Sie\x20Ihrem\x20Administrator\x20diesen\x20Fehler.")}
try {
EPCM.DSM.registerAll('com.sap.portal.appintegrator.sap.WebDynproPageBuilder', 'GUSID\x3a6dah9Hc7KrlLQFt_mwNn3Q\x2d\x2dPYK_Ezdlg_JPMPJRnIcxrg\x2d\x2d', '1397639310137');
} catch(ex) {
EPCM.DSM.registerFullKey('GUSID\x3a6dah9Hc7KrlLQFt_mwNn3Q\x2d\x2dPYK_Ezdlg_JPMPJRnIcxrg\x2d\x2d', '1397639310137');}
//-->
Does anyone know how to fix this error?
Thanks a lot
Lucas