Integrating connector
You can configure Magento connector with the IBM® Product Master application.
Following Magneto2 connector
can be implemented with the IBM Product Master application. Magento2 connector is a
downstream connector for publishing the Product Master
product items to the Magento2 e-commerce platform.
The setup and configuration of the connector basically involves the following
tasks:
- Installing the connector
- Updating properties file
- Configuring IBM Product Master extension
- Importing data models
- Importing operational catalog data (JD Edwards connector)
- Verifying end-to-end flow
- Troubleshooting and commons errors
- Before you start any connector, update the spring.main.web-application-type=none attribute in the $TOP_CONNECTOR/connector/mdmce-<connector_name>-connector/conf/application.properties file.
- To manually stop any connector, use the following
command:
To get the PID use, the following command:kill -9 <PID>
ps -ef | grep <connector_name>