Page 1 of 1

Generic Login Connect Error in server log

Posted: Tue Apr 28, 2015 7:18 am
by JamiseBondi
Hi guys,

I've googled this error message and I'm not coming up with anything useful that explains what it is and why it's occurring...
In the tm1server.log file as the server is coming up after a restart I get this error message
"4548 [] INFO 2015-04-27 19:36:37.146 TM1.Server Use Generic Login Connect Error: " followed by a timestamp.
Is this error something that can be eliminated through a configuration entry or not?
I use file locator pro to search through multiple directories looking for the text "error" in the server log files as a quick way to see if there are errors in any server that need attention and I have this generic error cropping up in the searches.
Any info would be appreciated, thanks.

Re: Generic Login Connect Error in server log

Posted: Tue Apr 28, 2015 2:31 pm
by BrianL
If you look at the log file in context, you'll see the message is output in the middle of a number of messages detailing the values of a number of tm1s.cfg settings, so I'd assume this is the same. Strange that you get a timestamp though.

Code: Select all

12728   []   INFO   2015-04-27 18:30:53.168   TM1.Server   Security Mode: 4
12728   []   INFO   2015-04-27 18:30:53.168   TM1.Server   Use Generic Login Connect Error: 0
12728   []   INFO   2015-04-27 18:30:53.168   TM1.Server   Server CAM URI: ...

Re: Generic Login Connect Error in server log

Posted: Tue May 19, 2015 12:06 pm
by Michael Ehrenberger
This line is a status line related to configuration and connection.

here is a section from a TM1 server log configured with CAM security and properly operating with that security :

7040 [] INFO 2015-05-07 19:14:03.071 TM1.Server SSL Mode: 0
7040 [] INFO 2015-05-07 19:14:03.071 TM1.Server Security Mode: 5
7040 [] INFO 2015-05-07 19:14:03.071 TM1.Server Use Generic Login Connect Error: 0

It will be always present now in the logs for the later releases.