views:

103

answers:

1

I am using Eclipse and i-series Navigator for database. when I ran my application it is showing:

Exception=Exception001{Id=0,Message=java.lang.RuntimeException:
     Failed to connect to queue manager,Severity=2}],
     ServiceID=GetCustomerProfile2,Status=2,TransactionID=1}

Please suggest what to do?

A: 

I don't know what your specific problem is but first port of call for all IBM product problems is the publib documentation site (iSeries stuff here) or the "Navigator for i" support site here.

The first thing I would do is to contact your iSeries support people and find out if there's a problem on their boxes with MQ. If they say no, then you need to figure out where iSeries Navigator is storing its logs on your local machine (since it's more likely to be a problem there).

The iSeries boxes are like nothing you've ever seen before (even the guys that work with System z think they're a bit strange :-). Better to get help from someone that knows about them.

paxdiablo
The boxes are not strange but unique ;-) Notice that MQ on the iSeries from the user point of view is normal MQ. Managing the stuff on the iSeries itself is a little bit different, but you can also do it from the Eclipse component. At least, connecting to MQ on the iSeries is 100% identical to connecting to another machine.
robertnl