43 lines
4.1 KiB
Plaintext
43 lines
4.1 KiB
Plaintext
[20:15:59] Iniciando ejecución de x3.py en C:\Trabajo\SIDEL\09 - SAE452 - Diet as Regular - San Giovanni in Bosco\Reporte\DB1001...
|
|
[20:16:00] --- ERRORES ---
|
|
[20:16:00] 2025-05-16 20:16:00,228 - db_mapper - INFO - Iniciando mapeo de DBs por dirección absoluta
|
|
[20:16:00] 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
|
|
[20:16:00] 2025-05-16 20:16:00,310 - db_mapper - INFO - Encontrados 3 archivos para procesar
|
|
[20:16:00] 2025-05-16 20:16:00,310 - db_mapper - INFO - Procesando: db1001_data.db
|
|
[20:16:00] 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
|
|
[20:16:00] 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'
|
|
[20:16:00] Traceback (most recent call last):
|
|
[20:16:00] File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 76, in process_db_file
|
|
[20:16:00] db_node, db_number, db_name, family, version = DB_Parser.parse_db_definition(db_content, udt_definitions)
|
|
[20:16:00] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
[20:16:00] AttributeError: module 'DB_Parser' has no attribute 'parse_db_definition'
|
|
[20:16:00] 2025-05-16 20:16:00,312 - db_mapper - INFO - Procesando: db1001_format.db
|
|
[20:16:00] 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
|
|
[20:16:00] 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'
|
|
[20:16:00] Traceback (most recent call last):
|
|
[20:16:00] File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 64, in process_db_file
|
|
[20:16:00] udt_name, udt_node = DB_Parser.parse_udt_definition(udt_content)
|
|
[20:16:00] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
[20:16:00] AttributeError: module 'DB_Parser' has no attribute 'parse_udt_definition'
|
|
[20:16:00] 2025-05-16 20:16:00,316 - db_mapper - INFO - Procesando: db1001_format_updated.db
|
|
[20:16:00] 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
|
|
[20:16:00] 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'
|
|
[20:16:00] Traceback (most recent call last):
|
|
[20:16:00] File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 64, in process_db_file
|
|
[20:16:00] udt_name, udt_node = DB_Parser.parse_udt_definition(udt_content)
|
|
[20:16:00] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
[20:16:00] AttributeError: module 'DB_Parser' has no attribute 'parse_udt_definition'
|
|
[20:16:00] Traceback (most recent call last):
|
|
[20:16:00] File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 444, in <module>
|
|
[20:16:00] main()
|
|
[20:16:00] File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 430, in main
|
|
[20:16:00] processed_files, mapped_pairs = process_all_files_in_directory()
|
|
[20:16:00] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
[20:16:00] File "D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\x3.py", line 372, in process_all_files_in_directory
|
|
[20:16:00] "timestamp": import_datetime().now().isoformat()
|
|
[20:16:00] ^^^^^^^^^^^^^^^^^^^^^
|
|
[20:16:00] AttributeError: module 'datetime' has no attribute 'now'
|
|
[20:16:00] --- FIN ERRORES ---
|
|
[20:16:00] Ejecución de x3.py finalizada (error). Duración: 0:00:00.897567. Se detectaron errores (ver log).
|
|
[20:16:00] Log completo guardado en: D:\Proyectos\Scripts\ParamManagerScripts\backend\script_groups\S7_DB_Utils\log_x3.txt
|