Sunday, July 3, 2016

Error : Attachments file (Max. File size exceeded) ax 2012

// Error : Attachments file (Max. File size exceeded)
The standard is 4 MB.
If you change the value in AX,
you get an warning that you have to expand the MaxRpcSize.
1) Start the Registry Editor on your AOS machine.
2) Open the following registry key: HKLM\Software\Microsoft\Rpc
3) Add a new DWORD value named MaxRpcSize to the key.
4) Give the MaxRPCSize parameter a value of 0x00500000 (5 MB).
5) Close Registry Editor.

No comments:

Post a Comment

WMS Mobile app flow - Adding Detour fields for Process guided framework custom implementation

 WMS Mobile app flow => Adding Detour fields for Process guided framework custom implementation Before fix: Adding code fix to get thos r...