PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM22} Having some trouble getting Telemetry working.
[WM22} Having some trouble getting Telemetry working.
Débuté par Robert, 01 déc. 2017 20:11 - 4 réponses
Membre enregistré
105 messages
Posté le 01 décembre 2017 - 20:11
Hiya everyone,
I'm not sure what I'm missing here. I'm trying to get the telemetry functions of WM22 working for an android application.

I have the Telemetry server setup, I can access it inside WM22 from the internet (outside the network of where it's hosted) so I know the ports are all forwarded and working.
The connection test says it's successful.
Telemetry is enabled inside the project.
I can deploy custom telemetries to the server without error...
I created a simple custom telemetry to test with Just a simple Passing sensor in the initialization code of a window.
But no data from the user devices or my testing devices ever shows up.

Anyone have any pointers on where I should be looking, or what I should try to figure out what I'm doing wrong?

Thanks!
Message modifié, 01 décembre 2017 - 20:26
Posté le 01 décembre 2017 - 22:06
Hi Robert,

are you using the last version 22 (73h from the top of my head), as
there were problem in previous updates?

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 12/1/2017 à 2:11 PM, Robert a écrit :
Hiya everyone,
I'm not sure what I'm missing here. I'm trying to get the telemetry
functions of WM22 working for an android application.

I have the Telemetry server setup, I can access it inside WM22 from the
internet (outside the network of where it's hosted) so I know the ports
are all forwarded and working. The connection test says it's successful.
Telemetry is enabled inside the project. I can deploy custom telemetries
to the server without error... I created a simple custom telemetry to
test with Just a simple Passing sensor in the initialization code of a
window.
But no data from the user devices or my testing devices ever shows up.

Anyone have any pointers on where I should be looking, or what I should
try to figure out what I'm doing wrong?

Thanks!
Membre enregistré
105 messages
Posté le 04 décembre 2017 - 18:36
Yes, I'm using 73h for both the server version and for my development environment.
Membre enregistré
105 messages
Posté le 04 décembre 2017 - 23:22
One thing I have figured out is that on my telemetry server, it's creating some *.wdtlm files that correspond with me opening and closing a test application. So, it looks like the data is making it to the server, but something somewhere is still not working quite right.
Membre enregistré
105 messages
Posté le 05 décembre 2017 - 00:16
Ok, problem solved!
This issue had to do with the hostname bindings on the IIS site for the telemetry server.

Basically, I had limited that site in IIS to respond only to the hostname.domainname that I set up for this purpose.
However, the telemetry server somehow internally addresses it's self differently.

By creating a blank binding on that site, it fixed it.