PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM22} Having some trouble getting Telemetry working.
[WM22} Having some trouble getting Telemetry working.
Started by Robert, Dec., 01 2017 8:11 PM - 4 replies
Registered member
105 messages
Posted on December, 01 2017 - 8:11 PM
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 modified, December, 01 2017 - 8:26 PM
Posted on December, 01 2017 - 10:06 PM
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!
Registered member
105 messages
Posted on December, 04 2017 - 6:36 PM
Yes, I'm using 73h for both the server version and for my development environment.
Registered member
105 messages
Posted on December, 04 2017 - 11:22 PM
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.
Registered member
105 messages
Posted on December, 05 2017 - 12:16 AM
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.