Hi everybody,
I changed the value of the "Max Data Rows Allowed to Send to Excel" property in the NAV Administration tool to 1 record only. After restart teh service I exported the "Chart Of Accounts" list (Page 16) and what a surprise ... all the records have been exported to excel and I have not got any error !
Is someone knows this issue ?
Thanks in advance,
Michael.
0
Answers
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Thanks for your reply but according to the Microsoft Help site the "Max. no. of XML records to send" option is used for page that the type is different from "List" but in my case (Chart Of Accounts) this is a list.
However I tried to change this option and it did not help me either
Try changing in .config file
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
About the second file "C:\ProgramData\Microsoft\Microsoft Dynamics NAV\100\ClientUserSettings.config" I changed it but no change...
Thanks,
Michael
All the environments (Dev, Test, PreProduction and Staging) are installed in the same server, each one with its own instance. Is all the instance must have the same parameter values ?
If you've change it in the instance you wanted; that shouldn't be a problem. Other thing is that isn't the right deployment architecture.
Maybe if a issue in that version. Have you tried to open a list from the list and do the same? For example in chart of account, view the entries for one account (that also a list) but it will open a new page (not the general one)
I tried your option but the same ! Also from the ledger entries it exports all the entries even though I limited to 1 row only.
I despair !
<add key="MaxRowsToExportToExcel" value="MaxValue" />
Check its value, if it's 5000, just put "MaxValue".
PS: Replace 100 with the version of your NAV:
NAV2013: "C:\Program Files\Microsoft Dynamics NAV\70\Service\CustomSettings.config"
NAV2015: "C:\Program Files\Microsoft Dynamics NAV\80\Service\CustomSettings.config"
NAV2016: "C:\Program Files\Microsoft Dynamics NAV\90\Service\CustomSettings.config"
NAV2017: "C:\Program Files\Microsoft Dynamics NAV\100\Service\CustomSettings.config"
NAV2018: "C:\Program Files\Microsoft Dynamics NAV\110\Service\CustomSettings.config"
Hope it helps.
Set filters on data to decrease the number of rows, and try again."