简体   繁体   English

IE中“ SCRIPT5:访问被拒绝”中IE上“帐户”窗体上的灰带。

[英]Grey ribbon on Account form in IE “SCRIPT5: Access is denied.” in PageLoader.js

MS CRM 2011 on premise. MS CRM 2011。

No problems if accessed via internal address: crm:5555 如果通过内部地址访问,则没有问题:crm:5555

Go to crm.ourcompany.co.uk:5555 in IE and load account page and the ribbon is totally grey. 在IE中转到crm.ourcompany.co.uk:5555并加载帐户页面,功能区完全呈灰色。 (Not disabled - every pixel is the colour grey.) (未禁用-每个像素都是灰色。) 在此处输入图片说明

In Chrome and Firefox the ribbon is loaded fine. 在Chrome和Firefox中,功能区可以正常加载。

Browser console in IE, Chrome and FF all say access errors. IE,Chrome和FF中的浏览器控制台均显示访问错误。

I can see they are trying to access crm:5555. 我可以看到他们正在尝试访问crm:5555。

IE says: IE说:

SCRIPT5: Access is denied.

PageLoader.js, line 1 character 1226

The second line above is presented as a link. 上面的第二行显示为链接。 Clicking it shows me this: http://pastebin.com/bBadk9HS 单击它可以显示以下内容: http : //pastebin.com/bBadk9HS

The full path is http://crm.ourcompany.co.uk:5555/_static/_common/scripts/PageLoader.js?ver=-1056260279 完整路径为http://crm.ourcompany.co.uk:5555/_static/_common/scripts/PageLoader.js?ver=-1056260279

PS IE is "Browser Mode: IE10 Document Mode: IE9 standards". PS IE是“浏览器模式:IE10文档模式:IE9标准”。

After Long investigation I have found out the reason for same issue like this. 经过长期调查,我发现了类似问题的原因。 We had previous rollup activity feed solution. 我们以前有汇总活动供稿解决方案。 After importing the new version of Activity feeds this hectic issue was sorted out. 导入新版本的活动供稿后,此繁忙的问题得到了解决。

Activity feed new solution is available with rollup up package.it can be found by exacting the rollup package. 汇总套件提供了活动供稿新解决方案。可以通过汇总套件来找到它。 Previously this was available in Microsoft Dynamic market place. 以前,此功能可在Microsoft Dynamic市场上获得。

It turns out that the problem is an address lookup plugin on the Account form. 事实证明,问题出在“帐户”表单上的地址查找插件。

This is trying to access http://crm:1999 , which is a 404, and http://crm:5555 , which isn't allowed. 这试图访问http://crm:1999 (它是404)和http://crm:5555 (这是不允许的)。

Solutions are to fix the server on http://crm:1999 and set up proper managed internal and external URLs so it'll know whether http://crm:5555 or http://crm.ourcompany.co.uk:5555 or remove the plugin. 解决方案是将服务器固定在http://crm:1999并设置适当的托管内部和外部URL,这样它将知道http://crm:5555还是http://crm.ourcompany.co.uk:5555或删除插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SCRIPT5:IE9中对xmlhttprequest的访问被拒绝 - SCRIPT5: Access is denied in IE9 on xmlhttprequest SCRIPT5:IE9上的访问被拒绝 - SCRIPT5: Access is denied on IE9 OpenLayers:IE:SCRIPT5:访问被拒绝 - OpenLayers: IE: SCRIPT5: Access is denied 在同一域中的IE9中,Script5访问被拒绝 - Script5 access denied in IE9 in same domain IE 10:SCRIPT5:锚点单击事件上的访问被拒绝错误 - IE 10: SCRIPT5: Access is Denied error on anchor click event IE 8-9 SCRIPT5:提交时Zugriff verweigert(访问被拒绝) - IE 8-9 SCRIPT5: Zugriff verweigert (Access Denied) on Submit 从onchange触发.click()时,IE9上出现“ SCRIPT5访问被拒绝”错误 - “SCRIPT5 Access is denied” error on IE9 when firing .click() from onchange 由于出现“拒绝script5访问错误”,mootools无法正常工作 - mootools doesn't work as a result of a “script5 access is denied error” IE显示错误:resizeTo()函数的“访问被拒绝。” - IE shows error: “Access is denied.” for resizeTo() function IE11中使用提取API的“ SCRIPT7002:XMLHttpRequest:网络错误0x80070005,访问被拒绝。” - “SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied.” in IE11 with fetch API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM