I am using SNMP with http type="advanced" http protocol. it is working fine but element giving timeout again and again, but Api I am hitting with browser are working fine.
Hi,
Since you have 2 connections the timeout could be from either of them or even a specific API call that is not working correctly.
If you see the element going into timeout and out every so often it could be that you are sending a request that fails and after that one that succeeds.
Could you check with Stream Viewer if you see any timeout being returned? (see: Connecting to an element using Stream Viewer | DataMiner Docs)
The element could be in timeout because one of the groups you are executing is failing.
Do you see anything on StreamViewer? If you monitor StreamViewer, you should be able to see any error in the communication before the element goes into timeout.
yes, i m getting some error on Stram viewer. some Api's not getting response.
element working fine but after few second. it appears in timeout state.what are the possible reason for that