-
Notifications
You must be signed in to change notification settings - Fork 417
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
'MissingDefinitionParts' error when attempting to import PBIB report to workspace #286
Comments
I had a similar issue using the sample script on an ubuntu agent. When I switched to a windows agent it worked fine. The main difference I saw was in the part listing where ubuntu had "/" in front of every part and it did not have the ".platform" part. Ubuntu:
Windows:
|
I have discovered that this is an issue with |
Thanks! Will look into your PR. |
Update20241218: The error was due to mismatch of the folder name which holds the semanticmodel and report definition. Folder in the repo: Content Aligning it fixed the issue. I have the same error but then running the deploy from a windows machine. Response status code does not indicate success: 400 (Bad Request).; API error code: 'MissingDefinitionParts'
|
Using the sample script
Getting the following error with no indication of what its looking for or how to correct it
Existing items in the workspace: 2
Payload parts:
part: /definition.pbism
part: /diagramLayout.json
part: /model.bim
Creating a new item
Exception: Response status code does not indicate success: 400 (Bad Request).; API error
code: 'MissingDefinitionParts'
The text was updated successfully, but these errors were encountered: