Variable
|
Type
|
Default Value
|
Description
|
d2l.Integrations.IPSIS.BackgroundExtensionPoint
|
|
Background
|
This contains the label for the extension point for the Background Service. This config is not editable by Org Admins or Installation Admins and should not be changed.
|
d2l.Integrations.IPSIS.ExtensionPoint
|
|
IPSIS
|
This contains the label for the extension point for IPSIS handlers. This config is not editable by Org Admins or Installation Admins and should not be changed.
|
d2l.Integrations.IPSIS.SAExtensionPoint
|
|
SA
|
The label for the extension point for SectionAssociation UI. This config is not editable by Org Admins or Installation Admins and should not be changed.
|
d2l.Integrations.IPSIS.ParallelBulkJobs
|
|
0 (which implies no limit)
|
This config controls how many bulk jobs can be actively downloading and parsing files at one time. It does not prevent more bulk requests from being made from the admin tool - those requests are processed right away. This indicates the number of bulk jobs that can be processed in parallel. Since each Org can only process one Bulk Job at a time, the number effectively equates to the number of orgs that can have bulk processing occurring at once.
This config is not editable by Org Admins (Install Admin and D2LSupport Only).
|
d2l.Integrations.IPSIS.ParallelBulkDownloads
|
|
10
|
This config indicates the maximum number of downloads allowed per bulk job. For example, if five jobs are running in parallel and this config is set to allow ten downloads per job, then potentially 50 files could be downloaded at the same time.
This config is not editable by Org Admins (Install Admin and D2LSupport Only).
|
d2l.Integrations.IPSIS.BulkTaskFrequency
|
|
30 (seconds)
|
This indicates the number of seconds between each run of the bulk service. The value should always be greater than or equal to 0. If it is not, the bulk task runs every 30 seconds and issue a warning on each run.
This config is not editable by Org Admins (Install Admin and D2LSupport Only).
|
d2l.Integrations.IPSIS.LocalBulkFileDownloadPath
|
|
" "
|
The value is used by some IPSIS Handlers to define a location for downloading bulk files locally. Example value is: "D:\temp"
This config is not editable by Org Admins (Install Admin and D2LSupport Only).
|
d2l.Integrations.IPSIS.GradeServiceFrequency
|
|
10 (seconds)
|
The number of seconds between each run of the grade export service. The value should always be greater than or equal to 0. If it is not, the grade export service runs every 10 seconds and issues a warning on each run.
This config is not editable by Org Admins (Install Admin and D2LSupport Only).
|
d2l.Integrations.IPSIS.EnrollmentServiceFrequency
|
|
30 (seconds).
|
The number of seconds between each run of the background enrollment service. The value should always be greater than or equal to 0. If it is not, the background enrollment service runs every 30 seconds and issues a warning on each run.
|
d2l.Integrations.IPSIS.ParallelGradeJobs
|
|
0 (which implies no limit)
|
This config controls how many grades export jobs can be actively running at one time. It does not prevent more grades export requests from being made from the admin tool - those requests are processed right away.
This config is not editable by Org Admins (Install Admin and D2LSupport Only).
|
d2l.Tools.Grades.ExportHandlerPage
|
|
There is no default value for IPSIS.
|
This variable is used by both Banner Grades and IPSIS Grades Export Utility.
Installations which have both Banner and IPSIS need to make sure to set this value to avoid the Banner default conflicting with the IPSIS installation.
For example, if Banner is installed this config variable has a default value which applies to all Orgs/OrgUnits. To ensure the Banner default isn't applied to non-Banner Organizations, this variable can be set to an emptyvalue and override the default value.
|
d2l.Integrations.IPSIS.LIS.MaxBulkTransactions
|
|
4
|
This config controls the number of transactions that the IPSIS Bulk Service Manager simultaneously processes. Generally, bulk data files are organized by type of data, such as all person records, then org units, then memberships. When the Bulk Service Manager detects multiple consecutive records of the same type, it processes the records in parallel, which reduces the overall time to process bulk files.
Values less than 1 are not accepted, and the default of 4 is used.
This config is not editable by Org Admins (Install Admin and D2LSupport Only).
|