You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is fteListAgents command is not in the PATH. You can run by providing the absolute path for the command. But the command requires the MFT configuration information as well, i.e BFG_DATA environment variable must point the folder where MFT configuration is located. So basically two steps required, export BFG_DATA, export PATH having MFT commands path and then run the fteListAgents command.
I tried running multiple commands in docker exec:
docker exec bash -c 'export BFG_DATA=/mftdata ; export PATH=$PATH:/var/mqm/mft/bin ; fteListAgents'
where /mftdata is directory where MFT configuation is located and /var/mqm/mft is where MFT binaries are located.
docker exec -ti fteListAgents is giving
OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused "exec: "fteListAgents": executable file not found in $PATH": unknown error
Client: Docker Engine - Community
Version: 19.03.9
The text was updated successfully, but these errors were encountered: