1896 results found
I would assume that running in https is no problem? We would like to have everything except the release notes able to be handled through command line from the build server.
At any rate, shoot me an email at wyatt@wyday.com and I can send you the link for 3.4.7 so you can test it with a customer that is having this problem (and that didn't already rule out configuration issues on their end: https://wyday.com/forum/t/3358/customers-cant-connect-to-verify-the-license-australia-new-zealand/#post-16490 )
This has been asked numerous times on the forum: https://wyday.com/forum/t/188/menuitem-devexpress-ribbon/#post-919 >> "4.
See: https://wyday.com/limelm/help/faq/#disabled-adapters If that doesn't work either the customer is lying, or the customer is running old versions of our software, your software, Windows software, or driver software for the network adapters.
. - Also I just downloaded the dynamic lib version of TA from here: https://wyday.com/limelm/help/using-turboactivate-with-c-plus-plus/The C project doesn't compile and the .lib's are within the Visual Studio project... but at the root of the dir structure, within the x86 and x64 dirs, there are only dll's.
&';} $post_string = rtrim($post_string, '& '); $request = curl_init('https://wyday.com/limelm/api/rest/');curl_setopt($request, CURLOPT_HEADER, 0);curl_setopt($request, CURLOPT_ENCODING, "");curl_setopt($request, CURLOPT_RETURNTRANSFER, 1);curl_setopt($request, CURLOPT_POSTFIELDS, $post_string);curl_setopt($request, CURLOPT_SSL_VERIFYPEER, TRUE); try{ $jObj = json_decode(curl_exec($request)); if ($jObj->stat == 'ok') { foreach ($jObj->pkeys->pkey as $pkey) { echo $pkey->key."
Custom license fields: https://wyday.com/limelm/help/license-features/ >> "6) I assume we can use both TA and TFS in our application.
Is it HTTP or HTTPS? Sorry, out of my depth with corporate firewalls and how they can work!
- The method for rental licenses that Wyatt told me to use is not relevant any more (https://wyday.com/forum/t/1775/settings-trial-days-to-zero-rental-license/#post-9298), as IsDateValid() became just a date comparator.
Here's an example in the custom license fields docs: https://wyday.com/limelm/help/license-features/#change-datetime >> "For my offline activating customers this returns "Error code 4: The system cannot open the file"."
If you have a link in your documentation that explains this, I would love to have it as I have looked at your api page (https://wyday.com/limelm/help/api/limelm.pkey.advancedSearch/) and I don't see anything that helps me.... other than giving an indication that it is possible to have more than one feature_name/feature_value/feature_match tuple.
Hi Wyatt, I need your help on this: You may recall from this previous thread (https://wyday.com/forum/t/191/my-app-will-not-update-updatepath-automaticupdater/#post-933) that I use command line parameters to override the updatepath.
Hi guys, You may have solved the issue my client was having this morning in the forum post https://wyday.com/forum/t/502/bug-in-automaticupdater/ , however I would like to check the situation with you: Here's the situation which occurred: 1) The client starts our application on their computer.2) On the first screen of the application there is the updater control.
Source code: https://wyday.com/wyupdate/ *Do not use Automatic Updater since this component has become very obsolete and has caused many problems.
When I test my published services I use 'https' and replace 'localhost:2103' with my domain name (and yes I have obtained and activated my ssl certificate on my host server) I have also tested both in sandbox mode and without, but no luck.
It seems further to me, based on the following answer you wrote, that the DLL version of TurboActivate can be trivially cracked by replacing the DLL: https://wyday.com/forum/t/2490/dummy-turboactivate-dll/ .
The only download site specified in the wyBuild project was that server (https://server.com/directory/%file%). I have just added %updatepath%/%file% as the second entry in the download sites, so that I can test with offline updates without having to upload them to the server and make them public.
Here is the struct that I pass by PTR to TA_Activate for a successful activation: Local $gsActOpts = "uint nLength;wchar sExtraData"Local $gActOpts = DllStructCreate($gsActOpts)DllStructSetData($gActOpts, "sExtraData", "")DllStructSetData($gActOpts, "nLength", _UINT(DllStructGetSize($gActOpts)))_WinAPI_DisplayStruct($gActOpts) _WinAPI_DisplayStruct shows: https://drive.google.com/file/d/16-8uECRdxbwXCds_ptwn97PnGwBT_KVi If I pass a ptr to the $gActOpts struct using this (condensed) code TA_Activate is successful and returns a proper code: Global $hgTA = DllOpen("TurboActivate.dll")Local $hTA = DllCall($hgTA, _MSDNtoAutoItTypes("UINT32_T") & ":" & $TA_CC, "TA_GetHandle", _MSDNtoAutoItTypes("STRCTYPE"), _WSTR($gsVersionGUID))Local $iActivate = DllCall($hgTA, _MSDNtoAutoItTypes("HRESULT") & ":" & $TA_CC, "TA_Activate", _MSDNtoAutoItTypes("UINT32_T"), $hTA[0], "PTR", DllStructGetPtr($gActOpts)) I've tried changing sExtraData to wchar, wchar[], char, and char[] and adding a single character but they all fail terribly (I'm not sure what gets sent back but AutoIt doesn't like it and fails with a hard error).
This is why they are completely ignored in the activation process: https://wyday.com/limelm/features/why/#wrong-id However, web API keys are not activated.
Post by Wyatt O'Day on Jul 10, 2018https://wyday.com/blog/ (This was an atypical case -- hence the quick action -- see above for a detailed description).