Collecting MustGather data for Sterling order transfer issues
Prepare the following MustGather information before you call HCL Support to help with Sterling order transfer issues.
Procedure
-
Configure the following trace string in the Transaction server Docker container.
For information about how to set trace strings, see Configuring logging for the Transaction Server.*=info:com.ibm.commerce.orderintegration=all
-
Reproduce the problem.
Record the specific steps that you used to reproduce the problem and any details that might be relevant.
-
Collect the following files from the Transaction server Docker container.
- /opt/WebSphere/AppServer/profiles/default/installedApps/localhost/ts.ear/xml/config/com.ibm.commerce.inventory.external/wc-component-client.xml
- /opt/WebSphere/AppServer/profiles/default/installedApps/localhost/ts.ear/xml/config/com.ibm.commerce.order/wc-admin-component.xml
- /opt/WebSphere/AppServer/profiles/default/installedApps/localhost/ts.ear/xml/config/com.ibm.commerce.order-ext/wc-admin-component.xml
- /opt/WebSphere/AppServer/profiles/default/installedApps/localhost/ts.ear/xml/config/wc-server.xml
- /opt/WebSphere/AppServer/profiles/default/logs/server1/*.*
- Sterling_installDir/logs/
- Sterling_profileDir/logs/server/
-
Run the following database queries to collect the necessary information from your database
(output results in CSV format).
SELECT * FROM TRANSPORT SELECT * FROM CSEDITATT SELECT * FROM ISEDITATT SELECT * FROM PROFILE SELECT * FROM MSGSTORE SELECT * FROM STORE SELECT * FROM STOREENT SELECT * FROM BUSEVENT SELECT * FROM ORDER WHERE ORDER_ID = <order_id> SELECT * FROM ORDSTAT WHERE ORDER_ID = <order_id>