Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
VimalrajK-Hexaware opened this issue Dec 23, 2020 · 1 comment

Comments

@VimalrajK-Hexaware
Copy link

VimalrajK-Hexaware commented Dec 23, 2020

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

@nahk-ivanov
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants