Answers for "psycopg2.errors.stringdatarighttruncation: value too long for type character varying(20)"

0

psycopg2.errors.stringdatarighttruncation: value too long for type character varying(20)

The issue. The MAC address is being read from the OS is corrupted and it  trying to insert garbage that cause the tables to go over 255 character. Fix it outside of Ambari.
Posted by: Guest on July-23-2021

Code answers related to "psycopg2.errors.stringdatarighttruncation: value too long for type character varying(20)"

Browse Popular Code Answers by Language