mqsideleteconfigurableservice command

Use the mqsideleteconfigurableservice command to delete a configurable service, such as a JMS provider, JDBC provider, or FTP server, that you have created by using the mqsicreateconfigurableservice command.

You can also use the web user interface to delete configurable services that you created; however, you cannot delete IBM® predefined configurable service templates. See Deleting configurable services for more information.

Purpose

Use this command to delete a configurable service. Use the mqsireportproperties command to view the configurable services that are defined.

Usage notes

  • Before you run this command, ensure that the integration node is running.
  • After you have run this command, stop and restart the integration node to ensure that deleted integration node resources and properties are not being used.

Syntax

Read syntax diagramSkip visual syntax diagram mqsideleteconfigurableservice integrationNodeName  -c  ConfigurableService  -o ObjectName

Parameters

integrationNodeName
(Required) The name of the integration node to modify. This parameter must be the first parameter.
-c ConfigurableService
(Required) The type of configurable service. Use the mqsireportproperties command to view the list of all defined services.

For a list of supplied configurable services, and their properties and values, see Configurable services properties.

-o ObjectName
(Required) The name of the object for which you want to delete the properties. Use the mqsireportproperties command to view the list of properties that you can delete.

Responses

This command returns the following responses
  • BIP8012 Unable to connect to system components
  • BIP8014 Component cannot be created
  • BIP8073 Invalid integration node name
  • BIP8984 Configurable service was not found

Examples

Delete a CICSConnection configurable service for integration node IBNODE:
mqsideleteconfigurableservice IBNODE -c CICSConnection 
-o myCICSConnectionService
Delete a CORBA configurable service for integration node IBNODE:
mqsideleteconfigurableservice IBNODE -c CORBA -o myCORBAService
Delete an EmailServer configurable service for integration node IBNODE called myEmailConfigurableServiceName that the EmailInput node or message flow is referring to at runtime:
mqsideleteconfigurableservice IBNODE -c EmailServer 
-o myEmailConfigurableServiceName
Delete an FtpServer configurable service for integration node IBNODE:
mqsideleteconfigurableservice IBNODE -c FtpServer -o Server01
Delete an IMS configurable service called myIMSconnectService:
mqsideleteconfigurableservice IBNODE -c IMSConnect 
-o myIMSconnectService
Delete a JavaClassLoader configurable service:
mqsideleteconfigurableservice IBNODE -c JavaClassLoader -o myJavaClassLoader
Delete a JMS provider configurable service called MyProviderXYZ:
mqsideleteconfigurableservice IBNODE -c JMSProviders -o JMS_MyProviderXYZ
Delete a monitoring profile:
mqsideleteconfigurableservice IBNODE -c MonitoringProfiles -o myMonitoringProfile
Delete the PeopleSoftConnection configurable service that is associated with myPeopleSoftAdapter.outadapter:
mqsideleteconfigurableservice IBNODE -c PeopleSoftConnection 
-o myPeopleSoftAdapter.outadapter
Delete a security profile for LDAP use:
mqsideleteconfigurableservice IBNODE -c SecurityProfiles -o MyLDAPProfile
Delete the SiebelConnection configurable service that is associated with mySiebelAdapter.outadapter:
mqsideleteconfigurableservice IBNODE -c SiebelConnection -o mySiebelAdapter.outadapter
Delete a TCPIPClient configurable service:
mqsideleteconfigurableservice IBNODE -c TCPIPClient 
-o ClientPort1452HostnameJsmith
Delete a TCPIPServer configurable service:
mqsideleteconfigurableservice IBNODE -c TCPIPServer -o ServerPort1452