1900 results found
See more here: https://wyday.com/limelm/help/account-security/
If the customer has *actually* updated all their drivers (double check – customers lie about this), then the next step is to fix broken WMI: https://wyday.com/limelm/help/faq/#fix-broken-wmi Then use the final step of the PowerShell command to get a list of all adapters so you can debug exactly what is wrong with their configuration (i.e. any real physical adapter that's not reporting a MAC)
Ok, why does https://wyday.com/limelm/api/ta-changes/ show an older release as being the latest, and why are there no dates with the releases so we can keep an eye on them?
These two examples that I've provided: Java WebTarget client = ClientBuilder .newClient() .target("https://wyday.com/limelm/api/rest"); Entity<Object> postBody = Entity.text( "method=limelm.pkey.getID" + "&format=json" + "&api_key=" + apiKey + "&pkey=" + licenseKey ); Response response = client.request().post(postBody); // Fails with "101: Method not provided" JetBrains HTTP client POST https://wyday.com/limelm/api/rest method=limelm.pkey.getID&format=json&api_key=apiKey&pkey=licenseKey HTTP/1.1 200 OK Date: Sat, 18 Dec 2021 21:57:53 GMT Content-Type: text/xml;charset=UTF-8 ...
I need to translate the TurboActivate wizard to German, but cannot find some texts for translation on the translation page https://wyday.com/limelm/translations/. For example on the Product Key Page: "The product key can be found in an email we sent you."
https://www.dropbox.com/s/dkx8iv2odtgdiiq/error1.png?
Plus, there are free Visual Studio editions: https://www.visualstudio.com/products/visual-studio-community-vs If you don't want to use Visual Studio, then you can always use the dynamic version of TurboActivate.
In fact, our API is fairly simple, especially considering we have fully-written examples in all popular languages: https://wyday.com/limelm/help/using-turboactivate/
See: https://wyday.com/limelm/help/using-turboactivate/
Here's a good article on the benefits and downsides of each: https://wyday.com/limelm/help/licensing-types/
The InnoSetup article and example show how to make TA calls: https://wyday.com/limelm/help/using-turboactivate-with-inno-setup/ We dont show how to use trials there (because its an atypical use-case).
If you want to extend trials, see here: https://wyday.com/limelm/help/trials/#extensions
See the whole thread here: https://communities.intel.com/message/557732 Hopefully, LimeLM could be enhanced and be more tolerant to avoid such problems in the future.
See this article for a description of how verified trials work: https://wyday.com/limelm/help/trials/#verified
Next test is PayPal can access your site: https://developer.paypal.com/developer/ipnSimulator/ Are you using TLS?
If you want more speedy notifications of big releases, subscribe to the RSS feed of the wyDay blog: https://wyday.com/blog/
api_key=***&format=json&version_id=4266&method=limelm.pkey.find&email=14ecdfd9-e817-4132-a440-988dec2745a7">https://wyday.com/limelm/api/rest?api_key=***&format=json&version_id=4266&method=limelm.pkey.find&email=14ecdfd9-e817-4132-a440-988dec2745a7 I'm getting "Product key not found."
Or you can do it using the LimeLM web API: https://wyday.com/limelm/help/api/limelm.pkey.generate/ If you're already doing it via the web API, then tell whoever set it up for you to modify it so that the number of allowed activations per key is 2 instead of 1.
If you are a Xojo developer I'd recommend using AppWrapper from Ohanaware https://www.ohanaware.com/appwrapper/. The latest version has a new option in the Capabilities tab called "Disable Library Validation".
Always provide enough info: https://wyday.com/limelm/help/faq/#useful-reports Parameters, return codes, etc., etc., etc.