Author |
Message
|
mkhadse |
Posted: Tue Jan 06, 2004 5:03 pm Post subject: Error in webclient servlet.log |
|
|
Acolyte
Joined: 31 Dec 1969 Posts: 73
|
Hi,
I am getting the following error in servlet.log or the servlet containers log file. Any ideas why this is happening?
FMC00817E The result of the query is larger than allowed.
Thanks |
|
Back to top |
|
 |
Prahasith |
Posted: Tue Jan 06, 2004 8:38 pm Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
change the MAXIMUM MESSAGE QUERY SIZE setting of the domain.
and bounce the workflow servers |
|
Back to top |
|
 |
mkhadse |
Posted: Fri Jan 09, 2004 10:53 am Post subject: |
|
|
Acolyte
Joined: 31 Dec 1969 Posts: 73
|
Increased the MAX_MESSAGE_SIZE and MAX_QUERY_MESSAGE_SIZE. Increase the qm message size and queue/channel message size on Workflow queue manager.
But, now I get 'Intrenal Error' on the webclient screen. Can anybody point me in the correct direction to analyze this problem.
Thanks |
|
Back to top |
|
 |
MaheshPN |
Posted: Sun Jan 11, 2004 12:08 pm Post subject: |
|
|
 Master
Joined: 21 May 2003 Posts: 245 Location: Charlotte, NC
|
Hi,
I faced the same problem, that you got, when I have requirement of returning more than 2000 workitems through webclient.
I changed the MAX_MESSAGE_SIZE and MAX_QUERY_MESSAGE_SIZE to 'UNLIMETED'. I did not touched any channel or Queue properties that you have changed. It is working good for me.
I guess(not sure), reset the MQ settings that u changed in MQ and change the MAX_MESSAGE_SIZE and MAX_QUERY_MESSAGE_SIZE to 'UNLIMETED' and restart the server.
Good Luck !!!!
-Mahesh
IBM Certified Solution Expert -MQWorkflow |
|
Back to top |
|
 |
byrned |
Posted: Wed Mar 24, 2004 1:48 am Post subject: |
|
|
Newbie
Joined: 08 Oct 2003 Posts: 9 Location: Ireland
|
Hi,
I am facing the same problems that you talked about. I cannot seem to find how you set the MAX_MESSAGE_SIZE and MAX_QUERY_MESSAGE_SIZE. Where are these parameters set??
Thanks,
Deborah. |
|
Back to top |
|
 |
jmac |
Posted: Wed Mar 24, 2004 8:08 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
In Buildtime look on the General tab and the Messages tab of the Domain object _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
hos |
Posted: Wed Mar 24, 2004 9:16 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Even if you change the maximum message size to unlimited, the physical limit is 4MB. You need to apply these changes on all involved parties. That means the server must be enabled to put this huge amount of data to the queue and the client must be enabled to get these data from the queue.
Internal error usually occurs when the client gets a corrupted/truncated server response. Truncation can happen on the client or on the server side. Not sure what happens if you set the message size to unlimited and the server response exceeds 4MB. |
|
Back to top |
|
 |
byrned |
Posted: Thu Mar 25, 2004 7:53 am Post subject: |
|
|
Newbie
Joined: 08 Oct 2003 Posts: 9 Location: Ireland
|
Hi,
This has resolved my problem.
Thanks for the help,
Deborah.
 |
|
Back to top |
|
 |
|