Error transfering netlist when using Database

I’m trying to use the database. An error occurs when transferring a netlist from the schematic editor to the board editor:
2024-05-20_13-35-37
There is some kind of syntax error in the netlist in line 174, as if there is not enough data:
(libparts
(libpart (lib “!LVT”) (part “Resistors/10”)
(description “0603 3kOhm 1%”)
(docs “${LVT_BASE_DIR}\library\pdf\discrete\resistor\yageo\PYu-RC_Group_51_RoHS_L_11.pdf”)
(footprints
(fp)) !!!error Here (my comment) !!!
(fields
(field (name “Reference”) “R”)
(field (name “Value”) “3k”)
(field (name “Footprint”) “LVTKICADLIB:R0603”)

test prj s214 6 730 000-000 b000-000 rev2024 05 16.net (14.3 KB)

What to do in such a situation? Writing default characters from the default kicad library into the database does not help, the error is the same.

Here is the database and the dbl file, where could the error be?
LVTKICADDB.db (88 KB)
LVTKicadDBConfig.kicad_dbl (19.5 KB)
Library files:
LVTDISCRETE.kicad_sym (5.2 KB)
LVTKICADLIB.pretty.7z (8.3 KB)

I think I’ve found the reason, it’s probably the driver. odbc

No, it still does not work

Problem was in field footprint_filters, i remove it and now all working

Are you talking to yourself? :slight_smile:

I also wonder why you are using a netlist. Netlist is mosty supported for "unusual workflows, normally information from the schematic to the PCB editor is transferred via … / Tools / Update PCB from Schematic [F8].

I usually use F8, but if an error occurs, I want to understand what is happening in the netlist, so I use netlist export. And talking to yourself on the forum page is not schizophrenia, but a way to bring information to those who will face the same problem, so as not to sit and puzzle.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.