Compliance

Error al intentar ingresar al modulo Normograma

Síntoma: Verificar el error que esta saliendo al ingresar al modulo de nomograma.

CAUSA:

Cuando se preparo la base limpia no se incluyo la tabla "ml_marcoprocesoresp".

 

SOLUCIÓN:

Se crea la tabla mediante la ejecucion del script:
      CREATE TABLE `ml_marcoprocesoresp` ( `id` int(13) NOT NULL AUTO_INCREMENT, `marco` int(11) DEFAULT NULL, 
      `proceso` char(3) DEFAULT NULL,  PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=528 DEFAULT 
       CHARSET=latin1