I got below error when i am running reports:
Solution:
Go to
C:\ Program Files\ Microsoft SQL Server\ MSSQL.3\Reporting Service\ RequestManager\Web.config
Just add the maxRequestLength property here and set a size appropriate to yo. Not to large tO discourage DoS attacks.
The example below is 10mb
<httpRuntime executionTimeout="9000" MaxRequestLength="1024"/>
Subscribe to:
Post Comments (Atom)
How to find table row count?
--Use below query to find table row count select so.name,sp.rows from sys.objects so inner join sys.partitions sp on so.object_id = sp.obj...
-
Warning: the following job steps cannot be reached with the current job step flow logic If you get this error, I would guess that you hav...
-
Data Type SQL Server SSIS SSIS OLE DB ADO.NET Variables Pipeline Buffer bigint Int64 DT_I8 LARGE_INTEGER I...
-
SELECT [UserType] = CASE princ.[type] WHEN 'S' THEN 'SQL User' WHEN 'U' THEN 'Windows...
No comments:
Post a Comment