|
396 | 396 |
|
397 | 397 | migrate-data |
398 | 398 |
|
399 | | -1. Migrates the source data to the target. |
| 399 | +- Migrates the source data to the target. |
400 | 400 |
|
401 | 401 | **Script** |
402 | 402 |
|
@@ -540,27 +540,27 @@ The default console output setting for the migration commands is 'Full' output r |
540 | 540 |
|
541 | 541 | synchronize-target |
542 | 542 |
|
543 | | -1. Synchronizes the target objects with the target database. |
| 543 | +- Synchronizes the target objects with the target database. |
544 | 544 |
|
545 | | -2. If this command is executed against the source database, you get an error. |
| 545 | +- If this command is executed against the source database, you get an error. |
546 | 546 |
|
547 | | -3. 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. |
| 547 | +- 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. |
548 | 548 |
|
549 | 549 | **Script** |
550 | 550 |
|
551 | | -1. `object-name:` Specifies the target object(s) considered for synchronizing with target database (It can have individual object names or a group object name). |
| 551 | +- `object-name:` Specifies the target object(s) considered for synchronizing with target database (It can have individual object names or a group object name). |
552 | 552 |
|
553 | | -2. `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"). |
| 553 | +- `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"). |
554 | 554 |
|
555 | | -3. `on-error:` Specifies whether to specify synchronization errors as warnings or error. Available options for on-error: |
| 555 | +- `on-error:` Specifies whether to specify synchronization errors as warnings or error. Available options for on-error: |
556 | 556 |
|
557 | 557 | - report-total-as-warning |
558 | 558 |
|
559 | 559 | - report-each-as-warning |
560 | 560 |
|
561 | 561 | - fail-script |
562 | 562 |
|
563 | | -4. `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. |
| 563 | +- `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. |
564 | 564 |
|
565 | 565 | **Syntax Example:** |
566 | 566 |
|
@@ -616,19 +616,19 @@ refresh-from-database |
616 | 616 |
|
617 | 617 | Requires one or several metabase nodes as command line parameter. |
618 | 618 |
|
619 | | -1. `object-name:` Specifies the source object(s) considered for refreshing from source database (It can have individual object names or a group object name). |
| 619 | +- `object-name:` Specifies the source object(s) considered for refreshing from source database (It can have individual object names or a group object name). |
620 | 620 |
|
621 | | -2. `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"). |
| 621 | +- `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"). |
622 | 622 |
|
623 | | -3. `on-error:` Specifies whether to specify refresh errors as warnings or error. Available options for on-error: |
| 623 | +- `on-error:` Specifies whether to specify refresh errors as warnings or error. Available options for on-error: |
624 | 624 |
|
625 | 625 | - report-total-as-warning |
626 | 626 |
|
627 | 627 | - report-each-as-warning |
628 | 628 |
|
629 | 629 | - fail-script |
630 | 630 |
|
631 | | -4. `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. |
| 631 | +- `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. |
632 | 632 |
|
633 | 633 | **Syntax Example:** |
634 | 634 |
|
|
726 | 726 | </save-as-script> |
727 | 727 | ``` |
728 | 728 |
|
729 | | -## Next Steps |
| 729 | +## Next steps |
730 | 730 |
|
731 | 731 | For information on command line options, see [Command Line Options in SSMA Console (AccessToSQL)](../../ssma/access/command-line-options-in-ssma-console-accesstosql.md) . |
732 | 732 |
|
|
0 commit comments