• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

webSphere MQ problem

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
im new to WebSphere MQ..
i tried to start JMSAdmin via
D:\IBM\WebSphere MQ\Java\bin> JMSAdmin.bat -v <d:/ibm/jmsdemoJNDIbindings.scp>

but i have this exception:
---------------------------------------------------------------------------
Error: javax.naming.ServiceUnavailableException: Unable to connect to the target
queue manager 10.0.2.101:1414/SYSTEM.DEF.SVRCONN [Root exception is com.ibm.mq.
MQException: MQJE001: An MQException occurred: Completion Code 2, Reason 2195
MQJE020: CCSID not supported by queue manager]
---------------------------------------------------------------------------

anyone has an idea why this exception appear!
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Hany,

My advice is to make sure that the settings for queue manager, ip address, port is correctly setted on your application server and from mq side try to make sure that you create a server connection channel to be used by JMS.
Also try to run the underlying command to create all needed channels and queues for JMS by doing the following:

1- Go to this path C:\Program Files\IBM\WebSphere MQ\Java\bin.
2- execute this command: runmqsc queue_manager_name > MQJMS_PSQ.mqsc

best regards

[email protected]
 
We're being followed by intergalactic spies! Quick! Take this tiny ad!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic