Quantcast
Channel: The Big IBM i Blog – Nick Litten [IBM i AS400 iSeries] Software Developer
Viewing all articles
Browse latest Browse all 503

IBM i Error Message of the day - CEE3201

$
0
0

Yesterday, I wrote a little SQLRPGLE web-service program to retrieve Picking details from System21 Warehousing. Days like this I really enjoy my job. Writing new programs in RPG is just plain good old fashioned fun. It ran perfectly with the handful of test data that I had to play with. But today I am testing it and after signing into the Infor S21 ERP and generating some pick notes, I find that when I have a hundred or so pick lists. Call the webservice and the program is timing out with an unusual error message: IBM i Exception code CEE3201.

I've never seen CEE3201 before and it has a generic error code that proclaims Exception recursion detected.    

sqlrpgle webservice error

Message . . . . :   Exception recursion detected.                            

Cause . . . . . :   An unhandled exception occurred in an exception handler. 

Recovery  . . . :   Do not let an exception that occurs in your exception handler go unhandled.

Is it only me that smiles when an error message that says "Exception recursion detected" has a solution description that says "do not let an exception recursion happen" LOL


Viewing all articles
Browse latest Browse all 503

Trending Articles