How to Disable Vault Inline Replication

How to Disable Vault Inline Replication

1. Open Power Shell run the commands listed below

Set-ExecutionPolicy -ExecutionPolicy Bypass # say yes
cd $env:vault
cd .\Scripts
.\VaultSettings.ps1 -op set -par InlineReplicationEnabled -val 0


osql -E -S .\Evault_DB_v800 -d Vault -Q "select paramvalue from globalparameters where paramname='InlineReplicationEnabled'" --- Just make sure this returns a 0