1900 results found
I am up to step 8 (Packaging Your Adobe Air App) of the Adobe Air Tutorial: https://wyday.com/limelm/help/using-turboactivate-with-adobe-air/ When I get to the section about "Verify AIR Application Contents", none of the cyst files are in the list at all.
He can browse https://wyday.com but he gets a "There is a problem with this website's security certificate" warning.
I found that this bug already exists by checking this (https://wyday.com/forum/t/1538/incorrect-exit-code-from-wyupdate-via-command-line/) forum post, and found that it is fixed but not yet released, so I made wyUpdate.exe from the latest source and tried updating, but the same error did happen.
Because, direct URL is downloading the .wyu files but via Wyupdates.exe the download is not working and am getting the following error, Error trying to save file: Could not download "https://website.aspx? update=file.wyu" - a web page was returned from the web server.
This Error is only for windowsXP machines: Message: Error trying to save file: Error downloading "https://theshare.thomsonreuters.com/sites/trta/sites/pts/Outsourcing/DMT/sotware_updates/ptstools/updates/wyServer.wys": The remote server returned an error: (401) Unauthorized.
Post by Wyatt O'Day on Jul 24, 2012(Click the checkbox "Show processes from all users") Message: Error trying to save file: Error downloading "https://theshare.thomsonreuters.com/sites/trta/sites/pts/Outsourcing/DMT/sotware_updates/ptstools/updates/wyServer.wys": The remote server returned an error: (401) Unauthorized.
I was basing this off of the article: https://wyday.com/forum/t/1347/custom-icon/#post-6986 Either way, they would like me to replace it with our company logo.
Also, the easiest way to fix things is to run your app or TurboActivate Wizard as admin (from the FAQ): https://wyday.com/limelm/help/faq/#disabled-adapters So, they should reconsider that option.
Use the C/C++ example as a basis for the code you write: https://wyday.com/limelm/help/using-turboactivate-with-c-plus-plus/
(dispenser=LicenseDispenser[o7mMQLFHQy6AChenCjnR5Q,]) Uncommenting the two lines to get an error message as mentioned in this article:https://wyday.com/limelm/help/automate-license-generation-with-fastspring/ Does not lead to any printouts in the log.
Here is Turboactivate.dll https://postimg.cc/RqWmYdLZI'm not stupid, I know that exe and dll latest and correct architecture, both of them x86.
We have a system that is not internet accessible and have periodically used the verified offline trial and extension feature described here: https://wyday.com/forum/t/4304/offline-trial-extension/However, recently we found that after the initial trial has expired and we use the offline verified trial activation via the website, we're no longer prompted for the new expiration like we used to be, and the resulting trial activation code fails with error code 1.
See the FAQ: https://wyday.com/limelm/help/faq/#useful-reports Saying there's a a problem without giving any context is not helpful to anyone.
Sorry if this was already answered - I tried my best searching the docs and the forum, I either already have my answer (no) or I just missed it - I was hoping there is another parameter similar to get_features: Is it possible to also get the extra data (https://wyday.com/limelm/help/extra-data/) of each pkey found based on my search parameters?
Two-factor authentication, strict user controls: https://wyday.com/limelm/help/account-security/ https://wyday.com/limelm/help/add-users/ >> "And you are assuming that human errors can never happen?"
PKey = “put product key here” If Len(PKey) <> 34 Then MsgBox ("Not a product key: " & PKey & vbLf & "Select a cell in the Product Key column"): Exit Sub s = "&version_id=" & Version_Id$ & _ "&method=limelm.pkey.activity" & _ "&start=2014-01-01" & _ "&activation=true" & _ "&deactivation=true" s = do1GET(s) Function do1GET(ByVal s) 'sends a query to the lime server and returns the response as a string Dim sUrl$, webresponse$ sUrl = "https://wyday.com/limelm/api/rest/" s = "&api_key=put your API key here" & s Dim objHTTP As MSXML2.XMLHTTP: Set objHTTP = New MSXML2.XMLHTTP If InStr(TypeName(objHTTP), "HTTPRequest") = 0 Then MsgBox "something went wrong trying to create an MSXML2.XMLHTTP object" objHTTP.Open "POST", sUrl, False 'change GET to POST per wyatt's new requirement 01/04/2022 objHTTP.setRequestHeader "If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT" 'to prevent getting a cached response objHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" 'need this line, got it from https://www.mrexcel.com/board/threads/vba-get-and-post-method.938123/ objHTTP.send (s) do1GET = objHTTP.responseText If InStr(do1GET, "stat=""ok""") > 0 Then Else Call MsgBox("The command to the Lime server failed, and returned the following:" & vbLf & do1GET, vbOKOnly) End End IfEnd Function
In all cases after upgrading and/or running the WMI fix (https://wyday.com/limelm/help/faq/#fix-broken-wmi) on their system - it would solve the issue.
https://airsdk.harman.com/download/51.2.1.7 fyi flex action script updated.
I tried to follow solution 2 from this post https://wyday.com/forum/t/2226/activating-the-same-product-with-different-keys-on-the-same-pcaccount/#post-11431 , but I can't find SetCustomActDataPath method in Java API.
update=%25file%25%25urlargs%25" rel="nofollow">https://xyz.com/folder/?update=%file%%urlargs% Folder structure:folder/ (Unprotected folder).....htaccess .....index.php.....update-files/ (Protected folder)..............htaccess ..............wyserver.wys............ someapp.3.to.4.wyu By accessing the first URL, the "index.php" retrieves the "wyserver.wys" without any permission.