Author |
Message
|
smyers |
Posted: Thu Jun 12, 2003 12:31 pm Post subject: FMC_API_ERROR_TIMEOUT: A timeout has occurred |
|
|
 Novice
Joined: 18 Jul 2002 Posts: 17
|
Hello,
I keep getting this error whenever I try to delete a latent process instance from within mq workflow:
FMC_API_ERROR_TIMEOUT: A timeout has occurred
I am assuming here that this is a connection issue, and I am looking for various ways to restart, etc.
I am also not able to submit any new messages, etc. I have seen that other people have run into this error before, but under different circumstances. When I check my workflow logs (btw I am running this under win2k), I see the following repeated in fmcerr.log (QL.ADSLTRNS is an alias queue of mine to which I am trying to submit):
MQSeries Workflow 3.3 Error Report
Report creation = 6/12/2003 1:37:42 PM
Related message = FMC31050E An error has occurred which has terminated processing.
Error location = File=e:\v330\src\fmccdvmq.cxx, Line=1455, Function=FmcMQDevice::OpenQueue(const FmcString&,const FmcString&,long,FmcDeviceControler&)
Error data = FmcFMLException, MQReturnCode=2, MQReasonCode=2087, MQObjectName=QL.ADSLTRNS, severe error
When I check fmcsys.log I see this repetitive message:
6/12/2003 1:37:42 PM FMC31050E An error has occurred which has terminated processing.
6/12/2003 1:37:42 PM FmcFMLException, MQReturnCode=2, MQReasonCode=2087, MQObjectName=QL.ADSLTRNS, severe error6/12/2003 1:37:42 PM FMC31050E An error has occurred which has terminated processing.
6/12/2003 1:37:42 PM FmcFMLException, MQReturnCode=2, MQReasonCode=2087, MQObjectName=QL.ADSLTRNS, severe error2003/06/12 1:37:42 PM FMC10510I Execution server instance stopped.
I have also rebooted and restarted my workflow and mq services. I would appreciate any suggestions.
Thanks |
|
Back to top |
|
 |
vennela |
Posted: Thu Jun 12, 2003 12:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Where is the server and where is the client.
What sort of client is it (is it a client with QMGR or a client with MQ Client) or a stand alone setup
need some more details on your setup
-------
Venny |
|
Back to top |
|
 |
smyers |
Posted: Thu Jun 12, 2003 12:57 pm Post subject: |
|
|
 Novice
Joined: 18 Jul 2002 Posts: 17
|
Hi Venny,
I am running all of this locally (win2k), and am using my own local queue manager (FMCQM). I am not sure what you mean when you ask what kind of client it is that I am using - how can I find out? I assume that it connects to my own queue manager...
I have run a system query using fmcautil and see the following:
FMC16220I Administration Server is 'active'.
FMC16220I Cleanup Server is 'inactive'.
FMC16221I Execution Server is 'active' (2 instance(s) running).
FMC16220I Scheduling Server is 'active'.
Thanks! |
|
Back to top |
|
 |
Ratan |
Posted: Thu Jun 12, 2003 1:11 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Are you sure your alias queue 'QL.ADSLTRNS' is correctly pointing to your EXEXMLINPUTQ on FMCQM.
Also state the versions of MQWF and MQ. _________________ -Ratan |
|
Back to top |
|
 |
smyers |
Posted: Thu Jun 12, 2003 1:20 pm Post subject: |
|
|
 Novice
Joined: 18 Jul 2002 Posts: 17
|
I should clarify that the QL.ADSLTRNS queue was actually being used as a REPLYTO Queue so I could see what was coming back - sorry about that. Nothing has changed in regards to my other queues and my exe input queues. This error just started happening for some reason.
Thanks |
|
Back to top |
|
 |
Ratan |
Posted: Thu Jun 12, 2003 1:26 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
You mentioned in your initial post that QL.ADSLTRNS is the queue you are trying to submit to.
If it is the replyto queue. make sure you are specifying the ReplyTo QM correctly. your error indicates it is unable to connect to ReplyTO QM. Check in the Message Header of your input Message to verify the ReplyTo QM name is correct. _________________ -Ratan |
|
Back to top |
|
 |
Ratan |
Posted: Thu Jun 12, 2003 1:28 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
If QL.ADSLTRNS is your RplyTo queue it should not effect your Workflow server. May be something else is going wrong. Explain in detail exactly how your Environment is setup. _________________ -Ratan |
|
Back to top |
|
 |
vennela |
Posted: Thu Jun 12, 2003 1:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If the error is intermittent and if you think everything from your side is fine then you should report it. I have seen a similar error and that is fixed in Service Pack 4.
Check this link. The error is 2085 though and not 2087.
http://www.mqseries.net/phpBB2/viewtopic.php?t=7996&highlight=2085
The above error is fixed in SP4. Most likely your error is new and different and it helps to report.
-------
Venny |
|
Back to top |
|
 |
|