17 Jun 2020 02:39 AM
Hi,
I need to check the bad performances of Qlikview.
Qlikview server is a service that uses a proprietary web server based on .NET.
Qlikview uses HTML pages with inside XMLHTTP requests with ASPX pages, like:
http://qlikview.saipemnet.saipem.intranet/QvAJAXZfc/AccessPoint.aspx?mark=&platform=browser.MSIE%2010.&dpi=96
I need to have the performance of the ASPX (eg. AccesPoint.aspx), so I've instrumented the Qlikview server using dynatrace .NET agent and th edt agent is connected to our dt server but, here my problem, I can't to get any purepaths of the XMLHTTP requests.
Do I need to define any particular entry-point?
Have you any advice please?
Many thanks
NOte: there is an answer for AppMon in the forum but not for Dynatrace
Solved! Go to Solution.
17 Jun 2020 07:27 AM
Hi @Eran Ben M.
If we remember right we had no problem to instrument the .net on the server side and yes we created some entry points in order to start and see PP.
For client side we used chrome extension to instrument the pages.
HTH
Yos