TM1ChoreExecute API SSL Read Error in Server Logs

Post Reply
PlanningDev
Community Contributor
Posts: 349
Joined: Tue Aug 17, 2010 6:31 am
OLAP Product: Planning Analytics
Version: 2.0.5
Excel Version: 2016

TM1ChoreExecute API SSL Read Error in Server Logs

Post 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?
lotsaram
MVP
Posts: 3706
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TM1ChoreExecute API SSL Read Error in Server Logs

Post 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.)
Post Reply