Les comento que cree un reporte con Reporting Services el cual configuré que al momento de generarlo, éste saliera directamente a texto (.txt), se está ejecutando en una base de datos de Oracle. Al momento de Generarlo da el siguiente error: Aseinfo.Infrastructure.Base.Exceptions.ReportGenerationException: Hubo un error generando un reporte local de Reporting Services. Ver la excepción interna para detalles. ---> System.NotSupportedException: El formato destino Texto no esta soportado por el generador Aseinfo.Infrastructure.Services.LocalReportingServices2005Generator. at Aseinfo.Infrastructure.Services.LocalReportingServices2005Generator.Generate(Reporte reporte, DataSet ds) in c:VH4InfrastructureServicesReportesLocalReportingServices2005Generator.cs:line 111 --- End of inner exception stack trace --- at Aseinfo.Infrastructure.Services.LocalReportingServices2005Generator.Generate(Reporte reporte, DataSet ds) in c:VH4InfrastructureServicesReportesLocalReportingServices2005Generator.cs:line 125 at Aseinfo.Infrastructure.Services.CrystalReportsGenerator.Generate(Reporte reporte, DataSet ds) in c:VH4InfrastructureServicesReportesCrystalReportsGenerator.cs:line 146 at Aseinfo.Infrastructure.Services.ReporteService.GenerateReport(Reporte reporte, IEnvironmentVariables variables, IDictionary Lo curioso es que ese mismo reporte lo trato de ejecutar en una base de datos de SQL y éste si funciona; este reporte lo he probado en las siguientes versiones de Evolution (Oracle) 1.8.2.0, 1.7.3.2 Ya se revisó la configuración y si es la correcta. Que podría ser lo que motiva a que éste reporte de error en Oracle? |
¿Por qué configurar un reporte de Reporting Services para que tenga como destino un archivo texto, si Evolution tiene un mecanismo directo para generar archivos texto? Me parece más razonable utilizar las funcionalidades nativas de Evolution. |
Creo que pasa lo mismo con el formato de Word. Por lo que leo la Infraestructura del generador del reporting services, en la versión que tenemos (2005), no soporta dicha conversión de destino. ¿Habrá un motor mas actualizado que lo soporte? |