Hi Ayush Pandey
This error usually indicates that the Mendix Teamcenter Connector is not correctly configured for the specific action (like downloading attachments or retrieving BOM structures). While importing Vendors and ItemRevisions works, actions involving datasets or structures often require additional microflow setup and proper Teamcenter extension configuration
You need to check the below item
1.Ensure you’ve set up the Teamcenter Connector Toolbox correctly. It provides microflows for retrieving structures and datasets.
2.Use the connector’s “Retrieve Structure” microflow and configure which properties/relationships you want to fetch.
3.To download attachments, you must call the “Get Datasets” microflow from ItemRevisions. This retrieves the dataset and allows file download.
4.Make sure your Teamcenter account has the EBOM/CAD-BOM license if you’re trying to fetch BOM structures.[Check this !!].
How to download--> check this link.
The issue is not yet resloved.
I have attached a screenshot of the microflow where the process actually fails.
I am using a microflow from the marketplace module: TeamcenterToolkit.
Name of the microflow: Dataset_DownloadFilesOrImagesFromTeamcenter
On the right hand side you can see that the "Dataset" entity is not empty. It indeed shows that there exist a file attachment with name "ipc1752a_x32". However, It fails at this very step. Surprisingly the flow does not even follow the error handling step. It just breaks here and I receive a "Critical" error message in my console logs.