Archived Forum Post

Index of archived forum posts

Question:

Unlock Error with ChilkatHttpRequest

Apr 15 '17 at 11:39

I keep getting this. I have called the unlock several times..... Thanks. (VBA IN ACCESS)

     ChilkatLog:
  SynchronousRequest:
    DllDate: Mar 20 2017
    ChilkatVersion: 9.5.0.66
    UnlockPrefix: Anything for 30-day trial
    Architecture: Little Endian; 32-bit
    Language: ActiveX
    VerboseLogging: 0
    domain: storage.sandbox.ebay.com
    port: 443
    ssl: 1
    httpRequest:
      httpVersion: 1.1
      verb: POST
      path: /FileTransferService
      contentType: multipart/form-data
      charset: windows-1252
      sendCharset: 0
      mimeHeader: X-EBAY-SOA-OPERATION-NAME: downloadFile
X-EBAY-SOA-SECURITY-TOKEN: 
X-EBAY-API-DETAIL-LEVEL: 0
X-EBAY-API-COMPATIBILITY-LEVEL: 967
X-EBAY-API-SITEID: 0
X-EBAY-API-DEV-NAME: 
X-EBAY-API-APP-NAME: 
X-EBAY-API-CERT-NAME: 
      requestParams:
        requestItem:
          name: content2
          fileOnDisk: C:\Users\Station\Documents\Access XML Save Files\New Testing\uploadFile.xml
          numValueBytes: 468
        --requestItem
        requestItem:
          name: content2
          fileOnDisk: C:\Users\Station\Documents\Access XML Save Files\New Testing\AFPIBulkTest1.gz
          numValueBytes: 1653
        --requestItem
      --requestParams
    --httpRequest
    Product is not unlocked.  Make sure to call UnlockComponent first.
  --SynchronousRequest
--ChilkatLog

Answer

Check the LastErrorText property for the call to UnlockComponent. It must've been that UnlockComponent returned 0/false and the information for that error needs to be examined.