Falla 500 al descargar informes desde smart connetc

Buenos dias por algun motivo no esta funcionando el servidor para descargar informes desde el connect me sale el siguiente error "The following items have errors:

Data (id = 4423):

  • Cannot get the date value from column: 30.
    IResultSet.getDate( int index ) " genere un informe nuevo desde 0, en otro informe me sale el siguiente error “{ “status”: 500,“error”: “Error al ejecutar el informe:Error happened while running the report.”}” y tampoco funciona la descarga aunque todos mis informes trabajan sin problemas en el escritorio.
    espero alguien pueda ayudarme!
    Gracias

Hi Antuel,

The error suggests that a column expected to contain a date has a null or non-date value.

The report works in Desktop because it’s more tolerant of missing or invalid values than the browser / Connect.

You can try to fix this by checking the query for problematic data and removing this.

Running reports from the software is generally recommended where possible. For reports you need to run from Connect I recommend simplifying them.

Cheers,

Alex