Share via


SSMA 5.0 Extension Pack Installation Error

SSMA for Oracle requires installation of SSMA Extension Pack on the target SQL Server. This blog post describe errors that you may receive during the installation and how to resolve the issue.

Must declare variable error messages

During the installation of SSMA Extension Pack, you receive a message that you complete the first step of installation:

SSMA_EP

However, when you click next, you may receive an error which says that you do not have permission to install. Or, you may be able to continue but receive Invalid connection (Must declare the scalar variable … ) error similar to below:

SSMA_EP_error

SSMA install extension pack to SQL Server Binn folder. You will receive the above message if you do not have write permission to the folder.

If you receive this message, you can cancel and exit the installation. You can proceed with the installation with the following steps:

  1. Locate Microsoft SQL Server Migration Assistant for …. Extension Pack
  2. Right click and select “Run as Administrator”

SSMA_EP_soln

A wizard window will appear and you can follow the steps to complete the installation.

Missing .NET assembly error

During the installation of SSMA Extension Pack, you may encounter the following error:

Errors: SSMA4OracleSQLServerCollections.NET assembly not found SSMA4OracleSQLServerCollections.NET.XmlSerializers assembly not found
Synchronization error: SSMA4OracleSQLServerCollections.NET assembly not found
SSMA4OracleSQLServerCollections.NET.XmlSerializers assembly not found On: OTS_COLLECTIONS3

The issue may occur when the user and the machine belong to different network domain. The installation file execute sql statements which requires it to query Active Directoory for user's permission. When the machine and the user belowng to different domains which do not have trust relationship, the above error occurs.

The workaround for this issue is to install the Extension Pack and connect to SQL Server using SQL Authentication login. This is only needed during installation, you can change to windows authentication mode after the installation completes.

Comments

  • Anonymous
    May 08, 2012
    What is the latest version of SSMA for Sybase available? Is v5.2 is ready for use? If so does it require extension pack as well?Where cani find the latest extension pack?

  • Anonymous
    August 06, 2012
    Hi, I am getting the same error as you described in your blog, however even after following all the procedure I am not able to resolve this issue. The error stack trace is exactly the same as you have "Must declare variable error messages". I am using SSMA for Oracle Extension Pack 5.2. I am migrating from Oracle 11g R2 to SQL Server 2008 R2. Just FYI, My SQL Server Collate Name is "SQL_Latin1_General_CP1_CS_AS". I am new to SQL Server. Please help me to resolve this error. Thanks, Anwesh

  • Anonymous
    January 20, 2014
    Hello, the option you provided is not working for us. Is there any update on this issue? Thanks in advance

  • Anonymous
    February 19, 2014
    I am getting the error like "no sql server instance found on this machine" eventhough instance is present on my machine. please help