Project

General

Profile

Actions

Bug #1558

open

Salas: no se guarda el resultado en excel ni powerpoint

Added by Miguel Ruiz Velasco 29 days ago. Updated 21 days ago.

Status:
Feedback
Priority:
High
Start date:
04/01/2026
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Salas: no se guarda el resultado en excel ni powerpoint
Se queda "En evaluaciòn" (CL_ESTADO_EVALUACION=3)

Actions #1

Updated by Miguel Ruiz Velasco 29 days ago · Edited

  • Status changed from New to In Progress
  • % Done changed from 0 to 10

Hacer la prueba de excel (132 preguntas) y no guardó el resultado

MySQL [SII_EDISTANCIA]> select FL_PROCESO_EVALUACION, CL_ESTADO_EVALUACION, FG_ACTIVO from  DB_SI_06.K_PROCESO_EVALUACION  where FL_PROCESO_EVALUACION in (2773334, 2773333, 2773332, 2773331);
+-----------------------+----------------------+-----------+
| FL_PROCESO_EVALUACION | CL_ESTADO_EVALUACION | FG_ACTIVO |
+-----------------------+----------------------+-----------+
|               2773331 |                    3 |         1 |
|               2773332 |                    3 |         1 |
|               2773333 |                    3 |         1 |
|               2773334 |                    3 |         1 |
+-----------------------+----------------------+-----------+
4 rows in set (0.003 sec)

MySQL [SII_EDISTANCIA]> select FL_PROCESO_EVALUACION, CL_ESTADO_EVALUACION, FG_ACTIVO, fg_reset from SII_EDISTANCIA.K_PROCESO_EVALUACION  where FL_PROCESO_EVALUACION in (2773334, 2773333, 2773332, 2773331);
+-----------------------+----------------------+-----------+----------+
| FL_PROCESO_EVALUACION | CL_ESTADO_EVALUACION | FG_ACTIVO | fg_reset |
+-----------------------+----------------------+-----------+----------+
|               2773331 |                    3 |         1 |        3 |
|               2773332 |                    3 |         1 |        1 |
|               2773333 |                    3 |         1 |        2 |
|               2773334 |                    3 |         1 |        2 |
+-----------------------+----------------------+-----------+----------+
4 rows in set (0.002 sec)

Al final de la evaluacion el browser hizo las siguientes peticiones:

POST
https://evaluacion01.conocer.gob.mx/servidor2_sala02/data/player/evalu.php
200

POST
https://evaluacion01.conocer.gob.mx/servidor2_sala02/data/player/progress.php
Address
177.229.215.238:443
200

POST
https://evaluacion01.conocer.gob.mx/servidor2_sala02/data/player/persistence.php
Address
177.229.215.238:443
200

POST
https://conocer.gob.mx:6060/wseval/usuarios/guardar
Address
177.229.215.238:6060
200

trono
POST
https://evaluacion01.conocer.gob.mx/servidor2_sala02/data/player/progress.php

trono
POST
https://148.244.170.136:3000/usuarios/logout

Actions #2

Updated by Miguel Ruiz Velasco 29 days ago

  • % Done changed from 10 to 20

Se detecta este URL anómalo que debería de guardar:

https://conocer.gob.mx:6060/wseval/usuarios/guardar

Actions #3

Updated by Miguel Ruiz Velasco 21 days ago

  • Status changed from In Progress to Feedback
  • % Done changed from 20 to 100
Actions

Also available in: Atom PDF