
Document ID: 116308
Updated: Jul 29, 2013
Contributed by Sana Agaskar, Prashant Dua, and Jasmeet Sandhu, Cisco TAC Engineers.
Contents
Introduction
This document describes a problem encountered when attempts to update Cisco Jabber for Windows client information are made and provides a solution to the problem.
Prerequisites
Requirements
Cisco recommends that you have knowledge of Cisco Jabber for Windows.
Components Used
The information in this document is based on Cisco Jabber for Windows Release 9.x.
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Problem
When you attempt to update Cisco Jabber for Windows client information, you get this error message:
Solution
The jabber-config.xml file must be configured correctly.
First, you must create the update.xml file that has the location information for the new client, and have the jabber-config.xml file point to it. This enables you to check that location for the latest release.
Complete these steps in order to automatically update and populate the .xml file:
- Save the file in this format, with the name update.xml, in the same location where the update.msi file resides:
<?xml version="1.0" encoding="utf-8"?>
<JabberUpdate>
<LatestBuildNum>12296</LatestBuildNum>
<LatestVersion>9.1.0</LatestVersion>
<Message><![CDATA[your_html]]></Message>
<DownloadURL>http://10.10.10.10/update/CiscoJabberSetup.msi</DownloadURL>
</JabberUpdate> - Configure the jabber-config.xml file to specify the UpdateUrl:
<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Client>
<UpdateUrl>http://10.10.10.10/update/update.xml</UpdateUrl>
</Client>
</config>
The "Client" portion of the Jabber Config.xml file points to the update.xml file, and the update.xml file points to the location of the latest client software.
Related Information
Open a Support Case (Requires a Cisco Service Contract.)
Related Cisco Support Community Discussions
The Cisco Support Community is a forum for you to ask and answer questions, share suggestions, and collaborate with your peers.
Refer to Cisco Technical Tips Conventions for information on conventions used in this document.