LogoLogo
  • ManageBac OneRoster 1.2 CSV Custom Specification
  • User Guide
  • CSV_Files
    • academicSessions.csv
    • classes.csv
    • courses.csv
    • demographics.csv
    • enrollments.csv
    • manifest.csv
    • orgs.csv
    • roles.csv
    • users.csv
  • Messages
    • Errors
    • Warnings
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Messages

Errors

title
string
context
description

base: file_mode_mismatch

%s file's mode is %s but the file is %<file_status>s

activerecord

manifest: blank

file is missing

activerecord

headers: missing

are missing '%s' header

activerecord

properties: duplicated

%s are duplicated

activerecord

properties: missing

%s are missing

activerecord

value: inclusion

'%s' must be one of 'absent', 'bulk', or 'delta'

activerecord

value: not_supported_yet

'delta' is not supported yet

activerecord

property_name: unknown_property

'%s' is unknown

activerecord

value: invalid_manifest_version

'%s' is not a valid manifest version. The manifest version must be '%<expected_version>s'

activerecord

value: invalid_oneroster_version

'%s' is not a valid OneRoster version. The OneRoster version must be '%<expected_version>s'

activerecord

invalid_oneroster_version

%{file_name}.csv file missing required headers. Missing headers list: %{missing_headers}

processors/file_processor

invalid_oneroster_version

%{file_name}.csv file features headers in an incorrect order

processors/file_processor

invalid_oneroster_version

%{file_name}.csv cannot be parsed: %{error_message}

processors/import_processor

invalid_oneroster_version

%{file_name}.csv records were not imported

processors/import_processor

invalid_oneroster_version

%{file_name}.csv contains invalid records

processors/validation_processor

invalid_oneroster_version

%{file_name}.csv records were not saved to ManageBac

processors/record_processor

duplicated_one_roster_record

%{file_name}.csv records were not saved to ManageBac

activerecord

file: incorrect_exchange_format

A zip file in the OneRoster data exchange format is required: %{messages}

model/import

file: content_type_invalid

a zip file is required

model/import

role: cannot_be_changed

cannot be changed for an existing record

model/role

role_type: only_primary_role

user must have one primary role

model/role

base: role_not_found

role cannot be found for this user

model/user

grades: cannot_be_matched

do not match the vocabulary. Conflict grades: %{items}

model/user

base: terms_blank

at least one term for each academic year is required

model/academic_session

base: not_all_term_align

not all terms align with existing Academic Year

model/academic_session

sourced_id: cannot_be_restored

the record has been deleted and cannot be restored

model/academic_session

status: cannot_be_deleted_with_active_terms

cannot be deleted with active terms

model/academic_session

start_date: not_match_term_date

does not match first term startDate

model/academic_session

end_date: not_match_term_date

does not match last term endDate

model/academic_session

title: cant_be_changed

can't be changed

model/course

base: uncommon_subject_group

adding new subject group to programme %{program_name} is restricted

model/course

base: uncommon_subjects

adding new subjects to programme %{program_name} is restricted. Conflict subjects: %{subject_names}

model/course

base: multiple_subjects_match

multiple subjects found with the same identifier, please ensure the subject is unique. Conflict subjects: %{subject_names}

model/course

base: invalid_subject

invalid subject %{name}. Reasons: %{messages}

model/course

subjects_length_mismatch

length must be the same as subjects list length

model/course

invalid_record

sourced record is invalid

model/enrollment

date_doesnt_match

doesn't match with class term

model/enrollment

cannot_be_changed

cannot be changed for an existing record

model/enrollment

mb_user_role_mismatch

doesn't match ManageBac's user role

model/enrollment

base: course_terms_org_sourced_id_mismatch

course and terms must belongs to the same orgSourcedId

model/school_class

base: course_meta_courses_org_sourced_id_mismatch

course and metadata.managebac.courseSourcedIds must belongs to the same orgSourcedId

model/school_class

term_sourced_ids: must_have_same_org_sourced_id

must belongs to the same orgSourcedId

model/school_class

term_sourced_ids: must_be_same_or_following_academic_year

must be in the same or following academic year

model/school_class

term_sourced_ids: must_be_same_academic_year

must be in the same academic year

model/school_class

term_sourced_ids: invalid_record

sourced record is invalid. Conflict terms: %{items}

model/school_class

term_sourced_ids: missing_covered_terms

list is incomplete. Some terms are missing

model/school_class

grades: not_included_in_the_program

cannot be matched with the %{program_code} program grades. Conflict grades: %{unmatched_grades}

model/school_class

grades: cannot_be_matched

do not match the vocabulary. Conflict grades: %{items}

model/school_class

subjects: cannot_be_matched

cannot be matched with the course subjects. Conflict subjects: %{unmatched_subjects}

model/school_class

subject_codes: cannot_be_matched

cannot be matched with the course subjectCodes. Conflict subjectCodes: %{unmatched_codes}

model/school_class

meta_course_sourced_ids: must_have_same_org_sourced_id

all values must be referenced to the courses with the same orgSourcedId as in courseSourcedId

model/school_class

meta_course_sourced_ids: invalid_record

sourced record is invalid. Conflict courses: %{items}

model/school_class

subjects_length_mismatch

length must be the same as subjects list length

model/school_class

invalid_record

sourced record is invalid

model/school_class

sourced_id: invalid

program code '%{program_code}' is unknown

model/org

sourced_id: mismatched

doesn't match school's Sourced ID '%{sourced_id}'

model/org

sourced_id: program_disabled

%{program_name} is not enabled, and so import cannot proceed. Please contact support to enable it

model/org

sourced_id: program_cannot_be_disabled

%{program_name} is enabled, and so import cannot proceed. Please contact support to disable it

model/org

parent_sourced_id: invalid

of the program must belong to a school

model/org

parent_sourced_id: not_found

doesn't match any sourcedId

model/org

type: taken

'school' is allowed only once

model/org

PreviousMessagesNextWarnings

Last updated 2 months ago

Was this helpful?