I don't have an answer that will fix this problem yet, but I can get you closer to the finish. The SFTP server is broken in VMPro release 9.
Try deleting the files from the VRL folder and starting afresh.
1: Upgrade to release 9.0.22 (808)
2: Reimage UC110 to current release
Then try these activities for two more hours of head smashing fun:
The fix will be included in Q2 2014
Hereafter the procedure to address the transfer of recording issue with UCM on r9
There are 4 problems which affect SFTP connections from the UCM card:
1. There’s a key step missing from the KB manuals on how to accept SFTP certificates on a Linux platform. The following Solution details the process:
[URL unfurl="true"]https://support.avaya.com/kb/ext/SOLN220618[/url]
2. There is a missing rpm package in the 9.0 UCM image. This can be solved by manually installing the rpm package. The package is attached to this email
Procedure:
a) Unzip the attached file “pexpect-2.3-6.el6.noarch.rpm” and copy into the /Home/Administrator directory on the UCM.
b) Using Putty or other SSH client, open a root prompt and navigate to the /Home/Administrator directory.
c) Type “rpm -ivh pexpect-2.3-6.el6.noarch.rpm” to install the package.
3. Test Connection utility in the VMPro client produces an error on 9.0. This can be worked around by changing the VRL SFTP timeout value as follows:
- With root access navigate to /etc/vmpro_settings.ini
- Change the value of VRLSFTPTIMEOUTS from 60 to 20.
4. The instructions for the “absolute” path required for the remote SFTP location are not clear. The path needs to be in the following format:
/recordings
Where the folder is C:\recordings on the machine with the SFTP server running on it.
putty command:
root {UC110}> sftp vmpro@192.168.1.254 will open an sftp session with your sftp server.
(Where vmpro is the username of your sftp server and 192.169.1.254 is the IP address of your SFTP server)
I will post more developments as they come to hand.
