Forum Discussion
FUAM: Load_Inventory_E2E error
- 1 year ago
Hi burakkaragoz and v-prasare,
Sorry for my late reply and thank you for your reply. After some digging and try and error by running the notebook individually, the problem is actually pretty simple. huhuhu. I just don't have API permission to run one of the pipeline with my user account. But once I started again from scratch and deployed everything with my admin account, everything works pretty well 🙂
So, case closed. >_<
Hi Nur ,
Hello,
The error you are experiencing at Load_Inventory_E2E during FUAM (Fabric Unified Admin Monitoring) deployment is usually caused by a configuration or data mismatch problem on the sink component during data transfer.
Error Summary:
Error Code BadRequest
Error Type: self configuration issue
Detail: NoneType object has no attribute 'json'
This usually occurs when the response returned from an API call is not in the expected JSON format.
Possible Causes and Solution Suggestions:
Check the Sink configuration:
The target dataset or linked service defined in the Sink component may be missing or incorrect.
Especially make sure that the data source used for incremental inventory unit is configured correctly.
Review the pipeline parameters:
Parameters used when running the Load_FUAM_Data_E2E pipeline may be missing or incorrect.
Especially date range, source connections and destination definitions should be checked.
Review the run log details:
The error message suggests looking at the Run log for more information. There may be a more specific error message or missing field information.
Linked Service authentication:
If the sink component is a data lake, SQL DB or other external source, the connection credentials may be missing or expired.
Check FUAM version and documentation:
Make sure that the FUAM version you are using is up to date and that you have followed the steps in the official documentation exactly.