-
About the Log Messages tab
The System Log tab of D2L Standard CSV is an error log that allows you to view troubleshooting information to help diagnose issues related to your IPSIS integration. Filters for Entity Type, Date Range, Ordering, and Error Type make it easier to locate information and see it organized in a more accessible format. High…
-
CSV file format rules
The file formats accepted by D2L Standard CSV are: Orgs Users Enrollments Manager Dashboard and Learning Groups Attributes Manifest (required when using version 1.1 or higher or D2L Standard CSV) Files are uploaded in a zip archive. The recommended naming convention is: * D2LStdCSV-{YYYYmmddHHMMSS}.zip Note: Only .zip…
-
Users
The following sample includes 5 rows of content for a user along with the required header line. The file consists of 10 to 15 mandatory columns, depending on the version of D2L Standard CSV that you're using. Each must be populated with a valid value or left empty depending on the file format.…
-
Grades Export permissions and configurations
Grant Grades Export permissions You can only grant permission at the organization level. From the Admin Tools menu on the minibar, select Roles and Permissions. Click the role that you want to access the Course Mappings Interface tool. Under Filter by Tool, select Grades and then click Apply Filter. Select any of the…
-
About the ITranslateSupportedServices translator
The ITranslateSupportedServices translator builds a SupportedServicesType object that documents all services that are supported by our implementation of bulk. This object is then added to the result object. The passed in request object is not used in this process. The interface implementation is…
-
Push to the SIS
Viewing users and grades in the export grades page relies on the following handler extension points: * IReadGradesHandler At present, IPSIS Grades Export supports data exchange with SISs supporting the LIS v2.0 IMS standard. Pushing grades relies on LIS translators in addition to IPSIS handlers: * IReadGradesHandler *…
-
About the Batches tab
You can use the Batches tab of the IPSIS Administration page to review a list of all batches run from a source system , view audit and error messages for specific batches, and provides the ability to sort batches based on the start date of the batch. Important: This topic details IPSIS Integration 1.0, which is a legacy…
-
D2L Standard CSV file relationships
In this section, we’ll cover how each D2L Standard CSV column maps from one CSV file to the next. Across the Orgs files, the key field is code. This field is the primary identifier of an org unit in the CSV files. The other code fields (department_code, template_code, semester_code, offering_code, and custom_code) each…
-
About D2L Standard CSV Validation Mode
D2L Standard CSV Validation Mode Validation mode is available to IPSIS clients using D2L Standard CSV to help validate CSV files before loading them into IPSIS. Running a ZIP file in validation mode allows the IPSIS platform to run all files and provide feedback on missing columns and enumeration (enum) issues. When in…
-
Enrollments
The following lists 5 rows of sample content for an enrollment (along with the required header line). The file consists of 5 mandatory columns, each must be populated with a valid value or left empty depending on the file format. type,action,child_code,role_name,parent_code enrollment,UPDATE,sstudent1,Student,sec101…