Author |
Message
|
anuppc |
Posted: Tue May 31, 2005 7:12 am Post subject: Defining UPES |
|
|
 Voyager
Joined: 22 Oct 2002 Posts: 93 Location: Montreal
|
Can i define a UPES which points to a different QMgr i.e other than FMCQM (the standard WF QMgr.)?
I get errors when i try to do do this... If i use a UPES on FMCQM then the template works without errors. _________________ BlowFish |
|
Back to top |
|
 |
jmac |
Posted: Tue May 31, 2005 7:37 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I've not done this, but I would think it should be possible. What are the errors you are getting? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Tue May 31, 2005 9:25 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
Can i define a UPES which points to a different QMgr i.e other than FMCQM (the standard WF QMgr.)?
I get errors when i try to do do this... If i use a UPES on FMCQM then the template works without errors. |
It is definitely possible. But the UPES queue should be visible to the workflow server QMGR. It could either be a cluster Q or a distributed Q. |
|
Back to top |
|
 |
anuppc |
Posted: Tue May 31, 2005 9:55 am Post subject: |
|
|
 Voyager
Joined: 22 Oct 2002 Posts: 93 Location: Montreal
|
Vennela,
can u tell me how we can make this set up...
I have standard FMCQM and another QM1
The UPES Queue is Q1 on QM1
How do i set up the cluster....?
Thanks a lot _________________ BlowFish |
|
Back to top |
|
 |
anuppc |
Posted: Tue May 31, 2005 9:59 am Post subject: |
|
|
 Voyager
Joined: 22 Oct 2002 Posts: 93 Location: Montreal
|
Do i have to define a remote queue on FMCQM which points to a local queue on QM1? _________________ BlowFish |
|
Back to top |
|
 |
vennela |
Posted: Tue May 31, 2005 11:04 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
anuppc wrote: |
Do i have to define a remote queue on FMCQM which points to a local queue on QM1? |
On FMCQM:
define ql(QM1) usage(XMITQ)
define qr(UPES) rname(UPES) RQMNAME(QM1) xmitq(QM1)
On QM1:
define ql(UPES).
Also SDR and RCVR channels should be defined on both the QMGRs |
|
Back to top |
|
 |
|