You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we get some indicators as to the limits of fields that have "lower" limits? Admittedly, I didn't pay attention to the abbreviatedName and didn't realize it was the full name. I did actually put in an abbreviated name to move forward, but yeah, I didn't know there was a limit when entering the data.
An exception occurred while executing 'INSERT INTO cust (name, type, shortname, abbreviatedName, autsys, maxprefixes, peeringemail, nocphone, noc24hphone, nocfax, nocemail, nochours, nocwww, peeringmacro, peeringmacrov6, peeringpolicy, corpwww, datejoin, dateleave, status, activepeeringmatrix, peeringDb, lastupdated, lastupdatedby, creator, created, MD5Support, isReseller, irrdb, company_registered_detail_id, company_billing_details_id, reseller) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["St. Louis Regional Internet Exchange", "1", "stlrix", "St. Louis Regional Internet Exchange", "395886", "4", "[email protected]", "314-313-4511", "314-315-4973", "", "[email protected]", "0", "", "", "RS-STLRIX", "open", "stl-rix.net", "2017-04-09", null, "1", "1", null, null, null, "MHammett", "2017-04-09", "PREFERRED", 0, 7, 3, 3, null]: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'abbreviatedName' at row 1
The text was updated successfully, but these errors were encountered:
Could we get some indicators as to the limits of fields that have "lower" limits? Admittedly, I didn't pay attention to the abbreviatedName and didn't realize it was the full name. I did actually put in an abbreviated name to move forward, but yeah, I didn't know there was a limit when entering the data.
An exception occurred while executing 'INSERT INTO cust (name, type, shortname, abbreviatedName, autsys, maxprefixes, peeringemail, nocphone, noc24hphone, nocfax, nocemail, nochours, nocwww, peeringmacro, peeringmacrov6, peeringpolicy, corpwww, datejoin, dateleave, status, activepeeringmatrix, peeringDb, lastupdated, lastupdatedby, creator, created, MD5Support, isReseller, irrdb, company_registered_detail_id, company_billing_details_id, reseller) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["St. Louis Regional Internet Exchange", "1", "stlrix", "St. Louis Regional Internet Exchange", "395886", "4", "[email protected]", "314-313-4511", "314-315-4973", "", "[email protected]", "0", "", "", "RS-STLRIX", "open", "stl-rix.net", "2017-04-09", null, "1", "1", null, null, null, "MHammett", "2017-04-09", "PREFERRED", 0, 7, 3, 3, null]: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'abbreviatedName' at row 1
The text was updated successfully, but these errors were encountered: