Hello Experts
I'm using a ribbon button to create a child record of an entity. for this I'm using a JScript to set all parameter values. It is working fine for all these months, but suddenly it is throwing an error this morning. And its not throwing error on most of the records. It is only happening on couple of records and the error log is similar.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #4E0C7B84Detail: <OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts"> <ActivityId>499abd0a-ddca-4501-b1c6-b52c20c3066a</ActivityId> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #4E0C7B84</Message> <Timestamp>2018-02-22T18:24:26.7024567Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault> <ActivityId>499abd0a-ddca-4501-b1c6-b52c20c3066a</ActivityId> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>System.ArgumentOutOfRangeException: Expected 'UniqueId' data type for 'process' parameter in 'Request.QueryString'. The raw request was 'GET /form/Data.aspx?_CreateFromId=&_CreateFromType=&appid=3726f81b-2a6a-46a9-9fd8-9f30a6bcfcb8&counter=1519323866643&new_account=5521D291-ED52-E711-810B-C4346BAC3FA4&new_accountmailingaddress=123%20street%20st%2c%20rogers%2c%20ar%2072756&new_accountname=Riceland%20Foods%2c%20Inc.&new_accountphysicaladdress=123%20street%20st%2c%20rogers%2c%20ar%2072756&new_billingphone=1234123123&new_codename=Riceland%20Foods%2c%20Inc.-STUAR&new_invoiceprocessingaddress=2120%20S%20Park%20Ave%2cStuttgart%2c%20AR%20721606822&new_kop=A6FDB3D4-3B05-E811-810E-5065F38A5BA1&new_kopname=test%20KOP&new_locationname=jkoljseisjgoi2dg&new_opportunity=5268F84F-C8B1-E711-8119-FC15B4286C00&new_opportunityname=Riceland%20Foods%2c%20Inc.%3a%20Fleet%20Conversion&new_recordtype=800000000&new_request=8DF3FACE-3C05-E811-8114-5065F38A9B81&new_requestname=Code%20Creation%20Request&etc=10017&extraqs=%3fnew_account%3d5521D291-ED52-E711-810B-C4346BAC3FA4%26new_accountmailingaddress%3d123%2520street%2520st%252c%2520rogers%252c%2520ar%252072756%26new_accountname%3dRiceland%2520Foods%252c%2520Inc.%26new_accountphysicaladdress%3d123%2520street%2520st%252c%2520rogers%252c%2520ar%252072756%26new_billingphone%3d1234123123%26new_codename%3dRiceland%2520Foods%252c%2520Inc.-STUAR%26new_invoiceprocessingaddress%3d2120%2520S%2520Park%2520Ave%252cStuttgart%252c%2520AR%2520721606822%26new_kop%3dA6FDB3D4-3B05-E811-810E-5065F38A5BA1%26new_kopname%3dtest%2520KOP%26new_locationname%3djkoljseisjgoi2dg%26new_opportunity%3d5268F84F-C8B1-E711-8119-FC15B4286C00%26new_opportunityname%3dRiceland%2520Foods%252c%2520Inc.%253a%2520Fleet%2520Conversion%26new_recordtype%3d800000000%26new_request%3d8DF3FACE-3C05-E811-8114-5065F38A9B81%26new_requestname%3dCode%2520Creation%2520Request%26etc%3d10017%26ownerid%3dAAFD6228-DFCE-E711-8118-C4346BB59890%26owneridname%3duser10%2520user10%26owneridtype%3dsystemuser%26process%3d&formid=860846ea-961d-4918-9088-019b9037a5bb&oid=&ownerid=AAFD6228-DFCE-E711-8118-C4346BB59890&owneridname=user10%20qa&owneridtype=systemuser&pagemode=iframe&pagetype=entityrecord&process=' called from sales-qa.crm.dynamics.com/main.aspx;amp;etc=10021&extraqs=&histKey=756554399&id=%7b8DF3FACE-3C05-E811-8114-5065F38A9B81%7d&newWindow=true&pagetype=entityrecord.</Message> <Timestamp>2018-02-22T18:24:26.7024567Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault> <ActivityId>499abd0a-ddca-4501-b1c6-b52c20c3066a</ActivityId> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails xmlns:d4p1="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>System.FormatException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #E5749460</Message> <Timestamp>2018-02-22T18:24:26.7024567Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault i:nil="true" /> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </InnerFault> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </InnerFault> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </OrganizationServiceFault>
Please advice..
*This post is locked for comments