ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » workflow client problem

Post new topic  Reply to topic
 workflow client problem « View previous topic :: View next topic » 
Author Message
rkford11
PostPosted: Thu Sep 02, 2004 11:56 am    Post subject: workflow client problem Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

i am not able to login into workflow client.

FMC12290E execution srever for system FMCSYS is not responding to control requests

thanks
Back to top
View user's profile Send private message
vennela
PostPosted: Thu Sep 02, 2004 12:02 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Is your workflow server running?
How can you tell?
Do you see any errors in DB2 side, MQ Side, Workflow side?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
rkford11
PostPosted: Thu Sep 02, 2004 1:27 pm    Post subject: run time client problem Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

vennela wrote:
Is your workflow server running?
How can you tell?
Do you see any errors in DB2 side, MQ Side, Workflow side?


i dont see errors on DB2 side and MQ side. when i run fmcemain.exe in the command prompt the run time client works but i should not close the command propmt window. hope you understand
Back to top
View user's profile Send private message
vennela
PostPosted: Thu Sep 02, 2004 1:55 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

That means your workflow's QMGR's trigger monitor is not running. Start the trigger monitor
Back to top
View user's profile Send private message Send e-mail Visit poster's website
rkford11
PostPosted: Wed Sep 08, 2004 7:51 am    Post subject: still the problem continues Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

vennela wrote:
That means your workflow's QMGR's trigger monitor is not running. Start the trigger monitor


The trigger monitor of the queue manager is running but still the problem continues.
Back to top
View user's profile Send private message
Ratan
PostPosted: Wed Sep 08, 2004 8:44 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

Can you verify from your Admin utility that your Execution Server is running.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
rkford11
PostPosted: Wed Sep 08, 2004 9:57 am    Post subject: execution server not running Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

Ratan wrote:
Can you verify from your Admin utility that your Execution Server is running.


Except the administration server all the other servers are inactive. how to activate them.

thanks
Back to top
View user's profile Send private message
vennela
PostPosted: Wed Sep 08, 2004 10:16 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Quote:
The trigger monitor of the queue manager is running but still the problem continues.

On what QUEUE?

Using fmcautil you should be able to start an execution service. Look at the options.

This is a snapshot on how to do it

Code:

     FMC15010I Main Menu:
     s ... System Commands Menu
     m ... Select Server Menu
     e ... Errorlog Commands Menu
     l ... Systemlog Commands Menu
     u ... User Commands Menu
     x ... Exit Main Menu
m
   FMC15050I Select Server Menu:
     a ... Administration Server Commands Menu
     e ... Execution Server Commands Menu
     s ... Scheduling Server Commands Menu
     c ... Cleanup Server Commands Menu
     x ... Exit Select Server Menu
e
   FMC15052I Execution Server Commands Menu:
     i ... Info
     u ... Startup
     d ... Shutdown
     + ... Startinstance
     - ... Stopinstance
     q ... Query
     w ... Wait
     h ... Execution Server Hold Queue Commands Menu
     x ... Exit Execution Server Commands Menu
u
Back to top
View user's profile Send private message Send e-mail Visit poster's website
rkford11
PostPosted: Wed Sep 08, 2004 11:29 am    Post subject: error still Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

vennela wrote:
Quote:
The trigger monitor of the queue manager is running but still the problem continues.

On what QUEUE?

Using fmcautil you should be able to start an execution service. Look at the options.

This is a snapshot on how to do it

Code:

     FMC15010I Main Menu:
     s ... System Commands Menu
     m ... Select Server Menu
     e ... Errorlog Commands Menu
     l ... Systemlog Commands Menu
     u ... User Commands Menu
     x ... Exit Main Menu
m
   FMC15050I Select Server Menu:
     a ... Administration Server Commands Menu
     e ... Execution Server Commands Menu
     s ... Scheduling Server Commands Menu
     c ... Cleanup Server Commands Menu
     x ... Exit Select Server Menu
e
   FMC15052I Execution Server Commands Menu:
     i ... Info
     u ... Startup
     d ... Shutdown
     + ... Startinstance
     - ... Stopinstance
     q ... Query
     w ... Wait
     h ... Execution Server Hold Queue Commands Menu
     x ... Exit Execution Server Commands Menu
u



I tried but it gives me the following message
FMCSYS: FMC12290E The execution server for system FMCSYS
is not responding to control requests.

thanks
Back to top
View user's profile Send private message
Ratan
PostPosted: Wed Sep 08, 2004 12:26 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

check if your trigger monitor is properly configured.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
rkford11
PostPosted: Wed Sep 08, 2004 12:30 pm    Post subject: thanks Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

Ratan wrote:
check if your trigger monitor is properly configured.


Thank you ratan and vennela, after configuring trigger monitor it worked.
Back to top
View user's profile Send private message
texan
PostPosted: Fri Sep 10, 2004 5:06 am    Post subject: Reply with quote

Acolyte

Joined: 25 Feb 2004
Posts: 74

Can someone please tell me what is trigger monitor and how to verify it? Thanks.
Back to top
View user's profile Send private message
rkford11
PostPosted: Fri Sep 10, 2004 5:24 am    Post subject: tirgger monitor Reply with quote

Partisan

Joined: 06 Jun 2004
Posts: 316

texan wrote:
Can someone please tell me what is trigger monitor and how to verify it? Thanks.


The trigger monitor gets the trigger message from the initiation queue and starts the program specified. You can read more about the properties in websphere MQ services.
Back to top
View user's profile Send private message
Pats21
PostPosted: Tue Sep 02, 2008 4:20 am    Post subject: Reply with quote

Disciple

Joined: 08 Sep 2006
Posts: 154

I am also having the same problem.

and my trigger monitor is also running on queue called FMCTRIGGER.

Am not sure what else needs to be configured.

Anyone can help me on this ...

Pats ...
Back to top
View user's profile Send private message
Pats21
PostPosted: Mon Sep 15, 2008 6:32 am    Post subject: Reply with quote

Disciple

Joined: 08 Sep 2006
Posts: 154

Hi All,

I was able to solve the problem.

The issue was that the links for db2 library

/opt/IBM/db2/V8.1/lib/libdb2.so
/opt/IBM/db2/V8.1/lib/libdb2.so.1

were missing in /usr/lib folder.

Once i created them the issue was resolved.

Thanks ...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » workflow client problem
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.