Which command creates basic user credentials to allow logging into the web user interface?
Which file needs to exist in the directory where the command docker build run?
The following flow receives order messages on an MQInput node then uses a Compute node to do some processing and sends MQ messages to two warehouses on two different queues.
The compute node routes the message to two MQOutput nodes connected through terminals Out1 and Out using the following ESQL expressions.
PROPAGATE TO TERMINAL 'out1; RETURN TRUE;
After deploying the flow, the solution developer noticed that the second queue always receives an empty message. To fix this issue, which ESQL expression lines should be used in the Compute node instead?
What is the purpose of the mqsicreateworkdir command?
Purpose
You use themqsicreateworkdircommand to create a new directory to be used as an integration server's work directory.