Folks,
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
I assigned the Organisation field the same way, and it seems like the field itself can hold a maximum of 30 characters. Is there another identifier somewhere that corresponds to 'orgid' in the IP Devices bulk import?
Regards,
Mark
--------------------
This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.
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.