Page 1 of 1

Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Tue Aug 09, 2022 11:16 am
by remus25
Hello

When I try to start the service, I get the error 1067
also when I give a service user admin rights, this error comes up

Image

[Save TM1 Server configuration].
The data directory exists.
The TM1 Server configuration is available.

[Save TM1 Server configuration].
The data directory exists.
The TM1 server configuration is available.

[Save TM1 Server configuration].
The data directory exists.
The TM1 server configuration is available.

[Save TM1 Server configuration].
The data directory exists.
The TM1 server configuration is available.

[Save TM1 Server configuration].
The data directory exists.
The TM1 server configuration is available.

[Save TM1 Server configuration].
The data directory exists.
The TM1 Server configuration is available.

[Startup]
[ ERROR ] startup_tm1s.bat D:/TM1_2022_DP/Data
TM1 Configuration Path is D:\TM1_2022_DP/data
TM1 Server Name is bis_2022_DP
TM1_SERVICE_ID is default
BINARY_PATH_NAME : "C:\Program Files\ibm\cognos\tm1_64\bin64\tm1sd.exe"
The service "IBM Cognos TM1 Server - bis_2022_DP" is registered
errorlevel 0 exit 0
TM1 Configuration Path is D:\TM1_2022_DP\Data
TM1 Server Name is bis_2022_DP
TM1_SERVICE_ID is default
Starting the service "IBM Cognos TM1 Server - bis_2022_DP" ...
IBM Cognos TM1 Server - bis_2022_DP is started.
errorlevel 1 exit 1
IBM Cognos TM1 Server - bis_2022_DP could not be started.

A system error occurred.

System error 1067 occurred.

The process was terminated unexpectedly.

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Tue Aug 09, 2022 11:19 am
by Steve Rowe
Suggest you look at the tm1server.log to see if there is further information. The windows event viewer may also ocassionally give you more information

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Tue Aug 09, 2022 12:34 pm
by remus25
In the Log I have:

Unable to receive server on port 35751. Check the log file for more details.
but I configure the port 35752 in the tm1s.cfg file, how can I change the port 35751 ?

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Tue Aug 09, 2022 3:51 pm
by burnstripe
When the service is starting it it sounds like it is attempting to run on port 35751 but can't because something else is already using it.
You can view what ports are actively being used on the server by opening powershell and running netstat -a
Any ports listed are currently being used...

There are a few parameters to configure in tm1s.cfg
HttpPortNumber
PortNumber
ClientMessagePortNumber

If multiple models are running on the same server, differing ports must be set for each instance.
If any of these parameters are not listed in tm1s.cfg, create them as otherwise they'll be automatically assigned to something.

You'll also need to make sure any firewalls allow access through these ports to be able to communicate with them.

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Wed Aug 10, 2022 2:07 pm
by remus25
I have chosen other ports from the beginning and netstat confirms that they are not used, where do I look ?

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Wed Aug 10, 2022 11:29 pm
by burnstripe
"when I give a service user admin rights"

Have you checked that the service user running "IBM Cognos TM1 Server - bis_2022_DP" has got write access to D:\TM1_2022_DP\data

If the service account doesn't have access then the 1067 error will occur. The service account even if given permission may not be able to see the mapped drive. In which case use the unc instead to point to the folder

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Thu Aug 11, 2022 5:41 am
by remus25
yes, the user have full rights to this drive, folder and subfolder

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Thu Aug 11, 2022 7:49 am
by MarenC
Hi,

You might have already answered this but have you tried changing the port numbers?

Maren

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Thu Aug 11, 2022 9:37 am
by remus25
yes i have already changed the port numbers

Re: Error 1067 when starting IBM Cognos TM1 Server Service

Posted: Thu Jan 04, 2024 7:18 am
by ppniederbracht
Sorry for the late reply. I had the same error and found that the config-path in the registry (regedit) didn't update as I changed it in Cognos Configuration.

Way in Regedit: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<<Name given in Cognos Configuration>>

Maybe someone is still in need for this info ;-)