AmoException: The 'Database' with 'Name' = 'AAA' doesn't exist in the collection.
Description:
When attempting to execute the labs.run_model_bpa command with the specified parameters, we encounter an AmoException indicating that the database named 'AAA' does not exist. This error occurs even though the account executing the command is an admin of the workspace 'BBB' that contains the semantic model.
Context:
The dataset 'AAA' exist in the specified workspace.
The user account running the command is an workspace admin, which typically should have access to all resources in the workspace.
- Notably, if we take control of the model, the command executes successfully.
Possible Causes:
Database Ownership: The model might require ownership permissions.
Yes, you need to be an admin of the semantic model in order to properly connect to the model and run the various subprocesses. I presume you are also interested in #171.
Issue Report: Error When Running
labs.run_model_bpa
CommandCommand Executed:
Error Message:
Description: When attempting to execute the
labs.run_model_bpa
command with the specified parameters, we encounter anAmoException
indicating that the database named 'AAA' does not exist. This error occurs even though the account executing the command is an admin of the workspace 'BBB' that contains the semantic model.Context:
Possible Causes: