Default subscription was missing after creating it with the below command it has solved the problem.
DEFINE SUB(SYSTEM.DEFAULT.SUB) +
TOPICSTR('') +
TOPICOBJ('') +
DEST('') + ...
we ran saveqmgrc from the server itself and it is failed with the same reason. I suspect that it will give the same error if we run from desktop as well. How to run it from desktop? what configuration ...
we are using mq version 7.0
we are trying to take a back up of one of the queue managers and getting the mq error 2428. There are no subscriptions other than the system ones.
here is the command and ...