====== SetInitialRepository ======
Set the Current, Target and Scanned Repository value for newly added Volumes.
===== Phase ====
This instruction is used by the TapeTrack Synchronization Engine.
===== Syntax =====
''SetInitialRepository(repository);''
^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^
|repository|String| The initial Repository values for a new Volume.|1|4|
If the Media Type for the added Volume has an Initial Repository value set in its options, this value will override any value set by SetInitialRepository.
===== Example =====
Set the initial Repository for any new Volumes to LIBR.
SetInitialRepository("LIBR");
===== See Also =====
[[engine:import|Import Engine Functions]] \\
[[cli:sync_fields|Sync Engine Fields]] \\
[[cli:tmss10sync|TMSS10Sync]]
{{tag> import_engine sync_engine}}