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

To Get line total charge amount & Tax Amount posted for Sales invoice lines D365FO X++

For reporting or inquiry purpose to review consolidated charges per Invoice line. Using these two below view we can get Charge amount posted...