Friday, March 23, 2012

Parameter by POST max length

Hi all,
I'm trying pass parameters by Post. Woks fine but when the length of
parameter is over 1845 chars the report is not displayed.
There are limit in the post method in RS.
RachelDo you mean the GET method? For the GET method, the limit is 2083
characters. For the Post method, I have not hit the limit yet and I have
posted several MB.
http://support.microsoft.com/default.aspx?scid=kb;en-us;208427
| Thread-Topic: Parameter by POST max length
| thread-index: AcVMtywGQgm3nboYTYud+OAk0MtWnQ==| X-WBNR-Posting-Host: 193.146.142.233
| From: =?Utf-8?B?UmFjaGVs?= <Rachel@.discussions.microsoft.com>
| Subject: Parameter by POST max length
| Date: Fri, 29 Apr 2005 05:30:05 -0700
| Lines: 6
| Message-ID: <66FA19A2-C8CC-44ED-842D-53755137B085@.microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.sqlserver.reportingsvcs
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.reportingsvcs:42292
| X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
|
| Hi all,
| I'm trying pass parameters by Post. Woks fine but when the length of
| parameter is over 1845 chars the report is not displayed.
| There are limit in the post method in RS.
|
| Rachel
||||Hi,
You can try with :
<INPUT type="hidden" name="rc:Tollbar" value="False">
<INPUT type="hidden" name="rs:Format" value="HTML3.2">
This has been my solution.
""Brad Syputa - MS"" wrote:
> Do you mean the GET method? For the GET method, the limit is 2083
> characters. For the Post method, I have not hit the limit yet and I have
> posted several MB.
> http://support.microsoft.com/default.aspx?scid=kb;en-us;208427
>
> --
> | Thread-Topic: Parameter by POST max length
> | thread-index: AcVMtywGQgm3nboYTYud+OAk0MtWnQ==> | X-WBNR-Posting-Host: 193.146.142.233
> | From: =?Utf-8?B?UmFjaGVs?= <Rachel@.discussions.microsoft.com>
> | Subject: Parameter by POST max length
> | Date: Fri, 29 Apr 2005 05:30:05 -0700
> | Lines: 6
> | Message-ID: <66FA19A2-C8CC-44ED-842D-53755137B085@.microsoft.com>
> | MIME-Version: 1.0
> | Content-Type: text/plain;
> | charset="Utf-8"
> | Content-Transfer-Encoding: 7bit
> | X-Newsreader: Microsoft CDO for Windows 2000
> | Content-Class: urn:content-classes:message
> | Importance: normal
> | Priority: normal
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | Newsgroups: microsoft.public.sqlserver.reportingsvcs
> | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.reportingsvcs:42292
> | X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
> |
> | Hi all,
> | I'm trying pass parameters by Post. Woks fine but when the length of
> | parameter is over 1845 chars the report is not displayed.
> | There are limit in the post method in RS.
> |
> | Rachel
> |
>sql

No comments:

Post a Comment