<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mirroring Prod Environment in QA and DR in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339661#M2855</link>
    <description>&lt;P&gt;Thanks for the response, Patrick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When data connections are added on the Gallery itself, where would these connections be stored?&amp;nbsp; My impression is that these are "System Type" connections; however, I cannot locate the SystemAlias or SystemConnections files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What differentiates a System Type from a User Type connection?&amp;nbsp; We try to manage all of our connections via the Gallery (we have a couple of dedicated admins that handle these).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great job including the DSN bit, I had no idea that I could back those up as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I could sort out the Data Connections from the gal&lt;/P&gt;</description>
    <pubDate>Fri, 07 Dec 2018 16:47:52 GMT</pubDate>
    <dc:creator>raychase</dc:creator>
    <dc:date>2018-12-07T16:47:52Z</dc:date>
    <item>
      <title>Mirroring Prod Environment in QA and DR</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339384#M2843</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My company has been using a Production environment of Alteryx Server for about a year.&amp;nbsp; I've been asked to set up proper QA and DR environments.&amp;nbsp; I have three VMs, all with the same version of Alteryx Server installed.&amp;nbsp; I have also created a .bat file that runs a nightly backup of the MongoDB (from Prod) and places copies on the QA and DR boxes.&amp;nbsp; My primary concern is the QA environment, as I want to have all Data Connections, Workflows, Studios, Users, etc. from the Prod environment available for testing purposes.&amp;nbsp; Is it as simple as restoring the MongoDB backup in the QA environment?&amp;nbsp; It should be noted that I do not want the scheduled jobs to run on QA, as there would be potential overwrite of outputs.&amp;nbsp; When I tried this restoration process, I could see all of my users/studios/workflows; however, my data connections were absent, and I wasn't even able to add new ones (it was a blank page).&amp;nbsp; When I clicked on jobs, I was prompted with an error about the workers not being found.&amp;nbsp; Please advise what the best practice is for replicating Prod on QA, but disabling all of the scheduled workflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal for the DR environment is to have an identical version of Alteryx Server installed; however, the services would not be running.&amp;nbsp; This environment would only be used in the case of a disaster, and should be able to handle the exact duties of the Prod environment.&amp;nbsp; As such, I WOULD want the scheduled jobs to run.&amp;nbsp; Please advise how to best coordinate these environments.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 01:43:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339384#M2843</guid>
      <dc:creator>raychase</dc:creator>
      <dc:date>2018-12-07T01:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Prod Environment in QA and DR</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339504#M2848</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/44291"&gt;@raychase&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming all three are in the same domain....&lt;/P&gt;&lt;P&gt;To disable all schedules, I would turn that option off in the system settings of your QA and DR.&lt;/P&gt;&lt;P&gt;Options--&amp;gt;Advanced Options--&amp;gt; System Settings --&amp;gt; "Next" to Worker Configuration and uncheck "Allow machine to run scheduled Alteryx workflows".&lt;/P&gt;&lt;P&gt;To make sure the connections are replicated across all, backup the connection files:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;User Type Connections:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;C:\Users\[username]\AppData\Roaming\Alteryx\Engine&lt;/P&gt;&lt;P&gt;UserAlias.xml&lt;/P&gt;&lt;P&gt;UserConnections.xml (In-DB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;System Type Connections:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;C:\ProgramData\Alteryx\Engine&lt;/P&gt;&lt;P&gt;SystemAlias.XML&lt;/P&gt;&lt;P&gt;SystemConnections.xml (In-DB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And any&amp;nbsp;DSN set up through ODBC manager can be moved from the registry:&lt;/P&gt;&lt;P&gt;For User DSN data sources:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;HKEY_CURRENT_USER &amp;gt; Software &amp;gt; ODBC&lt;/DIV&gt;&lt;DIV&gt;For System DSN data sources:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;HKEY_LOCAL_MACHINE &amp;gt; Software &amp;gt; ODBC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 12:57:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339504#M2848</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2018-12-07T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Prod Environment in QA and DR</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339661#M2855</link>
      <description>&lt;P&gt;Thanks for the response, Patrick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When data connections are added on the Gallery itself, where would these connections be stored?&amp;nbsp; My impression is that these are "System Type" connections; however, I cannot locate the SystemAlias or SystemConnections files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What differentiates a System Type from a User Type connection?&amp;nbsp; We try to manage all of our connections via the Gallery (we have a couple of dedicated admins that handle these).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great job including the DSN bit, I had no idea that I could back those up as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I could sort out the Data Connections from the gal&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 16:47:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339661#M2855</guid>
      <dc:creator>raychase</dc:creator>
      <dc:date>2018-12-07T16:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Prod Environment in QA and DR</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339662#M2856</link>
      <description>&lt;P&gt;Cut myself off there...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I could sort out the Data Connections from the Gallery, I'll be all set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 16:48:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/339662#M2856</guid>
      <dc:creator>raychase</dc:creator>
      <dc:date>2018-12-07T16:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Prod Environment in QA and DR</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/344205#M2938</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/44291"&gt;@raychase&lt;/a&gt;, sorry for the late reply.&lt;/P&gt;&lt;P&gt;The difference between System and User connections is the need for availability across multiple users sharing the same machine.&lt;/P&gt;&lt;P&gt;Aliases set up as system will be available to other users logged into the same machine which also have an Alteryx license.&lt;/P&gt;&lt;P&gt;Connections set up as User type are only available to the user that set them up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connections set up through the Gallery are stored in the MongoDB.&amp;nbsp; Use the database "AlteryxGallery" and the collection "dataConnections".&lt;/P&gt;&lt;P&gt;If you're running the QA or Dev environment from a backup of the MongoDB, then those should be connected.&lt;/P&gt;&lt;P&gt;Are they not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 14:43:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Mirroring-Prod-Environment-in-QA-and-DR/m-p/344205#M2938</guid>
      <dc:creator>patrick_mcauliffe</dc:creator>
      <dc:date>2018-12-18T14:43:58Z</dc:date>
    </item>
  </channel>
</rss>

