Mark Turczan wrote, On 26-09-2006 21:46:
I tried to import a record with the proper orgid set as follows:
F-1196A:10.10.10.10:Org_East_Campus:SW:ro::rw:Access Layer Switch::::
And I received the following error:
Syntax error: Field 'orgid' exceeds max field length
Unfortunately, I could not properly reproduce this until now, because of other bugs in the trunk version.
I checked out the code, and for some reason, the bulk format definition for netbox import allowed a maximum field width of only 10 characters for the orgid field. I've properly changed this to 30 characters in Subversion r3643.
This should be part of the 3.1.1 release.