Error message : The task agent service has already been registered with this server the allowed number of times…
How do I resolve it?
thank you in advance
Khunchay
Error message : The task agent service has already been registered with this server the allowed number of times…
How do I resolve it?
thank you in advance
Khunchay
In E10.1 there can only be three taskagent configurations associated to one database; in E10.0 there can only be one taskagent per database.
Which version of Epicor ERP are you currently on and how many existing taskagent configurations are in use against this database?
Dear Nathan,
Thank you for your reply.
The version is 10.1.400
I cloned the database server from old VM and deleted task agent in the application server.
I think it don’t have task agent connect this database.
Thank you so much,
Khunchay
Execute the following against your database
delete from ice.extserviceregistration where serviceid='TaskAgentService'
and you should be able to register a new taskagent configuration afterwards.
Dear Nathan,
I fixed it.
Thank you so much.
br,
Khunchay
Thank you aidacra…