
Hi Experts,
While loading a form in D365 FO in a specific PROD azure environment i am getting the error "Binding operation failed to allocate buffer space" all other environments its working fine.
Have gone through some blogs and in AX 2012 there are steps provided to increase buffer size by Modifying the value in "Microsoft Dynamics AX 2012 Server Configuration"without making any code changes.
Aware that there is a solution for the same by making changes in code to add force literals for the query.
Looking for any config in D365 FO to increase the buffer space without making code changes.
Thanks in Advance
Anoop
Hi Anoop ,
In cloud version you can not make any changes for any parameters and the option you are talking about is in AX 2012 , its not valid anymore for D365 version. The form you are talking about is custom form or standard ? If its a standard form , i would log a support case with Microsoft. If its custom form , you have to check what query is causing the problem using performance analysis tools.