Overview
This article is a guide on how to export the current provisioning rules in the environment. This will be used for the assessment as we go forward with Atria Migration or In-place Upgrade.
Premise
Run the script from a
machine in the same domain as your Atria platform
Steps
1. Download the Atria_ExportRules.zip - (attached on this article)
2. Unblock the zip file through the properties
3. Run powershell as administrator, navigate to the folder location and Execute the powershell script through the following methods
- If your
account has access to SQL (Windows Auth) then run:
- .\Atria_ExportRules.ps1
-ServerInstance AtriaSQL [-Port <port>]
- If your
account does NOT have access to SQL and you need to use SQL Auth then run
either:
- $Cred =
Get-Credential
- .\Atria_ExportRules.ps1
-ServerInstance AtriaSQL -SQLCredential $Cred [-Port <port>]
- Or using the existing connection string being used in Atria
-
.\Atria_ExportRules.ps1
-ServerInstance AtriaSQL -ConnectionString ‘<oledb connection string>’
The script
will produce a file in the same folder called rules_<version>.json
Send to
us the file for the assessment.