what is channel indoubt state ? how to resolve

Answers were Sorted based on User's Feedback



what is channel indoubt state ? how to resolve..

Answer / bhupal

STOP CHANNEL(A.TO.B)
RESET CHANNEL(A.TO.B) SEQNUM(1)
RESOLVE CHANNEL(A.TO.B) ACTION(BACKOUT or COMMIT)
START CHANNEL(A.TO.B)

Is This Answer Correct ?    3 Yes 1 No

what is channel indoubt state ? how to resolve..

Answer / mahesh

indoubt state means the channel doesn't know whether the message is commit or rollback that time channel will going to retrying state that is called indoubt state...


stop channel(channel name)

resolve channel(channel name) action(commit or rollback)

start channel(channel name)

Is This Answer Correct ?    2 Yes 2 No

what is channel indoubt state ? how to resolve..

Answer / bhupal

stop chl(chlname) mode(force)
resolve chl(chlname) seqnum(1)
resolve chl(chlname) action(rollback or commit)
start chl(chlname)

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More MQSeries Interview Questions

List the types of messages in mqseries?

1 Answers  


which queue having current queue depth should be greater than zero?

4 Answers   IBM,


Tell me apart from websphere mq, have you used any other message oriented middleware (mom) or any other mq series provider?

1 Answers  


What is topic in mq?

1 Answers  


Explain what is intercommunication in mqseries?

1 Answers  


What is a message?

6 Answers  


What are the commands used for starting and stopping the queue manager?

1 Answers  


What are the effects of using persistent messages?

1 Answers  


Explain where are the backup files are present after creating the queue manager?

1 Answers  


What is the message server in mqseries?

1 Answers  


where the error logs in Appear in Z/OS?

2 Answers   IBM,


What is mqtt client?

1 Answers  


Categories