I have this symbol in a library project that has been created some years ago.
Today I was translating the project to 16.6 starting by updating libs. Then I created the netlist and this process was OK, without any error. When I try to update PCB from netlist the process launches the following error:
ERROR(SPMHNI-196): Symbol 'CONNVMEST64PACACODADO' for device 'DIN 64_AC-H_1_CONNVMEST64PACACO' has extra pin 'X2'.ERROR(SPMHNI-196): Symbol 'CONNVMEST64PACACODADO' for device 'DIN 64_AC-H_1_CONNVMEST64PACACO' has extra pin 'X1'.
The fact is that symbol has no X1 and X2 pins. When I open the fooprint layout I can see how two holes for clamping the connector to the board is considered as two more pins:
I'm sure this two holes were created originally not for being pins connectors neither pads.
How can I access the footprint drill X2 and X1 above in order to say that these holes are not a pins?
Thanks in advance to everyone.