Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • initpop
  • Reset-PopulatedTemplateFromSamples

Syntax

Initialize-PopulatedTemplate [[-samplePath] <String>] [-noExtensions] [-noValidation] [[-bulkRetryCount] <Int16>]
[<CommonParameters>]

Parameters

NameAliasDescriptionRequired?
Pipeline Input
Default Value
-samplePath
An absolute path to the folder to load samples from, for example: C:\MySampleXmlData\.
Also supports specific version folders of the Data Standard repository, for example: C:\Ed-Fi-Standard\v3.0\ or
C:\Ed-Fi-Standard\v2.0\
false
false
-noExtensions
Ignores any extension sources when running the sql scripts against the database.false
false
False
-noValidation
Disables xml validation.false
false
False
-bulkRetryCount
The number of additional times to call the bulk loader to attempt to work around multi threading race conditions
described in https://tracker.ed-fi.org/browse/ODS-2096
false
false1

Examples

EXAMPLE 1

Initialize-PopulatedTempalte -samplePath "C:\edfi\Ed-Fi-Standard\v3.1\"