-->

IBM Integration Bus (IBM Message Broker)

This site is under construction

Friday, April 15, 2016

SAP Adapter Configuration in Message Broker




1) Set the Adapter Credential to Broker

mqsisetdbparms <Mybroker_Name>  -n eis::<MyAdapterName> -u <Username> -p <Password>

2) Create the Configurable Service

mqsicreateconfigurableservice <Mybroker_Name> -c SAPConnection -o <MyAdapterName> -n applicationServerHost,client,connectionIdleTimeout,systemNumber -v "<ENTER applicationServerHost NAME>","<ENTER client NAME>","<SpecifyconnectionIdleTimeout>","<Enter systemNumber>"


3) To Check all your SAP Connection

mqsireportproperties <Mybroker_Name> -c SAPConnection -o AllReportableEntityNames -r


4) To delete  your SAPConnection

mqsideleteconfigurableservice <Mybroker_Name> -c SAPConnection -o <MyAdapterName>




Specify -c to identify the configurable service type.
Specify -o to identify the name of the configurable service object.
Specify -n to identify the properties of the service.
Specify -v to identify the values of the properties specifie

No comments :

Post a Comment