Resolution: Description: ============ After updating property bw.platform.services.retreiveresources.Enabled as "false" in bwengine.xml, In Administrator, the Built-in Resource service agent is not disabled.
Resolution: =========== "bw.platform.services.retreiveresources.Enabled" is just a property to enable or disable the functionality (not the service agent). The service agent itself, the same as other process starter, will be enabled on BW engine startup by default.
There are two options to disable the service agent:
Option 1: Add the following property in the deployed application .tra or bwengine .tra file and restart the engine. It will then be disabled. ************* EnableOnStartup.builtinResource.serviceagent=false *************
Option 2: Comment the following line in deployed application.tra file. It will disable the builtinResouce agent. #ServiceAgent.builtinResource.serviceagent.Class=com.tibco.plugin.brp.BRPServiceAgent