Wyatt O'Dayʼs postsSupport staff

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

How to close the running process.Answered

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…

server issue today?Answered

Answer on Dec 29, 2021

We had 2 minutes of downtime for server maintenance today.

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

Post on Dec 9, 2021

This TLS problem is because they’re not up-to-date. They should run Windows Update and install all…

Post on Dec 8, 2021

They're using an out-of-date version of Windows. They should update to the latest version first. Tha…

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…

Log4j dependency? (No.)Answered

Answer on Dec 14, 2021

We don't use Java in our infrastructure. It's slow, it's bloated, and it's inefficient. Yes, it's go…

Adobe HTML Panel LicensingAnswered

Answer on Nov 20, 2017

TurboActivate 4.1 includes a NodeJS example for Windows, macOS, Linux, and BSD. This means you'll be…

File Cannot Be Specified ErrorAnswered

Answer on Dec 10, 2021

Likely an error with your usage of Process.Start(). Google the docs, and debug your usage.

Answer on Dec 10, 2021

It sounds like it's telling you exactly what the problem is. It can't be found. Add breakpoints and …

py to exe

Post on Dec 9, 2021

We don’t have time to write and test the function. if you’re determined to use PyInstaller, the…

Post on Dec 9, 2021

You will need to modify __init__.py to add the TA_PDetsFromByteArray() function. See the C/C++ examp…

Post on Dec 8, 2021

I’d advise not use PyInstaller or hiring someone who can help you use it. We provide an example.