Quantcast
Channel: Chilkat Forum - latest questions
Viewing all 1061 articles
Browse latest View live

Re-Authentication Failure

$
0
0

Hi,

what does a Re-Authentication Failure mean? A quick Google didn't give me any clear answers. Here is the log from my customer:

  Login(8577ms):
    DllDate: Apr  7 2016
    ChilkatVersion: 9.5.0.58
    UnlockPrefix: xxxxxxxxxx
    Architecture: Little Endian; 32-bit
    Language: MAC OS X C/C++
    VerboseLogging: 1
    login: xxxxxxxxxx
    authenticateLogin(8577ms):
      loginImap(8577ms):
        ConnectionType: SSL/TLS
        ImapCmdSent: aaab LOGIN "xxxxxxx"
        getCompleteResponse(8577ms):
          ImapCmdResp: aaab NO Re-Authentication Failure
        --getCompleteResponse
      --loginImap
      isOK:
        serverResponse: aaab NO Re-Authentication Failure
      --isOK
    --authenticateLogin
    Failed.
  --Login
--ChilkatLog
2016-07-02, 8:23:53 AM       
----INFO---- Connecting to IMAP server at imap.xxxxxxxxx.ca:993 ----IMAP RESPONSE---- * OK IMAP4 Ready iproxy9.xxxxxxxxxx.ca 00021059 ----IMAP REQUEST---- aaab LOGIN "xxxxxxxx" ----IMAP RESPONSE---- aaab NO Re-Authentication Failure
Mit freundlichen Grüßen/Regards

Beatrix Willius

http://www.mothsoftware.com Mail Archiver X: The email archiving solution for professionals


Trial has expired SFTP

$
0
0

We get a "Trail has Expired" error from our purchased SFTP component:

ChilkatLog: UnlockComponent: DllDate: Mar 21 2016 ChilkatVersion: 9.5.0.56 UnlockPrefix: CDROML.SS10317 Username: SPV-SQL2012:Administrator Architecture: Little Endian; 32-bit Language: ActiveX VerboseLogging: 0 component: SFtp unlockCode: CDROML.SS10317_123456789012 regKeyUnlock: product: ChilkatSsh hcCurDate: Thu, 07 Jul 2016 10:21:55 0200 hcExpire: 6/2016 Trial has expired. --regKeyUnlock Failed. --UnlockComponent --ChilkatLog

The unlock code is altered. We sent an email with the full code to support@chilkatsoft.com The tool was bought in march and it worked until yesterday.

How to use Chilkat API for devcpp

$
0
0

Hi,

I am interested in your API''s and I want to try to couple of C and C++ API's in Dev-CPP compiler but I am getting error.

I wanted to compile this AES program https://www.example-code.com/C/crypt2_aes.asp and I download 6MB C language libraries from your websites and I copied all the header files in chilkat include folder to Dev-cpp Include folder.

Now I am getting too many undefined reference errors

v9.5.0.58 for C/C++ Libs for VC++ 9.0 SP1 / win32

$
0
0

Hi,

I Just wonder why there is no v9.5.0.58 for C/C++ Libs for VC++ 9.0 SP1 / win32?

Chilkat FoxPro Events (.prg event classes)

$
0
0

I wrote some code to generate FoxPro .prg templates for the ActiveX events. They are available here: http://www.chilkatsoft.com/download/chilkat_foxpro_prg.zip

Note: This was updated for v9.5.0.58 on 7-Jul-2016. The TextData and BinaryData events are new and must be present. However, they are not yet called by anything in this version. These events are added to pave the way for future functionality..

An example of the Ftp2 events is shown here:

ftp2EventHandler = CREATEOBJECT("MyFtp2Events")
loFtp2 = CreateObject("Chilkat_9_5_0.Ftp2")
EVENTHANDLER(loFtp2,ftp2EventHandler)

DEFINE CLASS MyFtp2Events AS SESSION OLEPUBLIC IMPLEMENTS _IChilkatFtp2Events IN "Chilkat_9_5_0.Ftp2"

PROCEDURE _IChilkatFtp2Events_AbortCheck(abort As Number) ? "AbortCheck" ENDPROC

PROCEDURE _IChilkatFtp2Events_BeginDownloadFile(path As String, nSkip As Number) ? "BeginDownloadFile" ENDPROC

PROCEDURE _IChilkatFtp2Events_BeginUploadFile(path As String, nSkip As Number) ? "BeginUploadFile" ENDPROC

