Kai's Forum Users
31st January 2001, 01:00
>Can someone tell me what the following error message could imply:
>1. Process 6 : Fatal error: Function ' ' ; Recursion not possible refcount = 2
>2. Process 6 : Fatal error: Can not continue in tdsls4105s000 in DLL > : ottstpstandard ()
>3. Process 6 : Fatal error: Recursion not yet implemented
>4. Process 6 : Fatal error: Can not continue in tdsls4105s000 in DLL > : ottstpstandard ()
>This error is preventing me from entering sales orders when on hand inventory is lower or equal to allocated inventory - not taking ordered inventory in to account.
>Thanks for your help.
>David
Hallo David,Baan does not support recursive use of functions. So if it's happening in a standard Baan session you have to report it at Baan. Perhaps this problem is already solved so check there knowledge base first.
If it's in a customisation you will have to get rid of the recursive call. If you have sources you can check in the print sessions of the BOM how to implement it (basicly they store the stack in arrays to implement the recursive calls of the functions).
Best regards,
>1. Process 6 : Fatal error: Function ' ' ; Recursion not possible refcount = 2
>2. Process 6 : Fatal error: Can not continue in tdsls4105s000 in DLL > : ottstpstandard ()
>3. Process 6 : Fatal error: Recursion not yet implemented
>4. Process 6 : Fatal error: Can not continue in tdsls4105s000 in DLL > : ottstpstandard ()
>This error is preventing me from entering sales orders when on hand inventory is lower or equal to allocated inventory - not taking ordered inventory in to account.
>Thanks for your help.
>David
Hallo David,Baan does not support recursive use of functions. So if it's happening in a standard Baan session you have to report it at Baan. Perhaps this problem is already solved so check there knowledge base first.
If it's in a customisation you will have to get rid of the recursive call. If you have sources you can check in the print sessions of the BOM how to implement it (basicly they store the stack in arrays to implement the recursive calls of the functions).
Best regards,