Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Request Page parameter Limit
leobastos
Hello all,
I'm new here. My problem seems simple to solve, but I could not find the solution.
The thing is, I have a Birt Report in Maximo's Workorder application that has 18 parameters. I believe that there is a limit of 14 parameters. I would like to know where can I change that limit to 18.
There is a mboset "psdi.app.report.virtual.ReportParameterSet" and it has attributes with parameter count by type. We tried to raise this limit by creating new attributes. We had invalid binding errors before that, now we dont, but the problem with the search persists.
I know that a birt report with more than 15 parameters is unusual, but we already sold it.
Thanks.
Find more posts tagged with
Comments
micajblock
This is a Maximo limitation not a BIRT limitation. Hence this is more of a question for IBM. In any case one way to get around this is to have on parameter contain multiple parameters delimited by something (comma, pipe) and then in the report parse out the string.
leobastos
<blockquote class='ipsBlockquote' data-author="'mblock'" data-cid="78147" data-time="1307514037" data-date="07 June 2011 - 11:20 PM"><p>
This is a Maximo limitation not a BIRT limitation. Hence this is more of a question for IBM. In any case one way to get around this is to have on parameter contain multiple parameters delimited by something (comma, pipe) and then in the report parse out the string.<br /></p></blockquote>
<br />
<br />
<br />
Yes, I know it is related to Maximo since I dont have this problem using Eclipse.<br />
<br />
Here is the log:<br />
<br />
<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- appname: WOTRACK<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- mroRepName: WOTRACK<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- v_mao_obra_pai: N<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- __scheduleType: immediate<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- v_personalizar_rel: <br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- v_material_pai: N<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- v_desc_filha: N<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- v_proc_seg: <br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- connectString: <br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- mroRootFolder: /no<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- baseTable: WORKORDER<br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- customserverURL: <br />
[07/06/11 17:44:39:874 BRT] 00000048 SystemOut O --- __overwrite: new<br />
[07/06/11 17:44:45:310 BRT] 00000048 SRTServletReq E SRVE0133E: Ocorreu um erro ao analisar os par?metros.java.io.IOException: SRVE0216E: corpo post cont?m menos bytes que o especificado em comprimento do conte?do<br />
at com.ibm.ws.webcontainer.servlet.RequestUtils.parsePostData(RequestUtils.java:301)<br />
at com.ibm.ws.webcontainer.srt.SRTServletRequest.parseParameters(SRTServletRequest.java:1642)<br />
at com.ibm.ws.webcontainer.srt.SRTServletRequest.getParameter(SRTServletRequest.java:1256)<br />
<br />
<br />
Translating to english:<br />
<br />
SRVE0216E: post body contains less bytes than specified by content-length<br />
<br />
<br />
Thank you.
micajblock
<blockquote class='ipsBlockquote' data-author="'leobastos'" data-cid="78161" data-time="1307537506" data-date="08 June 2011 - 05:51 AM"><p>
Yes, I know it is related to Maximo since I dont have this problem using Eclipse.<br />
<br />
<br />
[07/06/11 17:44:45:310 BRT] 00000048 SRTServletReq E SRVE0133E: Ocorreu um erro ao analisar os par?metros.java.io.IOException: SRVE0216E: corpo post cont?m menos bytes que o especificado em comprimento do conte?do<br />
at com.ibm.ws.webcontainer.servlet.RequestUtils.parsePostData(RequestUtils.java:301)<br />
at com.ibm.ws.webcontainer.srt.SRTServletRequest.parseParameters(SRTServletRequest.java:1642)<br />
at com.ibm.ws.webcontainer.srt.SRTServletRequest.getParameter(SRTServletRequest.java:1256)<br />
<br />
<br />
Translating to english:<br />
<br />
SRVE0216E: post body contains less bytes than specified by content-length<br />
<br />
<br />
Thank you.<br /></p></blockquote>
<br />
Sorry, I have no idea. I have never seen this one.
micajblock
A quick Google search and I found this:
https://www-304.ibm.com/support/docview.wss?uid=swg21461288
leobastos
<blockquote class='ipsBlockquote' data-author="'mblock'" data-cid="78163" data-time="1307537971" data-date="08 June 2011 - 05:59 AM"><p>
A quick Google search and I found this:<br />
<br />
<a class='bbc_url' href='
https://www-304.ibm.com/support/docview.wss?uid=swg21461288'>https://www-304.ibm.com/support/docview.wss?uid=swg21461288</a><br
/></p></blockquote>
<br />
<br />
I did some research myself. The problem is that my client is using Maximo 7.1.1.7.<br />
<br />
<br />
We might go with the 2 parameter in 1 approach.<br />
<br />
<br />
Thank you.