Skip to content

SSMA for Oracle Console- Error - One or more objects specified as a command params were not found in metabase: HR #33

Open
@VimalrajK-Hexaware

Description

@VimalrajK-Hexaware

Hi Team,
When i am trying to run the assessment report using SSMA for oracle console, I am getting the following error .
One or more objects specified as a command params were not found in metabase: HR.

I am able to generate the SSMA assessment report using SSMA for Oracle UI.

I have attached the screen shot and sample SSMA sample config scripts for the reference.

Need your support to resolve the issue.

Regards,
Vimal
SSMA_CLI_Error

Sample Console Scripts.zip

Activity

nahk-ivanov

nahk-ivanov commented on Feb 9, 2021

@nahk-ivanov

It seems like your $OracleSchemaName$ is HR and by default HR (being a sample schema) is not selected for loading when you connect to source. You can either update Default Project Settings in the GUI or specify object-to-collect under connect-source-database command:

<connect-source-database server="mySourceServer">
  <object-to-collect object-name="HR" />
<connect-source-database/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nahk-ivanov@VimalrajK-Hexaware

        Issue actions

          SSMA for Oracle Console- Error - One or more objects specified as a command params were not found in metabase: HR · Issue #33 · microsoft/DataMigrationTeam