Principales respuestas
Reporte muy grande, tiempo de carga se queda pending process

Pregunta
-
Mi reporte en (Reporting services) a la hora de generarce dura 30 minutos o mas y me da error Timeout, los usuarios estan desesperados porque se subscriben al reporte en el servidor Reportiador y el process de envio a los correos de los usuarios se queda pending y no les llega, es con urgencia es un reporte muy grande y se debe generar todos los dias, si alguien puede aportar, sugerirme algo o ayudarme con esto se lo agradezco!
Todo esta bien el datasource apuntando a la DB, el DataSEt tiene el query con la sintaxys correcta pero el problema es que tarda mucho para cargar porque el reporte es muy grande y se necesitan todos los datos sin un Top
- Editado alessio07 lunes, 13 de mayo de 2013 16:03
Respuestas
-
El query solo contiene un Select varios Joins, tiene un group By y le paso a un campo Varios Comments
NombreTabla not like '%| Comments=Completando Trans%'
es un query Simple y en SQL cuando lo genero directamente tarda 25 minutos para generarce!
pero en reporting services no llega ni a generarce me da un Error llamado
- rsErrorReadingNextDataRow
- Error al procesar el informe. (rsProcessingAborted)
- The execution failed for the shared data set 'AQUI ES EL NOMBRE DEL DS'. (rsDataSetExecutionError)
- Cannot read the next data row for the dataset AQUI ES EL NOMBRE DEL DS
- . (rsErrorReadingNextDataRow)
- A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded.
- The execution failed for the shared data set 'AQUI ES EL NOMBRE DEL DS'. (rsDataSetExecutionError)
Todas las respuestas
-
-
El query solo contiene un Select varios Joins, tiene un group By y le paso a un campo Varios Comments
NombreTabla not like '%| Comments=Completando Trans%'
es un query Simple y en SQL cuando lo genero directamente tarda 25 minutos para generarce!
pero en reporting services no llega ni a generarce me da un Error llamado
- rsErrorReadingNextDataRow
- Error al procesar el informe. (rsProcessingAborted)
- The execution failed for the shared data set 'AQUI ES EL NOMBRE DEL DS'. (rsDataSetExecutionError)
- Cannot read the next data row for the dataset AQUI ES EL NOMBRE DEL DS
- . (rsErrorReadingNextDataRow)
- A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded.
- The execution failed for the shared data set 'AQUI ES EL NOMBRE DEL DS'. (rsDataSetExecutionError)
-
-