KB Article #178133
Command MFP with CIP Integration
Problem
- For default Integration/activity command to use is :
b2b-server:/opt/axway/b2bi/Integrator/bin # ./mfp -h b2b-server -s 8854 -u b2bi -P b2bi -i "B2Bi 1" -a "A02 MFP Inbound" -M /opt/axway/b2bi/Integrator/bin/toto -t 1
Result :
LoggerId logger_942_0000000000004903
Status Ok
- Same command for CIP Integration doesn't work :
b2b-server:/opt/axway/b2bi/Integrator/bin # ./mfp -h b2b-server -s 8854 -u b2bi -P b2bi -i "TEST_IT_001" -a "TEST_ACTIVITY_001" -M /opt/axway/b2bi/Integrator/bin/toto -t 1
Result : “failed to submit message: Submit message to unknown activity.”
Resolution
Correct name of the Integration has to be check in the Performance Monitor :
Integration name : CIP/Project_001/TEST_IT_001
Activity name : TEST_ACTIVITY_001
Correct command to use is :
b2b-server:/opt/axway/b2bi/Integrator/bin # ./mfp -h b2b-server -s 8854 -u b2bi -P b2bi -i "CIP/Project_001/TEST_IT_001" -a "TEST_ACTIVITY_001" -M /opt/axway/b2bi/Integrator/bin/toto -t 1
Result :
LoggerId logger_942_0000000000004903
Status Ok