CRM Parameter Filter – Invalid parameter ‘xxxtype=entityName’ in Request.QueryString on page

CRM Parameter Filter – Invalid parameter ‘xxxtype=entityName in Request.QueryString on page /main.aspx

 

Solution 

Dont set “type” attribute. For example :  parentcustomeridtype.

 

System.Web.HttpException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #F0561A87: System.Web.HttpException (0x80004005): Error executing child request for /_forms/read/page.aspx. —> System.Web.HttpUnhandledException (0x80004005): Exception of type ‘System.Web.HttpUnhandledException’ was thrown. —> System.InvalidOperationException: CRM Parameter Filter – Invalid parameter ‘new_quoteidtype=quote’ in Request.QueryString on page /main.aspx
The raw request was ‘GET /main.aspx?etc=10044&extraqs=%3fetc%3d10044%26new_quoteid%3d565152A2-25DE-E611-80D4-00155D0D3339%26new_quoteidname%3dBrisa%25202017%2520Bak%25C4%25B1m%2520Destek%2520S%25C3%25B6zle%25C5%259Fmesi%26new_quoteidtype%3dquote&pagemode=iframe&pagetype=entityrecord’ called from https://crm.domian.com/main.aspx.
at Microsoft.Crm.Application.ParameterFilter.ValidateParameter(HttpRequest request, ArrayList parameterCollection, String key, String value, ParameterSources source, EntityType pageEntityType, FormAdditionalAllowedParameters additionalAllowedParameters)
at Microsoft.Crm.Application.ParameterFilter.ValidateParameters(Page page, EntityType pageEntityType, Boolean alwaysEnableParameterChecking, FormAdditionalAllowedParameters formAdditionalAllowedParametersTemp)
at Microsoft.Crm.Application.Controls.AppPage.ValidatePageParameters()
at Microsoft.Crm.Application.Controls.AppPage.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at System.Web.HttpServerUtility.Transfer(String path)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 

https://msdn.microsoft.com/en-us/library/gg334375.aspx

 

Read More

ADFS Error : Authentication attempt failed. Select a different sign in option or close the web browser and sign in again. Contact your administrator for more information

Authentication attempt failed. Select a different sign in option or close the web browser and sign in again. Contact your administrator for more information

Event ID: 364

Microsoft.IdentityServer.AuthenticationFailedException: MSIS3014: The encryption certificate of the relying party trust ‘https://crm.domain.com/’ identified by thumbprint ’67DESXE6F532BF73521357EBEC31DAASDASFDA1294′ is not valid. It might indicate that the certificate has been revoked, has expired, or that the certificate chain is not trusted. —>

Microsoft.IdentityServer.Service.SecurityTokenService.RevocationValidationException: MSIS3014: The encryption certificate of the relying party trust ‘https://crm.domain.com/’ identified by thumbprint ’67DESXE6F532BF73521357EBEC31DAASDASFDA1294′ is not valid. It might indicate that the certificate has been revoked, has expired, or that the certificate chain is not trusted.

 

Solution 

Set-ADFSRelyingPartyTrust  -TargetName <relyingpartytrustName> -EncryptionCertificateRevocationCheck None

 

  • Set-ADFSRelyingPartyTrust -TargetName ‘CRM IFD Relying Party’ -EncryptionCertificateRevocationCheck None
    Set-ADFSRelyingPartyTrust -TargetName ‘CRM IFD Relying Party’ -SigningCertificateRevocationCheck None
  • Set-ADFSRelyingPartyTrust -TargetName ‘CRM Claims Relying Party’ -EncryptionCertificateRevocationCheck None
    Set-ADFSRelyingPartyTrust -TargetName ‘CRM Claims Relying Party’ -SigningCertificateRevocationCheck None

Read More

Event : Microsoft Dynamics 365 Readiness Blitz 5-6 October 2016

Microsoft Event Notification

Microsoft Dynamics 365 takes a new approach to business applications. Our current CRM and ERP cloud solutions will be unified into one cloud service with new purpose-built apps to help manage specific business functions, including: Sales, Field Service, Customer Service, Project Service Automation, Marketing, and Operations. Each app will provide a modern experience and actionable insights delivered from natively embedded Power BI, IoT, and Cortana Intelligence experiences.

Please join us on October 5th or 6th for the Microsoft Dynamics 365 Readiness Blitz. Blitz has both a Technical and a Sales Track running simultaneously and each track is offered twice to give you the opportunity to join. You can preview the agenda on the registration site.

During each event you will have access to subject matter experts from across Microsoft in the areas of product marketing, R&D, support, the partner team, MVPs, and more! Don’t miss the opportunity to get your questions answered.

  • Microsoft Dynamics 365 SALES Blitz for Field and Partner
  • Microsoft Dynamics 365 TECHNICAL Blitz for Field and Partner

REGISTER HERE

Read More