TM1 10.2.1.1 cfg parameter issue
Posted: Tue Jul 29, 2014 12:39 pm
I have recently created a chore which I call in the cfg of each of my services in TM1. This is done by a parameter named "StartUpChores".
In the CFG file, the parameter looks like this: StartupChores=FindServiceAndServerName
where FindServiceAndServerName is the name of the chore.
An extract of our cfg file:
A very strange thing has happend in our pre production server. When we start up a server, we run a batch to see if it is running, along with the PID number, and what comes up is a server, but with the name 'StartupChores=FindService' (or sometimes without the first character of the name). It seems as if the name of the parameter, along with the chore name, is used for the name of the Server we start.
We edit the parameter so it says: 'Test StartupChores=FindServiceAndServerName' and the same thing happens, a server, upon starting is called that name. It even happens if we comment out that line in the config file!
This only happens in our pre production server, we have the same parameter in our other servers, and this does not happen.
Because the server with the StartupChores=FindServiceAndServerName is an actual server, it (because of our maintenance) restarts every night. We can not turn this off, because it has no actual location, it just piggy backs off somthing else and lives as his own service. This service acts as a real service, which takes up real memory, bounces, etc. Even though, we never set it up, nor does live in our TM1 listing.
We have tried replacing the CFG file and the same thing occurs. We tried restarting our server remotely and it does no good. I have gone through the dump file, but it just takes me to the log,data, and rawstore directory paths of the server we wanted to start up. The dump file also shows a config file, with the data of the orignial server we wanted to start up.
My question is, has anyone ever come up with somthing like this before? Is anyone aware of any problems that arise with the cfg parameter StartUpChores? I have use this parameter many times, and it has been fine. This is very strange behaviour and any information would be most appreciated.
Thank you.
In the CFG file, the parameter looks like this: StartupChores=FindServiceAndServerName
where FindServiceAndServerName is the name of the chore.
An extract of our cfg file:
Code: Select all
#GroupsCreationLimit= 20000
GroupsCreationLimit= 100
AllowSeparateNandCRules=T
ParallelInteraction=T
PersistentFeeders=T
ForceReevaluationOfFeedersForFedCellsOnDataChange=F
DisableSandboxing=F
# Multi Threaded Queries MTQ = x Where X = No Of Cores
#MTQ=4
StartupChores=FindServiceAndServerName
# this is the default
AuditLogMaxQueryMemory= 100MB
AuditLogUpdateInterval=60
We edit the parameter so it says: 'Test StartupChores=FindServiceAndServerName' and the same thing happens, a server, upon starting is called that name. It even happens if we comment out that line in the config file!
This only happens in our pre production server, we have the same parameter in our other servers, and this does not happen.
Because the server with the StartupChores=FindServiceAndServerName is an actual server, it (because of our maintenance) restarts every night. We can not turn this off, because it has no actual location, it just piggy backs off somthing else and lives as his own service. This service acts as a real service, which takes up real memory, bounces, etc. Even though, we never set it up, nor does live in our TM1 listing.
We have tried replacing the CFG file and the same thing occurs. We tried restarting our server remotely and it does no good. I have gone through the dump file, but it just takes me to the log,data, and rawstore directory paths of the server we wanted to start up. The dump file also shows a config file, with the data of the orignial server we wanted to start up.
My question is, has anyone ever come up with somthing like this before? Is anyone aware of any problems that arise with the cfg parameter StartUpChores? I have use this parameter many times, and it has been fine. This is very strange behaviour and any information would be most appreciated.
Thank you.