Issue Deactivating 'Partner Portal Administrators' web role in Dynamcs CRM 2011 Online
-
21 Şubat 2011 Pazartesi 20:50
Hi,
I assigned and activated the Partner Portal Admin web role to a partner contact in CRM online 2011 to test the editing features of the Partner Portal Solution.
I then Deactivated the web role for the that user but when I login to the portal with the partner contact user I can still edit the site.
Any ideas on how to fix this?
Thanks - Abby
Tüm Yanıtlar
-
21 Şubat 2011 Pazartesi 21:20Sahip
Hi Abby,
It might be due to caching. Can you run the following from the Address bar in IE and then try again?
javascript:var sURL=document.location.protocol + '//' +document.location.host;var oHttp=new ActiveXObject("Msxml2.XMLHTTP.6.0"); oHttp.Open('GET',sURL+'/Cache.axd?Message=InvalidateAll&d=' + (new Date()).valueOf(),false);oHttp.Send();window.location.reload(true);
Thanks
- Palak -
21 Şubat 2011 Pazartesi 21:35
Hi Palak,
Thanks for the promt reply.
I followed your instructions and the issue still remains.
After running the script from the IE address bar I get a message "IE has modified this page to hepl prevent cross-site scripting" and a "#" in the the page.
Thanks
Abby
-
22 Şubat 2011 Salı 03:05Sahip
Hi Abby,
Are you using IE9? Can you please try the following:
Save this code as an html file, load it in IE and click "Allow Blocked Content" at the prompt.
<html><head>
<script>
var sURL=document.location.protocol + '//' +document.location.host;
var oHttp=new ActiveXObject("Msxml2.XMLHTTP.6.0");
oHttp.Open('GET',sURL+'/Cache.axd?Message=InvalidateAll&d=' + (new Date()).valueOf(),false);
oHttp.Send();
window.location.reload(true);
</script></head><body></body></html>
Thanks
- Palak -
22 Şubat 2011 Salı 19:38
Hi Palak,
Yes I am using IE9.
I ran the script as suggested and still having the same issue.
I have also tried logging in from IE8 and the same issue is generated.
Thanks
Abby
-
22 Şubat 2011 Salı 23:00Sahip
Hey Abby,
This was a bug that is now fixed so the final release will not have this problem. In the meantime you have to stop and restart your azure application or recycle your app pool if you're on IIS.
Thanks
- Palak- Yanıt Olarak Öneren Palak KadakiaMicrosoft Employee, Owner 22 Şubat 2011 Salı 23:00
- Yanıt Önerisini Geri Alan Palak KadakiaMicrosoft Employee, Owner 23 Şubat 2011 Çarşamba 05:19
- Yanıt Olarak İşaretleyen Matt Cooper [msft]Microsoft Employee 25 Şubat 2011 Cuma 18:24
-
23 Şubat 2011 Çarşamba 00:20
Hey Palak,
Thats great to know but will there be another release before production version to test this fixes?
I have tried you suggestion and restarted the Azure Application twice and still the same issue.
Thanks,
Abby