Author |
Message
|
mrlazy |
Posted: Wed May 17, 2006 12:07 pm Post subject: Unable to start MQIPT service from services window. |
|
|
Centurion
Joined: 19 Apr 2006 Posts: 144
|
Hi,
We are using an MQ IPT in our production environment. Now I carry the responsibility of recreating it in a different environment.I installed the IPT,modified the mqipt.conf file. I added the MQ-IPT as a windows service using the command mqiptservice -install path. But when I try to start the MQIPT in the services window, the following error is generated:
Error:1067.
Event log:
The description for Event ID ( 0 ) in Source ( MQInternetPassThru ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: MQInternetPassThru error: 1063, StartServiceCtrlDispatcher failed..
Is there something missing from my side?? |
|
Back to top |
|
 |
PhilBlake |
Posted: Thu May 18, 2006 6:07 am Post subject: Unable to start MQIPT service from services window |
|
|
 Acolyte
Joined: 25 Oct 2005 Posts: 64
|
There are a couple of gotchas you can run into here
1. There must be quotes around the path name if there are any spaces in the fully-qualified path name for the mqiptservice -install command - see page 49 of the MQIPT book
2. The system PATH environment variable must contain an entry to the location of the java JNI rutime libraries (called jvm.dll) - see page 147 of the MQIPT book
HTH
Phil |
|
Back to top |
|
 |
Rahul999 |
Posted: Thu Mar 15, 2007 1:45 am Post subject: Where can i find a MQIPT book |
|
|
 Centurion
Joined: 14 Mar 2007 Posts: 134
|
Hi,
Can u tell me where i can find MQIPT book, as u have mentioned in ur reply.
sorry, to post so late
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 15, 2007 3:14 am Post subject: Re: Where can i find a MQIPT book |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Rahul999 wrote: |
Hi,
Can u tell me where i can find MQIPT book, as u have mentioned in ur reply.
sorry, to post so late
 |
It's in the support pack. MQIPT is a support pack (I?83 ?)  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Rahul999 |
Posted: Thu Mar 15, 2007 4:29 am Post subject: |
|
|
 Centurion
Joined: 14 Mar 2007 Posts: 134
|
Hi,
I got onlya single pdf MQ_IPassThru.pdf, it contains only 38 pages.
There is no such page no. 147 in it.
Grand master if u have some other pdf for MQIPT , can u send it to me.
my mail id is rahul_arya9999@yahoo.com.
thnx in advance |
|
Back to top |
|
 |
Rahul999 |
Posted: Mon Mar 19, 2007 11:45 pm Post subject: |
|
|
 Centurion
Joined: 14 Mar 2007 Posts: 134
|
|
Back to top |
|
 |
Michael Dag |
Posted: Tue Mar 20, 2007 1:11 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
Rahul999 |
Posted: Sat Apr 21, 2007 2:12 am Post subject: |
|
|
 Centurion
Joined: 14 Mar 2007 Posts: 134
|
Hey ,
Don't mine.
Very thnx for this info.
now, i have set the PATH to jvm.dll, so, do i need to restart my system to make it work, as it is not working. |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Apr 22, 2007 9:06 am Post subject: Just Restart the Service |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
If you are sure that everything is setup correctly in your environment
However as you are messing with the system environment I suggest the following
1) Set the MQIPT Service to MANUAL startup.
2) Reboot to ensure you have a clean environment
3) Check that the mods for the jvm path are correct
if not correct them
4) Start the service manually via the services.msc panel.
5) Check the system event log for errors. Also check the mqipt logs as well.
This will allow you to verify that any changes you have made to the environment are truly correct.
Once you have the IPT service running don't forget to save the changes you have made in case the system goes belly up and you have to move to another box.
MQIPT is a great support pack but you just have to be careful in how you set it up when running as a service. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|