Import set ERROR in Dynatrace Host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 02:04 AM
On Importing data from Dynatrace Host Data source it is giving error "Error in parsing data with data stream context null com.glide.plan.runners.FlowObjectAPIException".
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 02:10 AM
Hello @pranavagarw
Below mentioned articles may help you out.
https://www.servicenow.com/community/now-platform-forum/failed-running-flow-action-from-data-source-...
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards,
Simran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 02:12 AM
Hello @pranavagarw
The error message "Error in parsing data with data stream context null com.glide.plan.runners.FlowObjectAPIException" suggests there might be a problem with the data stream configuration or the inputs provided to the action.
You can go with below some pointers which I had followed earlier:
Did you ensure that the data source is correctly configured. Verify the endpoint URL, authentication, and any required headers.
Make sure the data format (e.g., JSON) is correctly specified and that the path for each row is correctly defined.
Are you're using a custom action in a flow, ensure that all required inputs are provided and correctly mapped.
Ensure that the data stream context is correctly set up. This might involve checking the data stream configuration and ensuring that it is not null.
Also, if you're using IntegrationHub for the REST data source, ensure that you have the necessary IntegrationHub subscription.
Try importing a small sample of data to see if the issue persists.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 02:19 AM
was this working fine earlier?
If yes then did you upgrade recently?
Seems you have built a flow with data stream and fetching data.
Did you investigate that?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 08:05 AM
It is working fine earlier and yes it is upgraded recently.
Data streams and all other associated actions are also good.
But it is still giving the same issue, I checked all the configurations and guided setup.