13 Sep 2021 03:36 PM
Hello,
We are experiencing some issue with software STARLIMS which uses specific technology XFD (based on ASP & NET) .
OneAgent is able to see all request within IIS server but for RUM & users sessions, nothing is available as there is no browser sessions (IE opens a specific XFDclient )
I found an old topic about this application but nothing helps : https://community.dynatrace.com/t5/NAM/STARLIMS-Abbot-Informatics-laboratory-software-DCRUM-XFD-deco...
May someone have an idea how to correlate data capted from OneAgent as to represent user experience ? (per Geolocation , per user, etc.) ?
OneAgent detects IP in purepaths and service response time,etc.. :
So we have some data (failures / response time in IIS) , but nothing is detected in RUM as there is no "browsing", and we miss some useful RUM features (Geolocation breakdown, user breakdown, user sessions, etc.)
Maybe someone already had challenge with this application?
Best regards,
Christophe
Solved! Go to Solution.
17 Sep 2021 09:22 PM
can you inspect your frontend UI page and confirm that the Dynatrace Ruxit Agent is injected? If not then you might not have the frontend server onboarded.
19 Sep 2021 05:25 PM
@ChadTurner I don't think there are many options left - since from the topic above it seems the web UI is just an ActiveX component - thus the application itself is not a web application, just it runs in the browser. Similar to Java Applets.
Technically you will need to implement measuring into the XFDclient - OpenKit. But I don't think any customer running the app will have the source code.
23 Sep 2021 03:13 PM
Hi Chad,
No inspection possible : there are even no web pages to inspect 🙂
After login, everything is done within the XFDClient.,
There is some Bridge HTML-to-xfd for some actions.
But over 90% of the actions are done within a software client.
If we want to dig into the geolocation repartition:
Transactions are visible from IIS service and we are able to get IP from backtrace.
Is there no way to use the IP to create some metric depending on IP (and per extension on localisation ?)
Regards,
Christophe
23 Sep 2021 10:17 PM
@Christophe_N - is there really no HTML? How does the browser load the XFDClient then?
In your screenshot, you have the IP addresses in backtrace. Those are obtained from server-side. Unfortunately, Dynatrace does not provide any GeoIP visualization for server side requests.
27 Sep 2021 12:24 PM
Hi Julius,
No, only login page can be sometimes displayed , depending on SSO authentication.
After login, Internet Explorer redirects automatically to the client via the bridge, and no HTML is displayed.
Would it be possible to use the IP captured from server side to build some metrics ? (I understand that GeoIP would not be possible)
Regards,
Christophe
27 Sep 2021 12:29 PM
@Christophe_N - no, unfortunately, server-side IP cannot be used for geolocation.
Can share how the redirect is done? Maybe there is at least partial HTML that is downloaded into the browser containing the client.
29 Sep 2021 08:34 AM
Yes, I will check !
I have see no webpage loaded when screensharing with users, but I will check with fiddler or something else to understand it
At first sight, It seems it's not HTML but specific start.lims file which is loaded by browser and somehow catched by the "bridge" HTML-to-Xfd