Search
-
Category: (MS Integration Services)
... The ProcessInput method on component "Convert Date" (4228) failed with error code 0xC0209029 while processing input "Derived Column Input" (4229). The identified component returned an error from the ProcessInput ...Created on 14 March 2013 -
Category: (Oracle SQL)
... as one of my reports uses a row counter to display a "No data found" message when no rows are returned. This does not affect the above problem as the stored procedure simply fails and discontinues processing ...Created on 24 January 2012 -
Category: (MS Reporting Services)
... to measure with the default installation are the times taken for "data retrieval", "processing", "rendering", and then the totals of these. I haven't Googled this at the time of print so there may ...Created on 02 December 2011 -
Category: (MS Reporting Services)
... e.TimeDataRetrieval + e.TimeProcessing + e.TimeRendering AS TotalTime FROM [ExecutionLog] e INNER JOIN [Catalog] c ON c.ItemID=e.ReportID WHERE c.Name='My Amazing Report' -- just change the ...Created on 17 November 2011 -
Category: (MS Reporting Services)
Still in progress... Google Searches that got me nowhere: ssrs process parameter after report execution auto-redirect after are a report is run ssrs vbscript post report processing ...Created on 12 August 2011 -
Category: (SQL Server)
... data. TimeProcessing int NOT NULL Milliseconds spent processing the report. TimeRendering int NOT NULL Milliseconds spent rendering the report. Source int NOT NULL Source of the report exection (1=Live, ...Created on 08 August 2011 -
Category: (Documentation)
... For batch processing (automated processing of a list of website addresses), it needs a text file with content in similar format to: http://www.joellipman.com/|1 http://www.google.co.uk | 2 http://www.anotherwebsite.com/with_a_complex_address/?option=com_content&id=1 ...Created on 03 July 2011 -
Category: (Documentation)
... limited by the resources of your environment setup, in terms of processing and disk space. The program doesn't care what sites you've done or how many times you used it (no audit trail). Client-side: ...Created on 28 June 2011 -
Category: (MS Reporting Services)
Once again I've spent a whole morning going in the wrong direction with a convincing SQL script. This article is just a note on when using Business Intelligence Development Studio (BIDS) or Report Builder ...Created on 07 January 2011 -
Category: (SQL Server)
... local report processing. An error has occurred during report processing. The Group expression used in grouping 'table1_month' returned a data type that is not valid. My DataSet Query was as follows: SELECT CONCAT(MONTHNAME(t1.Date), ...Created on 06 January 2011 -
Category: (SQL Server)
... report on the Reporting Server: An error occurred during client rendering. An error has occurred during report processing. Cannot impersonate user for data source 'BUKB_Test'. ...Created on 05 January 2011 -
Category: (MS Reporting Services)
... very similar when developing reports though. The error I'd get was An error occurred during local report processing. An error has occurred during report processing. Cannot read the next ...Created on 13 July 2010 -
Category: (MS Reporting Services)
The Issue After modifying a report and on running it, Report Builder 2.0 returns the following error: An error occurred during local report processing. An error has occurred ...Created on 06 May 2010 -
Category: (PHP)
... but more importantly is the enctype="multipart/form-data" without which your file upload processing won't work. The name of the file is important but you can call it what you want, ...Created on 17 September 2009