11-18-2016 02:59 AM - edited 03-14-2019 04:47 PM
Hi,
I'm looking for how to see agents list on a PG via SQL query?
Thanks a lot for your help.
BR
Aubert
Solved! Go to Solution.
11-20-2016 09:21 PM
select * from Agent where PeripheralID='5000' ( change 5000 with your peripheral ID) and run this on SideA database to get upto date infomation.
11-18-2016 03:10 AM
you can filter the agent table using peripheralID. That will list all the configured agents for that specific pg.
11-18-2016 04:46 AM
Hi Sasikumar,
can you send a SQL query?
Thanks a lot for you rhelp.
BR
Aubert
11-20-2016 09:21 PM
select * from Agent where PeripheralID='5000' ( change 5000 with your peripheral ID) and run this on SideA database to get upto date infomation.
11-25-2016 07:09 AM
Hi Sasikumar,
It works fine, thanks a lot for your help.
Have a good day!
BR
Aubert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide