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.
Generic Login Connect Error in server log
-
- Posts: 141
- Joined: Wed Nov 14, 2012 10:37 am
- OLAP Product: TM1
- Version: 2.0
- Excel Version: Office 365
-
- MVP
- Posts: 264
- Joined: Mon Nov 03, 2014 8:23 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2 PA2
- Excel Version: 2016
Re: Generic Login Connect Error in server log
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: ...
-
- Posts: 1
- Joined: Tue May 19, 2015 10:41 am
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2010
Re: Generic Login Connect Error in server log
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.
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.