---
title: "Executing the SSMA Console (DB2ToSQL) | Microsoft Docs"
ms.prod: sql
ms.custom: ""
ms.date: "01/19/2017"
ms.reviewer: ""
ms.technology: ssma
ms.topic: conceptual
ms.assetid: ce63f633-067d-4f04-b8e9-e1abd7ec740b
author: "Shamikg"
ms.author: "Shamikg"
---
# Executing the SSMA Console (DB2ToSQL)
Microsoft provides you with a robust set of script file commands to execute and control SSMA activities. The ensuing sections detail the same. The console application uses certain standard script file commands as enumerated in this section.
## Project Script File Commands
The Project commands handle creating projects, opening, saving, and exiting projects.
**Command**
create-new-project
Creates a new SSMA project.
**Script**
- `project-folder` indicates the folder of the project getting created.
- `project-name` indicates the name of the project. {string}
- `overwrite-if-exists`Optional attribute indicates if an existing project should be overwritten. {boolean}
- `project-type:`Optional attribute. Indicates the project type i.e. "sql-server-2005" project or "sql-server-2008" project or "sql-server-2012" project or "sql-server-2014" project or "sql-azure". Default is "sql-server-2014".
**Example:**
```xml
```
Attribute 'overwrite-if-exists' is **false** by default.
Attribute 'project-type' is **sql-server-2008** by default.
**Command**
open-project
Opens an existing project.
**Script**
- `project-folder` indicates the folder of the project getting created. The command fails if the specified folder does not exist. {string}
- `project-name` indicates the name of the project. The command fails if the specified project does not exist. {string}
**Syntax Example:**
```xml
```
SSMA for DB2 Console Application supports backward compatibility. You will be able to open projects created by previous version of SSMA.
**Command**
save-project
Saves the migration project.
**Script**
**Syntax Example:**
```xml
```
**Command**
close-project
Closes the migration project.
**Script**
**Syntax Example:**
```xml
```
## Database Connection Script File Commands
The Database Connection commands help connect to the database.
- The **Browse** feature of the UI is not supported in console.
- For more information on 'Creating Script Files', see [Creating Script Files (OracleToSQL)](../../ssma/oracle/creating-script-files-oracletosql.md).
**Command**
connect-source-database
- Performs connection to the source database and loads high level metadata of the source database but not all of the metadata.
- If the connection to the source cannot be established, an error is generated and the console application stops further execution
**Script**
Server definition is retrieved from the name attribute defined for each connection in the server section of the server connection file or the script file.
**Syntax Example:**
```xml
```
**Command**
force-load-source/target-database
- Loads the source metadata.
- Useful for working on migration project offline.
- If the connection to the source/target cannot be established, an error is generated and the console application stops further execution
**Script**
Requires one or several metabase nodes as command line parameter.
**Syntax Example:**
```xml
```
or
```xml
```
**Command**
reconnect-source-database
- Reconnects to the source database but does not load any metadata unlike the connect-source-database command.
- If (re)connection with the source cannot be established, an error is generated and the console application stops further execution.
**Script**
**Syntax Example:**
```xml
```
**Command**
connect-target-database
- Connects to the target SQL Server database and loads high level metadata of the target database but not the metadata entirely.
- If the connection to the target cannot be established, an error is generated and the console application stops further execution.
**Script**
Server definition is retrieved from the name attribute defined for each connection in the server section of the server connection file or the script file
**Syntax Example:**
```xml
```
**Command**
reconnect-target-database
- Reconnects to the target database but does not load any metadata, unlike the connect-target-database command.
- If (re)connection to the target cannot be established, an error is generated and the console application stops further execution.
**Script**
**Syntax Example:**
```xml
```
## Report Script File Commands
The Report commands generate reports on the performance of various SSMA Console activities.
**Command**
generate-assessment-report
- Generates assessment reports on the source database.
- If the source database connection is not performed before executing this command, an error is generated and the console application exits.
- Failure to connect to the source database server during the command execution, also results in terminating the console application.
**Script**
- `conversion-report-folder:` Specifies folder where the assessment report can to be stored.(optional attribute)
- `object-name:` Specifies the object(s) considered for assessment report generation (It can have indivdual object names or a group object name).
- `object-type:` specifies the type of the object specified in the object-name attribute (if object category is specified then object type will be "category").
- `conversion-report-overwrite:` Specifies whether to overwrite the assessment report folder if it already exists.
**Default value:** false. (optional attribute)
- `write-summary-report-to:` Specifies the path where the summary report will be generated.
If only the folder path is mentioned,then file by name **AssessmentReport<n>.XML** is created. (optional attribute)
Report creation has two further sub-categories:
- `report-errors` (="true/false", with default as "false" (optional attributes))
- `verbose` (="true/false", with default as "false" (optional attributes))
**Syntax Example:**
```xml
```
or
```xml
```
## Migration Script File Commands
The Migration commands convert the target database schema to the source schema and migrates data to the target server. The default console output setting for the migration commands is 'Full' output report with no detailed error reporting: Only summary at the source object tree root node.
**Command**
convert-schema
- Performs schema conversion from source to the target schema.
- If the source or target database connection is not performed before executing this command or the connection to the source or target database server fails during the command execution, an error is generated and the console application exits.
**Script**
- `conversion-report-folder:` Specifies folder where the assessment report can to be stored.(optional attribute)
- `object-name:` Specifies the source object(s) considered for converting schema (It can have indivdual object names or a group object name).
- `object-type:` specifies the type of the object specified in the object-name attribute (if object category is specified then object type will be "category").
- `conversion-report-overwrite:` Specifies whether to overwrite the assessment report folder if it already exists.
**Default value:** false. (optional attribute)
- `write-summary-report-to:` Specifies the path where the summary report will be generated.
If only the folder path is mentioned,then file by name **SchemaConversionReport<n>.XML** is created. (optional attribute)
Report creation has two further sub-categories:
- `report-errors` (="true/false", with default as "false" (optional attributes))
- `verbose` (="true/false", with default as "false" (optional attributes))
**Syntax Example:**
```xml
```
or
```xml
```
**Command**
migrate-data: Migrates the source data to the target.
**Script**
- `conversion-report-folder:` Specifies folder where the assessment report can to be stored.(optional attribute)
- `object-name:` Specifies the source object(s) considered for migrating data (It can have indivdual object names or a group object name).
- `object-type:` specifies the type of the object specified in the object-name attribute (if object category is specified then object type will be "category").
- `conversion-report-overwrite:` Specifies whether to overwrite the assessment report folder if it already exists.
**Default value:** false. (optional attribute)
- `write-summary-report-to:` Specifies the path where the summary report will be generated.
If only the folder path is mentioned,then file by name **DataMigrationReport<n>.XML** is created. (optional attribute)
Report creation has two further sub-categories:
- `report-errors` (="true/false", with default as "false" (optional attributes))
- `verbose` (="true/false", with default as "false" (optional attributes))
**Syntax Example:**
```xml
"
target-use-last-used="true"/target-server=""/>
```
or
```xml
```
## Migration Preparation Script File Commands
The Migration Preparation command initiates schema mapping between the source and target databases.
**Command**
map-schema
Schema mapping of source database to the target schema.
**Script**
- `source-schema` specifies the source schema we intend to migrate.
- `sql-server-schema` specifies the target schema where we want it to be migrated.
**Syntax Example:**
```xml
```
**Command**
map-schema
Schema mapping of source database to the target schema.
**Script**
`source-schema` specifies the source schema we intend to migrate.
`sql-server-schema` specifies the target schema where we want it to be migrated.
**Syntax Example:**
```xml
```
## Manageability Script File Commands
The Manageability commands help synchronize the target database objects with the source database.
The default console output setting for the migration commands is 'Full' output report with no detailed error reporting: Only summary at the source object tree root node.
**Command**
synchronize-target
- Synchronizes the target objects with the target database.
- If this command is executed against the source database, an error is encountered.
- If the target database connection is not performed before executing this command or the connection to the target database server fails during the command execution, an error is generated and the console application exits.
**Script**
- `object-name:` Specifies the target object(s) considered for synchronizing with target database (It can have indivdual object names or a group object name).
- `object-type:` specifies the type of the object specified in the object-name attribute (if object category is specified then object type will be "category").
- `on-error:` Specifies whether to specify synchronization errors as warnings or error. Available options for on-error:
- report-total-as-warning
- report-each-as-warning
- fail-script
- `report-errors-to:` Specifies location of error report for the synchronization operation (optional attribute) if only folder path is given, then file by name **TargetSynchronizationReport.XML** is created.
**Syntax Example:**
```xml
```
or
```xml
```
or
```xml
```
**Command**
refresh-from-database
- Refreshes the source objects from database.
- If this command is executed against the target database, an error is generated.
**Script**
Requires one or several metabase nodes as command line parameter.
- `object-name:` Specifies the source object(s) considered for refreshing from source database (It can have indivdual object names or a group object name).
- `object-type:` Specifies the type of the object specified in the object-name attribute (if object category is specified then object type will be "category").
- `on-error:` Specifies whether to specify refresh errors as warnings or error. Available options for on-error:
- report-total-as-warning
- report-each-as-warning
- fail-script
- `report-errors-to:` Specifies location of error report for the refresh operation (optional attribute) if only folder path is given, then file by name **SourceDBRefreshReport.XML** is created.
**Syntax Example:**
```xml
```
or
```xml
```
or
```xml
```
## Script Generation Script File Commands
The Script Generation commands perform dual tasks: They help save the console output in a script file; and record the T-SQL output to the console or a file based on the parameter you specify.
**Command**
save-as-script
Used to save the scripts of the objects to a file mentioned when metabase=target ,this is an alternative to synchronization command where in we get the scripts and execute the same on the target database.
**Script**
Requires one or several metabase nodes as command line parameter.
- `object-name:` Specifies the object(s) whose scripts are to be saved . (It can have individual object names or a group object name)
- `object-type:` specifies the type of the object specified in the object-name attribute (if object category is specified then object type will be "category").
- `metabase:` Specifies whether it is the source or target metabase.
- `destination:` Specifies the path or the folder where the script has to be saved, if the file name is not given then a file name in the format (object_name attribute value).out
- `overwrite:` if true then it overwrites if same filename exist. It can have the values (true/false).
**Syntax Example:**
```xml
```
or
```xml
```
**Command**
convert-sql-statement
- `context` specifies the schema name.
- `destination` specifies whether the output should be stored in a file.
If this attribute is not specified, then the converted T-SQL statement is displayed on the console. (optional attribute)
- `conversion-report-folder` specifies folder where the assessment report can to be stored.(optional attribute)
- `conversion-report-overwrite` specifies whether to overwrite the assessment report folder if it already exists.
**Default value:** false. (optional attribute)
- `write-converted-sql-to` specifies the file (or) folder path where the converted T-SQL is to be stored. When a folder path is specified along with the `sql-files` attribute, each source file will have a corresponding target T-SQL file created under the specified folder. When a folder path is specified along with the `sql` attribute, the converted T-SQL is written to a file named **Result.out** under the specified folder.
- `sql` specifies the DB2 sql statements to be converted, one or more statements can be separated using a ";"
- `sql-files` specifies the path of the sql files which has to be converted to T-SQL code.
- `write-summary-report-to` specifies the path where the report will be generated. If only the folder path is mentioned, then file by name **ConvertSQLReport.XML** is created. (optional attribute)
Report creation has 2 further sub-categories, viz..,:
- report-errors (="true/false", with default as "false" (optional attributes)).
- verbose (="true/false", with default as "false" (optional attributes)).
**Script**
Requires one or several metabase nodes as command line parameter.
**Syntax Example:**
```
```
or
```
```
or
```
```
## Next Step
For information on command line options, see [Command Line Options in SSMA Console (DB2ToSQL)](../../ssma/db2/command-line-options-in-ssma-console-db2tosql.md) .
For information on Sample console script files, see [Working with the Sample Console Script Files (DB2ToSQL)](../../ssma/db2/working-with-the-sample-console-script-files-db2tosql.md)
The next step depends on your project requirements:
- For specifying a password or export/ import passwords, see [Managing Passwords (DB2ToSQL)](../../ssma/db2/managing-passwords-db2tosql.md).
- For generating reports, see [Generating Reports (DB2ToSQL)](../../ssma/db2/generating-reports-db2tosql.md).
- For troubleshooting issues in console, see [Troubleshooting (DB2ToSQL)](../../ssma/db2/troubleshooting-db2tosql.md).