How to Export Atria Provisioning Rules
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.
Related Articles
Billing Process Overview
Objective This article outlines, at a high level, the billing features available in Atria. The billing feature provides transparency of Atria billable services that have been consumed, down to the day. Applies To Introduced in Atria version 12.0.0. ...
Atria v15+ System Requirements
Overview The following article provides the prerequisites necessary for the deployment of Atria v15+ into your environment. System Requirements Environment Core servers for the platform should be domain joined. Before you can deploy Atria the Active ...
Integrating ConnectWise with Atria
Introduction The Atria ConnectWise integration takes billing data from Atria and updates the corresponding service quantities in the ConnectWise company agreement. This document will help you understand how the integration works and what you need to ...
Integrating Kaseya BMS with Atria
Introduction The Atria Kaseya BMS integration takes billing data from Atria and updates the corresponding Recurring Services contract in Kaseya. Once the contracts are updated, Kaseya can generate accurate invoices for customers. This document will ...
Integrating Datto Autotask with Atria
Introduction The Atria Autotask integration takes billing data from Atria and updates the corresponding Recurring Services contract line quantity in Autotask . This document will help you understand how the integration works and what you need to do ...