Defining the User Defined Configurable Service

The following values are used in the example of defining a user defined configurable service:
Database Host:         databaseHost
Database Port:         50000
Database User:         dbadmin
Database Password:     dbpassword
IBM
WebSphere
Liberty Host:              ADMINIB-8507281
IBM
WebSphere
Liberty Bootstrap:         2809
IBM
WebSphere
Liberty User:              wasadmin
IBM
WebSphere
Liberty Password:          waspassword
SAS Client file:       C:/ProgramData/IBM/MQSI/thinclient/sas.client.props
SSL Client file:       C:/ProgramData/IBM/MQSI/thinclient/ssl.client.props
An example of the command to use to define a user defined configurable service with the values from the assumptions is shown in the following example:
mqsicreateconfigurableservice TEST -c UserDefined -o DecisionService2 
     -n   db.driver,db.password,db.url,
          db.user,ds.initialContextFactory,
          ds.javaVmArgs.com.ibm.CORBA.ConfigURL,
          ds.javaVmArgs.com.ibm.SSL.ConfigURL,
          ds.jmxUri,
          ds.listenRuleSetChange,ds.password,ds.providerUri,ds.serverCheckInterval,ds.user,
          xu.maxSize,xu.waitTimeout
     -v   "com.ibm.db2.jcc.DB2Driver","dbpassword","jdbc:db2:// database- Host:50000/RESDB",
          "dbadmin","com.ibm.websphere.naming.WsnInitialContextFactory",
          "file:///C:/ProgramData/IBM/MQSI/thinclient/sas.client.props",
          "file:///C:/ProgramData/IBM/MQSI/thinclient/ssl.client.props",
          "service:jmx:iiop://ADMINIB-8507281/jndi/corbaname:iiop:ADMINIB-8507281:2809/WsnAdminNameService#JMXConnector",
          "true","waspassword","corbaloc:iiop:localhost:2809","5000","wasadmin",
          "10","-1"