IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

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 IBM® Integration Explorer to delete custom-named configurable services; however, you cannot delete IBM-defined configurable services. See Using the IBM Integration Explorer to work with configurable services for more information.

Supported platforms

  • Windows systems
  • Linux and UNIX systems
  • z/OS®. Run this command by customizing and submitting BIPDLCS; see Contents of the broker PDSE

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 broker is running.
  • After you have run this command, stop and restart the broker to ensure that deleted broker resources and properties are not being used.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-mqsideleteconfigurableservice--BrokerName-------------------->

>-- -c --ConfigurableService-- -o--ObjectName------------------><

Parameters

BrokerName
(Required) The name of the broker 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.

Authorization

For information about platform-specific authorizations, see the following topics: If you have enabled broker administration security, you must also set up the authority detailed in Tasks and authorizations for administration security.

Responses

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

Examples

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

an37210_.htm | Last updated Friday, 21 July 2017