Page 1 of 1

TM1ChoreExecute API SSL Read Error in Server Logs

Posted: Tue Sep 14, 2010 8:41 pm
by PlanningDev
I am able to successfully execute a chore through the TM1 API but when I check the server logs the last line reads

213500 INFO 2010-09-14 19:13:23.719 TM1.Comm.SSL SSL read error. SSL Error: 5

All parts of the chore appear to have run successfully.

Any ideas?

Re: TM1ChoreExecute API SSL Read Error in Server Logs

Posted: Wed Sep 15, 2010 5:32 am
by lotsaram
This particular error comes up a lot. It is usually indicative of a momentary drop in the network affecting client-server communications, on a poor network the message log can be clogged with literally thousands of "SSL read error. SSL Error: 5" messages. From a TM1 logger perspective it is a Comm error not an API error, you can almost certainly disregard this error message as not being relevant to the chore you are running. (Unless you are not properly disconnecting your session that is.)