[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: -nb exceeded. Autamatically increasing from NNNN

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
-nb is the maximum number of nested procedure blocks. Yes, apparently, you are in some kind of recursion loop. Turn on debug-alert (either -debugalert or SESSION:DEBUG-ALERT = yes) and the next time you get this message, hit the Help button to see where you are in the ABL calls stack.

Continue reading...
 
Status
Not open for further replies.
Back
Top