52 lines
3.9 KiB
Plaintext
52 lines
3.9 KiB
Plaintext
--- Log de Ejecución: x3.py ---
|
|
Grupo: S7_DB_Utils
|
|
Directorio de Trabajo: C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001
|
|
Inicio: 2025-05-16 20:15:59
|
|
Fin: 2025-05-16 20:16:00
|
|
Duración: 0:00:00.897567
|
|
Estado: ERROR (Código de Salida: 1)
|
|
|
|
--- SALIDA ESTÁNDAR (STDOUT) ---
|
|
|
|
|
|
--- ERRORES (STDERR) ---
|
|
2025-05-16 20:16:00,228 - db_mapper - INFO - Iniciando mapeo de DBs por dirección absoluta
|
|
2025-05-16 20:16:00,309 - db_mapper - INFO - Directorio de trabajo: C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001
|
|
2025-05-16 20:16:00,310 - db_mapper - INFO - Encontrados 3 archivos para procesar
|
|
2025-05-16 20:16:00,310 - db_mapper - INFO - Procesando: db1001_data.db
|
|
2025-05-16 20:16:00,310 - db_mapper - INFO - Procesando archivo: C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001\db1001_data.db
|
|
2025-05-16 20:16:00,310 - db_mapper - ERROR - Error procesando archivo C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001\db1001_data.db: module 'DB_Parser' has no attribute 'parse_db_definition'
|
|
Traceback (most recent call last):
|
|
File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 76, in process_db_file
|
|
db_node, db_number, db_name, family, version = DB_Parser.parse_db_definition(db_content, udt_definitions)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
AttributeError: module 'DB_Parser' has no attribute 'parse_db_definition'
|
|
2025-05-16 20:16:00,312 - db_mapper - INFO - Procesando: db1001_format.db
|
|
2025-05-16 20:16:00,312 - db_mapper - INFO - Procesando archivo: C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001\db1001_format.db
|
|
2025-05-16 20:16:00,313 - db_mapper - ERROR - Error procesando archivo C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001\db1001_format.db: module 'DB_Parser' has no attribute 'parse_udt_definition'
|
|
Traceback (most recent call last):
|
|
File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 64, in process_db_file
|
|
udt_name, udt_node = DB_Parser.parse_udt_definition(udt_content)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
AttributeError: module 'DB_Parser' has no attribute 'parse_udt_definition'
|
|
2025-05-16 20:16:00,316 - db_mapper - INFO - Procesando: db1001_format_updated.db
|
|
2025-05-16 20:16:00,316 - db_mapper - INFO - Procesando archivo: C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001\db1001_format_updated.db
|
|
2025-05-16 20:16:00,316 - db_mapper - ERROR - Error procesando archivo C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001\db1001_format_updated.db: module 'DB_Parser' has no attribute 'parse_udt_definition'
|
|
Traceback (most recent call last):
|
|
File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 64, in process_db_file
|
|
udt_name, udt_node = DB_Parser.parse_udt_definition(udt_content)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
AttributeError: module 'DB_Parser' has no attribute 'parse_udt_definition'
|
|
Traceback (most recent call last):
|
|
File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 444, in <module>
|
|
main()
|
|
File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 430, in main
|
|
processed_files, mapped_pairs = process_all_files_in_directory()
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 372, in process_all_files_in_directory
|
|
"timestamp": import_datetime().now().isoformat()
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
AttributeError: module 'datetime' has no attribute 'now'
|
|
|
|
--- FIN DEL LOG ---
|