Import set ERROR in Dynatrace Host

pranavagarw
Tera Contributor

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".

pranavagarw_0-1740132256570.png


Thank You

 

5 REPLIES 5

Simran Gadodiya
Mega Sage

Hello @pranavagarw 


Below mentioned articles may help you out.
https://www.servicenow.com/community/now-platform-forum/failed-running-flow-action-from-data-source-...

https://www.servicenow.com/community/developer-forum/import-set-of-json-data-source-fails-with-error...

 

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

Viraj Hudlikar
Giga Sage

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.

Ankur Bawiskar
Tera Patron
Tera Patron

@pranavagarw 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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.