Asked by:
CRM 2011 On-Premise - Lookups broken in Chrome v51

Question
-
It seems as if lookup boxes in CRM 2011 have stopped working in chrome for us. We are on the latest rollup of CRM 2011.
We get an error response from the server whenever you choose a value in the lookup fields, though the selected value appears.
I'm wondering:
Can anyone else confirm that this is broken?
Is MS aware of the problem, and has a patch been released for it?
Thanks,
Chris
The exception is a null reference in the lookup service:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.NullReferenceException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #6A807089Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<KeyValuePairOfstringanyType>
<d2p1:key>CallStack</d2p1:key>
<d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string"> at Microsoft.Crm.Application.WebServices.LookupService.RetrieveItem(Int32[] typesArray, String bindingColumns, String additionalParameters, String[] values, Int32[] positions, Boolean resolveEmailAddress, String savedQueryTypeParameter, String defaultViewId, Nullable`1 defaultViewType, String defaultViewFetchXml, String defaultViewLayoutXml, String[] guidValues, Boolean sortResults)</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>System.NullReferenceException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #6A807089</Message>
<Timestamp>2016-06-29T13:07:05.7345473Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Wednesday, June 29, 2016 1:29 PM
All replies
-
It seems that you are not alone:
https://productforums.google.com/forum/#!msg/chrome/oPtqyF3KOek/hMdr9Y61EAAJ
https://community.dynamics.com/crm/f/117/t/202644
- Edited by Feridun Kadir MCTMVP, Moderator Wednesday, June 29, 2016 10:39 PM
Wednesday, June 29, 2016 10:39 PMModerator -
Anyone else getting this? (We are...) Any idea when this might be fixed?
Tuesday, July 5, 2016 8:31 AM -
Thanks for finding those!
I did a google search on "CRM 2011 lookups broken in chrome v51" before posting and I didn't come across those.
I didn't find the first link all that helpful, but the second one mentions that it's fixed in the Chrome v52 beta release. I downloaded and installed it, and that fixes the problem!
I would've liked to have found a fix I could deploy the CRM server, but using the v52 beta will work for us as the IT dept has agreed that installing it should be safe.
Thanks,
ChrisTuesday, July 5, 2016 1:28 PM