cancel
Showing results for 
Search instead for 
Did you mean: 

Errors with the Reciver side JMS adapters

avinash_ayanala
Participant
0 Kudos

Hello team,

I am working on the receiver side JMS adapter and i have faced the error as attached to the discussion and the error that is raising in it is

"Message processing failed,cause: com.sap.aii.adapter.jms.core.fsm.DFA$InvalidTransition exception: No transition found from state ERROR, on event process_commence for DFA: CC_Avi_file_to_JMS_recv:B528b787ceb33f448bf68cc9a5ce9a27"

So please help me in this issue.

Regards,

Avinash

Accepted Solutions (1)

Accepted Solutions (1)

avinash_ayanala
Participant
0 Kudos

Hello Team,

I have solved my problem. Actually i don't have the proper authentication to access the default channel "SYSTEM.DEF.SVRCONN" of MQ7.5 so i made the channel accessible by running these commands in the command prompt in administrative mode they are

runmqsc <Queue Manager name>

ALTER QMGR CHLAUTH(DISABLED)

and then i was able to access and run the scenario successfully.

Regards,

Avinash

Answers (3)

Answers (3)

former_member184720
Active Contributor
0 Kudos

Hi Avinash - was there any unplanned downtime for your MQ system i.e. JMS system?

Please check if the JMS system is back to normal and then stop/starting the channel should work..

Muniyappan
Active Contributor
0 Kudos

Hi,

i faced this issue before.stopping and starting channels worked for me.

Regards,

Muniyappan.

Former Member
0 Kudos

Hello,

This kind of error usually comes when u provide wrong queue name. so cross check the same.

Thanks

Amit Srivastava