Memory Stack

AngeloAngelo Member Posts: 180
Helloo....

When I make New Sales Order,fill header and line,then click Order --> Order Promising, then click Calcute --> capable-to-promise, then show error like this :

"there is insufficient memory(stack) to execute this function.
this can be due to the way that recursive function calls are used in the program. Contact your system manager if you need assistance."

what happen?anyone can help me?there is no modification,all is navision standard codes.

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Maybe your order contains some strange dates that result in this loop.
  • AngeloAngelo Member Posts: 180
    this happen when setup in Item card, field "critical" is true for all item


    regards,
    Angelo
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    The Critical field does not trigger any code. How have you setup your Items?
  • AngeloAngelo Member Posts: 180
    if critical is false, there is no problem and run smoothly but when critical is true,the error occurs. Now, I using order promising for manufacturing in 8 level.Is navision can not handle for 8 level BOM so make error like that?
  • ta5ta5 Member Posts: 1,164
    we once had a similar problem in manufacturing when a bom contained a bom line from itselfe (circular reference).
    maybe this helps
    thomas
  • AngeloAngelo Member Posts: 180
    Yeah..after we checked all BOM, there is circular reference. Thx a lot,man..... =D> :whistle:
Sign In or Register to comment.