|
18.09.2010, 21:06 | #1 |
Участник
|
Dynamics Ax: What is the “Message Limit Of INFOLOG” in Dynamics AX?
Источник: http://sangi1983.spaces.live.com/Blo...B1D3!389.entry
============== AX Developers just play around with infolog framework provided by Microsoft. But did we ever know what the maximum limit which an infolog can hold? Well… The answer is quite simple. Quick Lab: Run the following job and it would result in the following warning: “The number of messages exceeds the limit of the Infolog (10000.)” So maximum “MESSAGE LIMIT OF THE INFOLOG” in AX is 10000(By Default). But wait!!!!!! you can still increase this limit of an infolog???By increasing the local constant available inside the info-class in the method viewBuild (first line). (i.e. #define.MaxErrors(10000)) These messages is generated during the build of the tree, the rest of the Infolog-messages will be skipped, but are available in the temptable sysinfolog. There is another limit, errorsPerBatch, an info-method too, this limit will be checked every time you add a message to the Infolog AND during the build of the tree. Источник: http://sangi1983.spaces.live.com/Blo...B1D3!389.entry
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|