SOLVED Troubleshooting "No Response Captured" Issue with New Generic DevOps MBean
-
-
Hi,
You need to make sure the SQL result set is not dynamic. Horizontal or Vertical options are available. Please put your sql result from sql editor, then let us know what is missing in your DevOps MBean transformation.
Please add result…
SELECT COUNT(*) AS COUNT_NO, SERVER_ID
FROM $TABLENAME.SEAT_ASSIGNMENT
GROUP BY SERVER_ID
ORDER BY COUNT_NO -
This post is deleted! -
Hi,
The output of your query should be 1 attribute and 1 value. You can follow the tutorial below as an example.
Link: https://www.youtube.com/watch?v=6RVqB-KXiWE&ab_channel=WLSDMNativeWebLogicMonitoringandDiagnostics
Best Regards.
-
Followed your video and as soon as I hit the transform it says no response captured.
Doing the same as your video just the transform doesn’t put the attribute in here.
-
Hi,
You need to make sure the SQL result set is not dynamic. Horizontal or Vertical options are available. Please put your sql result from sql editor, then let us know what is missing in your DevOps MBean transformation.
Please add result…
SELECT COUNT(*) AS COUNT_NO, SERVER_ID
FROM $TABLENAME.SEAT_ASSIGNMENT
GROUP BY SERVER_ID
ORDER BY COUNT_NO -
I think it works this time. Thanks