Kieran
(Kieran Millward)
1
We go live on Monday with 2023.2 and I have been prepping the app server ready for the cut over on the weekend and got a strange error.
I added two new app servers for Live and Pilot and when I went to create the task agents for them I get this error.
“An error occurred while attempting to register the service with the application server. There can only be up to 3 task agents services registered.”
I only currently have one task agent from the test application???
Is there something simple or silly I’ve overlooked or need to do to fix this?
Cheers
Kieran
markdamen
(Mark Damen)
2
In Kinetic System Monitor, go to the Actions Menu and External Service Status.
That will show you the registrations that it is aware of. Check for any that are not valid, and you can remove them from the Actions menu also.
7 Likes
See what is registered:
SELECT * FROM ice.ExtServiceRegistration
Delete the extra ones that are invalid/obsolete:
DELETE FROM ice.ExtServiceRegistration WHERE [you have to fill in the blank here]
4 Likes
Kieran
(Kieran Millward)
4
Awesome, thank you both for the info. All sorted 
1 Like