When importing new data into System Administration, there are certain validations that will run to make sure that existing data is not adversely affected.
If there are inconsistencies between existing data and the data being imported, an error message will be displayed that will identify the error along with the file location of the data that was rejected.
Such errors could be caused by duplicate fields in the file that is being imported, or the value you are trying to create already existing in the system.
Below are some of the most common situations that would lead to an error:
Common errors you may encounter:
- When entering an Org Name that has one or more duplicate Org Name(s) in the CSV import file
- Example error message: Row 3: Unique Name “Academic Affairs”: CSV contains records with duplicate organization names.
- When entering an Org Code that has one or more duplicate Org Code(s) in the CSV import file
- Example error message: Row 2, 3, 4: Organization code: Organization code must be unique.
- When entering an Org Name that already has that Org Name in System Admin
- Example error message: Row 7: Unique Name: An organization currently exists with this name.
- When entering an Org Code that already has that Program Code in System Admin
- Example error message: Row 13: Unique Code: A program code currently exists with this organization.
- When entering an Org Name that already has that Program Name in System Admin
- Example error message: Row 3: Unique Name: A program name currently exists with this organization name.
- When entering a Program Code that already has that Org Code in System Admin
- Example error message: Row 2: Unique Code: An organization currently exists with this program code.
- When entering a Program Name that already has that Org Name in System Admin
- Example error message: Row 2: Unique Name: An organization currently exists with this program name.