PROCEDURE _IChilkatFtp2Events_BinaryData(data As Variant) ? "BinaryData" ENDPROC

PROCEDURE _IChilkatFtp2Events_DownloadRate(byteCount As Number, bytesPerSec As Number) ? "DownloadRate" ENDPROC

PROCEDURE _IChilkatFtp2Events_EndDownloadFile(path As String, byteCount As Number) ? "EndDownloadFile" ENDPROC

PROCEDURE _IChilkatFtp2Events_EndUploadFile(path As String, byteCount As Number) ? "EndUploadFile" ENDPROC

PROCEDURE _IChilkatFtp2Events_PercentDone(pctDone As Number, abort As Number) ? "PercentDone" ENDPROC

PROCEDURE _IChilkatFtp2Events_ProgressInfo(name As String, value As String) ? "ProgressInfo" ENDPROC

PROCEDURE _IChilkatFtp2Events_TaskCompleted(task As Generic) ? "TaskCompleted" ENDPROC

PROCEDURE _IChilkatFtp2Events_TextData(data As String) ? "TextData" ENDPROC

PROCEDURE _IChilkatFtp2Events_UploadRate(byteCount As Number, bytesPerSec As Number) ? "UploadRate" ENDPROC

PROCEDURE _IChilkatFtp2Events_VerifyDeleteDir(path As String, nSkip As Number) ? "VerifyDeleteDir" ENDPROC

PROCEDURE _IChilkatFtp2Events_VerifyDeleteFile(path As String, nSkip As Number) ? "VerifyDeleteFile" ENDPROC

PROCEDURE _IChilkatFtp2Events_VerifyDownloadDir(path As String, nSkip As Number) ? "VerifyDownloadDir" ENDPROC

PROCEDURE _IChilkatFtp2Events_VerifyUploadDir(path As String, nSkip As Number) ? "VerifyUploadDir" ENDPROC

ENDDEFINE

64bit - Could not load file or assembly 'ChilkatDotNet4' or one of its dependencies. An attempt was made to load a program with an incorrect format.

$
0
0

In a web application, the following error shows up when browsing to a page that instantiates a Chilkat object. Could not load file or assembly 'ChilkatDotNet4' or one of its dependencies. An attempt was made to load a program with an incorrect format.

code behind : protected void Page_Load(object sender, EventArgs e) { Chilkat.Crypt2 c = new Chilkat.Crypt2(); }

Windows7 64bit / VS2010 v10.0.30319.1 / ASP.Net v4.0.30319.272

Thanks

What ciphers are supported in SFTP 9.5.0.47?

$
0
0

We have a client that will deaclivate the existing RC4 Cipher Suites and after that only the following Cipher Suites will be supported: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_GCM_SHA384 TLS_RSA_WITH_AES_128_GCM_SHA256 TLS_RSA_WITH_AES_256_CBC_SHA256 TLS_RSA_WITH_AES_256_CBC_SHA TLS_RSA_WITH_AES_128_CBC_SHA256 TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_3DES_EDE_CBC_SHA

We are currently using the 32 bit version of ChilkatDotNet45.dll with C#. In 9.5.0.47 version there is an option ForceCipher which allow to set one encription algorithm. By default, the component will automatically choose the first cipher supported by the server. The question is can we still use SFTP 9.5.0.47 version? If not, what would be the correct setting in the current version?

Developer license for iOS Platform

$
0
0

I am in a process of purchasing license for SFTP/SSh lib for iOS. While reading the licensing agreement i am not clear with the term Developer. Is the developer means the iTunes account by which the iOS app has to be uploaded on App Store? Also will SFTP/SSH library will be sufficient for SCP file tranfer?


Chilkat stop working at different pc

$
0
0

Dear All! I build app by VS15, Netframework 4.6.1, Chilkat46. It's ran ok in my PC but stop working at different PC. I think this issuse is "strong name assembly".

this is my bug

<problemsignatures>
<eventtype>CLR20r3</eventtype>
<parameter0>WpfApplication3.exe</parameter0> <parameter1>1.0.0.0</parameter1>
<parameter2>5783a79c</parameter2>
<parameter3>PresentationCore</parameter3> <parameter4>4.6.1055.0</parameter4>
<parameter5>563c1cb8</parameter5>
<parameter6>54f</parameter6>
<parameter7>ee</parameter7>
<parameter8>System.IO.FileNotFoundException</parameter8> </problemsignatures> Please help me.Thank you so much

