<?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: Data migration between 2 databases - 1st using mixed mode and 2nd using AD SSO in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87195#M37935</link>
    <description>Hi Pablo,&lt;BR /&gt;&lt;BR /&gt;Doing a restore will transfer the entire schema - including the mixed mode authentication settings.&lt;BR /&gt;&lt;BR /&gt;What i want to do, is to move&amp;nbsp; transactional data only, retaining all the FK Constraints and dependencies.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrzej Silarow&lt;BR /&gt;Principal Consultant&lt;BR /&gt;Ignite IPA&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Feb 2022 14:29:00 GMT</pubDate>
    <dc:creator>asilarow</dc:creator>
    <dc:date>2022-02-04T14:29:00Z</dc:date>
    <item>
      <title>Data migration between 2 databases - 1st using mixed mode and 2nd using AD SSO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87193#M37933</link>
      <description>I have a database that is currently set up for mixed mode authentication.&lt;BR /&gt;I want to transfer its contents to a newly created database which has been set up with AD SSO authentication.&lt;BR /&gt;&lt;BR /&gt;I do NOT want to do this manually (creating releases and transferring work queue contents in files, etc.), as I want to preserve all timestamps in the database (especially created and modified dates).&lt;BR /&gt;&lt;BR /&gt;Can anyone share a SQL script that would do this without reverting the new DB to the old auth model?&lt;BR /&gt;Many thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrzej Silarow&lt;BR /&gt;Principal Consultant&lt;BR /&gt;Ignite IPA&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2022 10:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87193#M37933</guid>
      <dc:creator>asilarow</dc:creator>
      <dc:date>2022-02-04T10:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data migration between 2 databases - 1st using mixed mode and 2nd using AD SSO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87194#M37934</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you try making a restore of the Data Base? You can create a back up for this, and restore it wherever you want.&lt;BR /&gt;&lt;BR /&gt;For migrating the DB I think is the best.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2022 10:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87194#M37934</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-02-04T10:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data migration between 2 databases - 1st using mixed mode and 2nd using AD SSO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87195#M37935</link>
      <description>Hi Pablo,&lt;BR /&gt;&lt;BR /&gt;Doing a restore will transfer the entire schema - including the mixed mode authentication settings.&lt;BR /&gt;&lt;BR /&gt;What i want to do, is to move&amp;nbsp; transactional data only, retaining all the FK Constraints and dependencies.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrzej Silarow&lt;BR /&gt;Principal Consultant&lt;BR /&gt;Ignite IPA&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2022 14:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87195#M37935</guid>
      <dc:creator>asilarow</dc:creator>
      <dc:date>2022-02-04T14:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data migration between 2 databases - 1st using mixed mode and 2nd using AD SSO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87196#M37936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Exists a special function in SQL Server to create all the scripts. It's calls "Generate Scripts". To find this option.... right click on the database name &amp;gt;&amp;gt; Tasks &amp;gt;&amp;gt; Generate Scripts.&lt;BR /&gt;&lt;BR /&gt;In the "Choose Objects" select all that you need. I mean in this case you need to move all.&lt;BR /&gt;&lt;BR /&gt;Then... in the Set Scripting Options is important to choose schema and data. Just clic on "Advanced" and find "Type of data to script". Need to put here "Schema and Data".&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29085.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29218iE1D54F5102EF8A97/image-size/large?v=v2&amp;amp;px=999" role="button" title="29085.png" alt="29085.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Continue by click on Next and wait the results.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!! If this solves the issue, remember mark this as the best answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2022 20:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87196#M37936</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-02-04T20:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data migration between 2 databases - 1st using mixed mode and 2nd using AD SSO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87197#M37937</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've now found a solution for this...&lt;BR /&gt;&lt;BR /&gt;Step 1. - Configure the security groups within Active Directory to match the BP roles you need&amp;nbsp;&lt;BR /&gt;Step 2.&amp;nbsp; - Create a new DB and set it up to use single-authentication environment&lt;BR /&gt;Step 3. - Provide the relevant Active Directory information in the setup wizard&lt;BR /&gt;Step 4. - Connect to the newly created DB using SSMS&lt;BR /&gt;Step 5. - Restore data from old DB to new DB*&lt;BR /&gt;Step 6. - Edit the below tables/columns in new DB:&lt;BR /&gt;
&lt;P&gt;[dbo].[BPAUserRole].[ssogroup] &amp;lt;-- --POPULATE WITH sso ids&lt;BR /&gt;[dbo].[BPASysConfig].[ActiveDirectoryProvider]&amp;nbsp; &amp;lt;--PUT IN THE ACTIVE DIRECTORY DOMAIN INFO&lt;BR /&gt;[dbo].[BPASysConfig],[EnableMappedActiveDirectoryAuth] &amp;lt;--CHANGE TO FALSE&lt;BR /&gt;Step 7. Commit changes&lt;BR /&gt;Step 8. Restart the app server service&lt;/P&gt;
&lt;BR /&gt;*I recommend using your favorite tool or sql scripts to do this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrzej Silarow&lt;BR /&gt;Principal Consultant&lt;BR /&gt;Ignite IPA&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2022 15:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-migration-between-2-databases-1st-using-mixed-mode-and-2nd/m-p/87197#M37937</guid>
      <dc:creator>asilarow</dc:creator>
      <dc:date>2022-02-10T15:33:00Z</dc:date>
    </item>
  </channel>
</rss>

