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.