Author |
Message
|
rk_vijayawada |
Posted: Mon Jan 19, 2004 2:41 pm Post subject: AMQ8227 |
|
|
Newbie
Joined: 19 Jan 2004 Posts: 3
|
HI ALL,
I'm getting clutched because of the following ..can somebody throw some light.
define channel(SYSTEM.ADMIN.SVRCONN) chltype(svrconn) trptype(tcp) mcauser('nobody')
1 : define channel(SYSTEM.ADMIN.SVRCONN) chltype(svrconn) trptype(tcp) mcauser('nobody')
AMQ8227: Channel SYSTEM.DEF.SVRCONN not found.
Thanks in Advance...
Aarkay.. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Jan 19, 2004 3:10 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
It is complaining that you previously deleted the 'SYSTEM.DEF.SVRCONN' channel. You should never delete any of the SYSTEM.DEF.** MQ objects because the queue manager relies on them.
Try and recreate the 'SYSTEM.DEF.SVRCONN' channel.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
rk_vijayawada |
Posted: Mon Jan 19, 2004 3:25 pm Post subject: |
|
|
Newbie
Joined: 19 Jan 2004 Posts: 3
|
I never deleted no channel |
|
Back to top |
|
 |
csmith28 |
Posted: Mon Jan 19, 2004 5:51 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
can you see the SYSTEM.DEF.SVRCONN channel by running a dis chl against it?  _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
vmcgloin |
Posted: Tue Jan 20, 2004 1:13 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
This extract from the Intercommunication Guide might help:
Quote: |
Changing the default objects
Once the default objects have been created, you can replace them at any time by running the STRMQM command with the -c option. When you specify the -c option, the queue manager is started temporarily while the objects are created and is then shut down again. You must use the STRMQM command again, without the -c option, if you want to start the queue manager.
|
So try strmqm -c <qmgrname> to replace the objects. Much older versions of MQ had the amqscoma.tst sample to define the objects but I don't think it is there anymore. |
|
Back to top |
|
 |
rk_vijayawada |
Posted: Tue Jan 20, 2004 12:13 pm Post subject: |
|
|
Newbie
Joined: 19 Jan 2004 Posts: 3
|
Hi folks ,
Thanks for ur help.. deleted the qmgrs and recreated the qmgrs .. that solved the problem..
Thanks again.. |
|
Back to top |
|
 |
|