Archived Forum Post

Index of archived forum posts

Question:

Trial has expired

Oct 29 '15 at 13:13

Hi! We bought a license to use Chilkat, and when we are going use it, we get this error:

ChilkatLog: UnlockComponent: DllDate: Jun 23 2015 ChilkatVersion: 9.5.0.51 UnlockPrefix: NONE Username: PE0600CO06:pe0600pos Architecture: Little Endian; 32-bit Language: ActiveX VerboseLogging: 0 component: Socket unlockCode: Anything for 30-day trial regKeyUnlock: product: ChilkatSocket hcCurDate: Wed, 28 Oct 2015 23:39:49 -0500 hcExpire: 8/2015 Trial has expired. --regKeyUnlock Failed. --UnlockComponent --ChilkatLog

we need your help to use the complement in 300 machines


Answer

Andrew, the LastErrorText for UnlockComponent echoes back the exact string (unlock code) that was passed to it. In this case, it can be seen that your app is still passing the string "Anything for 30-day trial" to UnlockComponent. Make the appropriate change to your app so that it passes the purchased unlock code to UnlockComponent.


Answer

Thanks for you soon answer.

we send always to UnlockComponent the unlock code (li_Success = loo_Socket.UnlockComponent("*****")), but sometimes the Component sends the message "Anything for 30-day trial".

why the Component sends this message if we have license? If necesary the machines use internet?


Answer

NO... the string "Anything for 30-day trial" can ONLY come from your application. That string is not within the Chilkat internals at all...