Connection Rejection Takes Longer than the Set Max Wait Time

$
0
0

Connection Rejection Takes Longer than the Set Max Wait Time. Using the ActiveX socket component in VB6. It takes 21 seconds for the connection attempt to reject no matter what the length of the maxWaitMS parameter is set to. According to the (VB6) Socket Connect Failure Cases describes. It states that if this maxWaitMS is set to 5000 MS, then the rejection should come in 5 seconds. Is there a workaround? Thanks RBO

Email.EmailDateStr Property only Returns GMT Date/Time?

$
0
0

The help seems to indicate that only a GMT date/time can be set in Chilkat while industry standards indicate that any time zone can be set. I tried setting to another time zone but while the date/time I set showed correctly in the sent email, the time zone was stuck on GMT. Is this it or is there something wrong? Using DataFlex and version 9.5.0.

Decode Bulgarian?

$
0
0

Hello, I am a long time user of your ChilkatSoft utilities.

Can you help me with something?

I am trying to figure out if we can decode a % encoded URL string. It’s in European characters and comes from us via a website in Europe.

This is in Bulgarian

For example, we get something like this that a user types into a web page…

(example #1)

котката в шапката се връща

But when that information gets transferred to us… we see it encoded like this…

(example #2)

%D0%BA%D0%BE%D1%82%D0%BA%D0%B0%D1%82%D0%B0+%D0%B2+%D1%88%D0%B0%D0%BF%D0%BA%D0%B0%D1%82%D0%B0+%D1%81%D0%B5+%D0%B2%D1%80%D1%8A%D1%89%D0%B0

I need to know if we can figure out a way to translate this to the Bulgarian characters from the encoded format.

Does your Charset component handle this?

Streaming SFTP

$
0
0

Does the SFTP component allow for (or have) file streams.

We have a model where file streams from the browser must be passed to our Gentran based SFTP system and vice-versa.

How to Check to see if an ActiveX is Already Installed?

$
0
0

(This question reproduced with the customer's permission.)

Hello,
I’m developing with Powerbuilder and now use the Chilkat-ActiveX.

I want to redistribute the file ‘Chilkat ActiveX 9.5.0 win32/ChilkatAx-9.5.0-win32.msi’ along with my application. If the msi is not installed yet on the client computer then it is installed automatically by calling msiexec.exe.

This works fine, but the basic question is, how to determine if the ActiveX is yet installed or not. Could you give me a hint, what the best solution could be: Looking for registry entries? Looking for files on the local PC? I also read about testing the registry key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstall, but in my system there is no ‘Chilkat’-entry under this key?

A solution that works for all Windows OS’s would be fine!

Of course I could say, that when ‘ConnectToNewObject’ gives an error, then it is not installed, but this could also have other reasons. Here’s my basic PB code of this task:

ole = create oleobject

ll_rc = ole.ConnectToNewObject("Chilkat_9_5_0.Crypt2")

if ll_rc < 0 then n_runandwait ln_rnw w_start.setmicrohelp("Installing Chilkat_9_5_0 ...") ll_rc = ln_rnw.of_run("msiexec /i ~"" + gs_pfad_version + "" + & "Chilkat ActiveX 9.5.0 win32ChilkatAx-9.5.0-win32.msi" + "~" /passive", normal!) if ll_rc <> ln_rnw.WAIT_COMPLETE then Messagebox(gs_app_tit, "Error installing 'Chilkat_9_5_0‘") lb_err = true exit end if end if


Error in chilkat.node file

$
0
0

Hi all,

My Environment:

1.node - v4.4.0

2.windows - 64bit

I installed the chilkat for windows.I followed the example from the link:link text.After i build the file using npm start,i am facing the error like below

scripts.js:5 Error: The system cannot find message text for message number 0x%1 in the message file for %2. \?D:AngularJSProjects11-7-desktop-sftpnode_moduleschilkat_win32chilkat.node at Error (native) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20) at Object.Module._extensions..node (module.js:568:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:158:20) at Module.load (module.js:456:32) at tryModuleLoad (module.js:415:12) at Function.Module._load (module.js:407:3) at Module.require (module.js:466:17) at require (internal/module.js:20:19)

Please help me to solve the issue.Thanks in advance !!

Regards, Gopi Krishnan.R


RSA Decrypt using Private Key in PEM File

$
0
0

I have short strings that I receive from another Web app that are encrypted with RSA-2048. The keypairs were generated on a CentOS server like this:

ssh-keygen -t rsa -f thekey -N '' -b 2048
cat thekey > ../priv.pem
ssh-keygen -f thekey.pub -e -m pem > ../pub.pem

Can your RSA library use this private key to decrypt strings encrypted using the public key above?

As an example, I encrypted the string "20052829374" using the public key and base64 encoded it (attached) and need to be able to decrypt it using the attached private key from C#.

If you have a code sample, it would be great.

Maximum XML file size

$
0
0

Is there a maximum file size for XML files created using Chilkat XML ActiveX Component in VB6?

I am creating a large XML file and the SaveXML method saves the file without error but the file is incomplete ... file size of incomplete file is 15.1MB.

SSH Tunnels (v9.5.0.58 v 9.5.0.48) & StartAccepting

$
0
0

Howdy,

I've had an SSH Tunnel Script working for a long time now as a 32-bit Chilkat app and it works well, but once I registered the 64-bit DLL for 9.5.0.58, it started throwing exceptions like this... (p.s. this looks like a bug in 9.5.0.58 x86 and x64)

C:scripts>cscript sshtunnel.vbs 192.168.0.133-rdp 192.168.0.107-rdp
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.

--->Tunnel will listen indefinitely <--- ---> Press Ctrl-C to shutdown the tunnel listener<---

192.168.0.133-rdp Found: 192.168.0.133-rdp 192.168.0.133:3389 on 22 Connecting through: xxx.xxx.xxx.xxx:22 Tested Tunnel parameters! ERROR WHILE TRYING TO START ACCEPTING: ChilkatLog: BeginAccepting: DllDate: Jun 13 2016 ChilkatVersion: 9.5.0.58 UnlockPrefix: CHANGEDFORPRIVACY Architecture: Little Endian; 64-bit Language: ActiveX / x64 VerboseLogging: 0 listenPort: 3333 dynamicPortForwarding: 0 StaticPortForwarding: destPort: 3389 destHostname: 192.168.0.107 --StaticPortForwarding Not yet connected to the SSH tunnel. Failed. --BeginAccepting --ChilkatLog

And then unregistering the x64 DLL and reregistering the x86 DLL worked like a charm (script worked as expected)... although the working 32-bit DLL is version 9.5.0.48.

P.S. trying to make 9.5.0.58 32-bit DLL work, fails at same place.

  ERROR WHILE TRYING TO START ACCEPTING:
ChilkatLog:
  BeginAccepting:
    DllDate: Jun 13 2016
    ChilkatVersion: 9.5.0.58
    UnlockPrefix: CHANGEDFORPRIVACY
    Architecture: Little Endian; 32-bit
    Language: ActiveX
    VerboseLogging: 0
    listenPort: 3333
    dynamicPortForwarding: 0
    StaticPortForwarding:
      destPort: 3389
      destHostname: 192.168.0.107
    --StaticPortForwarding
    Not yet connected to the SSH tunnel.
    Failed.
  --BeginAccepting
--ChilkatLog

For the time being, I'll just keep using the 32-bit 9.5.0.48 as I don't know where to download the x64 version from (only the current one [9.5.0.58] seems available). I am guessing this is a bug introduced after ".48".

Please let me know what you find, Steven

Here's my code... which was adapted from your samples

Function chillkat_establish_ssh_tunnel (sshTunnel,desthost,destport,throughhost,throughport,throughuser,throughpass,locallistenport)
  On Error Resume Next

'  The DestHostname may be the domain name or
  '  IP address (in dotted decimal notation) of the database
  '  server.

''we need to test that our tunnel will work first...

Set ssh = CreateObject("Chilkat_9_5_0.Ssh")
  if Err.Number <> 0 Then
    WScript.Echo "  Error creating Object: " & Err.Description
      chillkat_establish_ssh_tunnel = 0
      Exit Function
  End If
  '  Any string automatically begins a fully-functional 30-day trial.
  success = ssh.UnlockComponent(ssh_unlock_code)
  If (success <> 1) Then
      WScript.Echo "error unlocking SSH with unlock code!"
      chillkat_establish_ssh_tunnel = 0
      Exit Function
  End If
  WScript.Echo "Connecting through: " & throughhost & ":" & throughport
  success = ssh.Connect(throughhost,throughport)
  If (success <> 1) Then
      WScript.Echo "  Error connecting to SSH through host in test: " & ssh.LastErrorText
      chillkat_establish_ssh_tunnel = 0
      Exit Function
  End If

'  Wait a max of 5 seconds when reading responses..
  ssh.IdleTimeoutMs = 5000

success = ssh.AuthenticatePw(throughuser,throughpass)
  If (success <> 1) Then
      WScript.Echo "  Error authenticating to SSH for ""through host"" in test: " & ssh.LastErrorText
      chillkat_establish_ssh_tunnel = 0
      Exit Function
  End If

ssh.Disconnect
  Err.Clear
  WScript.Echo "    Tested Tunnel parameters!"
  sshTunnel.DestHostname = desthost
  sshTunnel.DestPort = destport

sshTunnel.SshHostname = throughhost
  sshTunnel.SshPort = throughport
  sshTunnel.SshLogin = throughuser
  sshTunnel.SshPassword = throughpass

success = sshTunnel.BeginAccepting(locallistenport)
  If (success <> 1) Then
      WScript.Echo "  ERROR WHILE TRYING TO START ACCEPTING: "
      WScript.Echo sshTunnel.LastErrorText
      chillkat_establish_ssh_tunnel = 0
      Exit Function
  End If

chillkat_establish_ssh_tunnel = 1
End Function

SSH OpenSessionChannel

$
0
0

I am trying to connect to an Android dropbear SSH Server. The initial connection and authentication work fine, however when I try to open a session channel the channel number is returned as -1.

    int channelNum = mSSH->OpenSessionChannel();
    if (channelNum < 0)
    {
        char buffer[2048];
        sprintf_s(buffer, 2048, "%s\nError: %s", mSSH->lastErrorText(), mSSH->channelOpenFailReason());
        LOGW(buffer);
        return;
    } 

The last error text is

    ChilkatLog:   OpenSessionChannel:
     DllDate: Jun 13 2016
     ChilkatVersion: 9.5.0.58
     UnlockPrefix: Anything for 30-day trial
     Architecture: Little Endian; 32-bit
     Language: Visual C++ 12.0 (32-bit)
     VerboseLogging: 0
     openSessionChannel:
       sshTransportOpenChannel:
         channelType: session
         clientChannel: 0
         clientInitialWindowSize: 327680
         clientMaxPacketSize: 8192
         Sent open channel request
         Unexpected message type received in response to open channel
 request.
         messageType: 51
       --sshTransportOpenChannel
       channelNum: -1
     --openSessionChannel
     retval: -1   --OpenSessionChannel
 --ChilkatLog

How do I fix this?

Thanks

Here are the lags from the connect and authenticate. All seems OK.

    Connected
ChilkatLog:
  Connect_Ssh:
    DllDate: Jun 13 2016
    ChilkatVersion: 9.5.0.58
    UnlockPrefix: Anything for 30-day trial
    Architecture: Little Endian; 32-bit
    Language: Visual C++ 12.0 (32-bit)
    VerboseLogging: 0
    connectInner:
      hostname: 192.168.6.36
      port: 22
      sshConnect:
        Established TCP/IP connection with SSH server
      --sshConnect
      sshSetupConnection:
        clientIdentifier: SSH-2.0-PuTTY_Release_0.66
        Sending client identifier...
        Done sending client identifier.
        Reading server version...
        initialDataFromSshServer: SSH-2.0-dropbear_2015.67

serverVersion: SSH-2.0-dropbear_2015.67
        KeyExchangeAlgs:
          algorithm: curve25519-sha256@libssh.org
          algorithm: ecdh-sha2-nistp521
          algorithm: ecdh-sha2-nistp384
          algorithm: ecdh-sha2-nistp256
          algorithm: diffie-hellman-group14-sha1
          algorithm: diffie-hellman-group1-sha1
          algorithm: kexguess2@matt.ucc.asn.au
        --KeyExchangeAlgs
        HostKeyAlgs:
          algorithm: ecdsa-sha2-nistp521
          algorithm: ssh-rsa
        --HostKeyAlgs
        EncCS:
          algorithm: aes128-ctr
          algorithm: aes256-ctr
          algorithm: aes128-cbc
          algorithm: aes256-cbc
          algorithm: 3des-ctr
          algorithm: 3des-cbc
        --EncCS
        EncSC:
          algorithm: aes128-ctr
          algorithm: aes256-ctr
          algorithm: aes128-cbc
          algorithm: aes256-cbc
          algorithm: 3des-ctr
          algorithm: 3des-cbc
        --EncSC
        MacCS:
          algorithm: hmac-sha2-256
          algorithm: hmac-sha2-512
          algorithm: hmac-sha1-96
          algorithm: hmac-sha1
          algorithm: hmac-md5
        --MacCS
        MacSC:
          algorithm: hmac-sha2-256
          algorithm: hmac-sha2-512
          algorithm: hmac-sha1-96
          algorithm: hmac-sha1
          algorithm: hmac-md5
        --MacSC
        CompCS:
          algorithm: none
        --CompCS
        CompSC:
          algorithm: none
        --CompSC
        ChosenIncomingEncryption: aes256-ctr
        ChosenOutgoingEncryptoin: aes256-ctr
        ChosenIncomingMac: hmac-sha2-256
        ChosenOutgoingMac: hmac-sha2-256
        ChosenIncomingCompression: none
        ChosenOutgoingCompression: none
        ChosenKexAlgorithm: diffie-hellman-group1-sha1
        ChosenHostKeyAlgorithm: ssh-rsa
        Using SHA-1 for Key Exchange Hash
        RSA host key parsed successfully.
        Sending newkeys to server...
        Expecting newkeys from server...
        SSH Key Exchange Success.
        installNewKeys:
          m_isRekey: 0
          No outgoing compression.
          No incoming compression.
          Outgoing encryption is now AES 256 CTR
          outgoingMac: SHA256
        --installNewKeys
      --sshSetupConnection
      socketOptions:
        SO_SNDBUF: 262144
        SO_RCVBUF: 4194304
        TCP_NODELAY: 1
        SO_KEEPALIVE: 0
      --socketOptions
    --connectInner
    Success.
  --Connect_Ssh
--ChilkatLog

Authenticated
ChilkatLog:
  AuthenticatePw:
    DllDate: Jun 13 2016
    ChilkatVersion: 9.5.0.58
    UnlockPrefix: Anything for 30-day trial
    Architecture: Little Endian; 32-bit
    Language: Visual C++ 12.0 (32-bit)
    VerboseLogging: 0
    SshVersion: SSH-2.0-dropbear_2015.67
    sshAuthenticatePw:
      requestUserAuthService:
        sendServiceRequest:
          svcName: ssh-userauth
          SentServiceReq: ssh-userauth
        --sendServiceRequest
        ssh-userauth service accepted.
      --requestUserAuthService
      [SSH] Received USERAUTH_BANNER
      AuthMethods: publickey,password
      passwordAuth:
        Sent login/password
        Password authentication successful.
      --passwordAuth
    --sshAuthenticatePw
    Success.
  --AuthenticatePw
--ChilkatLog

ChilkatLog:
  OpenSessionChannel:
    DllDate: Jun 13 2016
    ChilkatVersion: 9.5.0.58
    UnlockPrefix: Anything for 30-day trial
    Architecture: Little Endian; 32-bit
    Language: Visual C++ 12.0 (32-bit)
    VerboseLogging: 0
    openSessionChannel:
      sshTransportOpenChannel:
        channelType: session
        clientChannel: 0
        clientInitialWindowSize: 327680
        clientMaxPacketSize: 8192
        Sent open channel request
        Unexpected message type received in response to open channel request.
        messageType: 51
      --sshTransportOpenChannel
      channelNum: -1
    --openSessionChannel
    retval: -1
  --OpenSessionChannel
--ChilkatLog

Error:

xmp library not work in iOS9

$
0
0

The method SaveAppFile in xmp library does not work in iOS 9 The error below always happens.

  fopen_failed:
    errno: 1
    osErrorMessage: Operation not permitted
    Failed to open file.
    mode: w
    path: /var/containers/Bundle/Application/02889455-E827-43C8-B9AA-9E219D587127/Panorama.app/Amsterdam2.jpg
  --fopen_failed
  filename: /var/containers/Bundle/Application/02889455-E827-43C8-B9AA-9E219D587127/Panorama.app/Amsterdam2.jpg
  Failed to write complete file (7)
--xmpWriteFileAndClose
Failed.
Failed.

--SaveAppFile

Viewing all 1061 articles
Browse latest View live