Quantcast
Channel: SQL Server Migration forum
Viewing all articles
Browse latest Browse all 1700

SSMA tool Limitation

$
0
0

Hi There,

 

I am trying to migrate Access (.mdb) database to SQL server 2008. I am able to successfully achieve this for one server at an instance.

 

My ultimate aim to migrate .mdb files to “n” number of SQL server server 2008 where as the script is failing with the error in the attached document.

From the console error what I assume is, the server connection to“Server1” has passed but itfailswhile trying for “server2”.

 

 

Code snippets:

 

In ConversionandDatamigration.Xml

-----------------------------------------------

<connect-target-database server="Server1" />

                <connect-target-database server="Server2" />

 

 

In ServerConnectionFile.xml

---------------------------------------

<sql-server name="Server1">

    <windows-authentication>

      <database value ="$SQLServerDb$"/>

      <server value ="XXXXX\SQLSERVER2008,1433"/>

      <encrypt value="true"/>

      <trust-server-certificate value="true"/>

    </windows-authentication>

  </sql-server>

 

  <sql-server name="Server2">

    <windows-authentication>

      <database value ="$SQLServerDb$"/>

      <server value ="YYYY\MSSQLSERVER2008,1433"/>

      <encrypt value="true"/>

      <trust-server-certificate value="true"/>

    </windows-authentication>

  </sql-server>

 

 

Note: SSMA works fine if I try to migrate for any one server at a time.

 

Is SSMA a tool for multiple server migration? Please help us.


K.G.Manivannan


Viewing all articles
Browse latest Browse all 1700

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>