Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7819 posts.

Information on Web API GET calls.Answered

Post on Jan 3, 2022

Also, you will get a “GET” error if you also include extraneous junk in the URL. Namely, any GE…

Answer on Jan 3, 2022

TA / TF don't use the web API. Your code in your backend / website use the web API. Go to your set…

Many error 36 issues on MacAnswered

Answer on Jan 3, 2022

10.14 isn't supported by Apple (yes, they drop support for OS versions super quick – that's part o…

Post on Dec 30, 2021

Apply all system updates. And install required CA certs: https://wyday.com/forum/t/5064/cannot-acti…

Answer on Dec 30, 2021

Pierre, Coincidence maybe but seems to be timewise related to dec 20 (although supposed to be in ef…

Access violation at address 5C955852 in module 'TurboActivate.dll'Solved

Answer on Jan 2, 2022

Can’t view the link. What happens when they run the TurboActivate.exe with the TurboActivate.dll?…

Hypervisior/VM & Core isolationAnswered

Answer on Dec 31, 2021

Yes, turn off all the virtualization features if you want to turn off the virtualization features. …

server issue today?Answered

Post on Dec 29, 2021

Use version 4.4.4.1. you can verify the version in-code at runtime by using TA_GetVersion(). Also, …

Answer on Dec 29, 2021

We had 2 minutes of downtime for server maintenance today.

How to close the running process.Answered

Post on Dec 29, 2021

Nope. You close the exe. Or wyUpdate will prompt the user to close it.

Answer on Dec 29, 2021

it depends on your needs. and the programming language you’re using. Google for specifics.

TLS or certificate errorAnswered

Answer on Dec 29, 2021

https://wyday.com/forum/t/5064/cannot-activatedeactivate-ta_e_inet_tls-on-macos-10-14-and-older/#pos…

Maximum trial extension lengthAnswered

Answer on Dec 22, 2021

A very large number – longer than the lifespan of a human. It's an implementation detail that has…

API POST request format?Answered

Post on Dec 18, 2021

Everything should be POSTed. Only the URL (https://wyday.com/limelm/api/rest/) should be in GET part…

Answer on Dec 21, 2021

I think all of the problems you're having is that you're contacting the wrong URL. This is incorrec…

Post on Dec 20, 2021

Well, the biggest hint I have is the “method not provided error”. This means that the POST param…

Answer on Dec 20, 2021

Hey Scott, change the HTTP method from GET to POST and leave the params in the query string Don't …

Post on Dec 18, 2021

It really depends on the programming language you’re using to make the request. What programming l…

Cannot activate on Win Server 2016 (TLS error)Answered

Answer on Dec 21, 2021

How to enable the "automatic root certificates update" on Windows Server 2016

disable some other ips for checkAnswered

Answer on Dec 19, 2021

No idea, wyUpdate is open source you can see what it does and why it does it. Either wyUpdate check…