XRM-OSS / Xrm-Templating-Language

A domain specific language for Dynamics CRM allowing for easy text template processing
https://xrmadventuretime.com/tag/xtl/
MIT License
22 stars 8 forks source link

8.1 issue #20

Closed andreapppp closed 4 years ago

andreapppp commented 4 years ago

Hi Florian , we are currently working on a project in Dynamics v 8.1.1.1005 and even if we tried to deactivate the default plugin steps we have the following error msg , it's on a production env. Please help us , thank you

Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.ServiceModel.Security.SecurityNegotiationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #A8E25505Detail:

-2147204345 System.ServiceModel.Security.SecurityNegotiationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #A8E25505 2020-04-15T15:00:54.9815046Z false [Xrm.Oss.XTL.Templating: Xrm.Oss.XTL.Templating.XTLProcessor] [a522aacb-297f-ea11-80e2-000d3a2436cd: Xrm.Oss.XTL.Templating.XTLProcessor: Create of email] Initiating interpreter Processing handler If Processing handler Not Processing handler IsNull Processing handler Value Successfully processed handler Value Successfully processed handler IsNull Successfully processed handler Not Executing true condition Successfully processed handler If Initiating interpreter Processing handler Value
DigitalFlow commented 4 years ago

Hi @andreapppp,

are there any custom plugins of yours in the same execution pipeline, possibly some that use Early-Bindings? I think I saw some issues once when plugins before XTL set the target in the pipeline to some early bound object.

Kind Regards, Florian

DigitalFlow commented 4 years ago

Hi @andreapppp,

did you solve your issue? If yes, what was the problem?

Kind Regards, Florian