Hi Zia,
IF you want to handle that out from terminal first you
need to create a handle for your production and then for the
service . Then you will have to set the Enabled property to zero ,
save the service handle and then update the production.
You will have to perform the following:
Set obj = ##class(Ens.Config.Production).%OpenId
("YourProductionName",.tStatus)
set obj1 = obj.FindItemByConfigName("YourServiceName")
set obj1.Enabled = 0
set tStatus = obj1.%Save()
Then
set tSC= ##class(Ens.Director).UpdateProduction()
I hope that helps.
Regards,
Rahul Srivastava
+91-9818446535