02-05-2015 11:52 PM - edited 03-17-2019 04:52 PM
Hi,
i'm fighting with enabling the new feature "Save Chat History to an Outlookfolder of Jabber 10.6.0.
The problem is that i'm not sure how to enter the parameter for
"ExchangeUserCredentialsFrom".
In the DeploymentGuide Cisco tells us to use "ExchangeUserCredentialsFrom=CUCM".
But how should it be entered in the jabber-config.xml ?
<ExchangeUserCredentialsFrom>CUCM</ExchangeUserCredentialsFrom>
or
<ExchangeUserCredentialsFrom>Hostname or IP-Address of CUCM</ExchangeUserCredentialsFrom>
or any different way ?
Does anybody know how it has to be configured ?
Many thanks for each reply
Alex
02-06-2015 05:04 AM
i think you are referring to the paramater 'EnableSaveChatHistoryToExchange'
The parameter should be set to true.
03-06-2015 12:04 AM
Hello!
We've set "EnableSaveChatHistoryToExchange" to true and now we can see the option "outlook" in Jabber. But Jabber set the e-mail address as sAMAccountName@AD-domain and I cannot change it, and if I set the mailserver address under advanced Jabber cannot connect to to it.
How can I solve this issue?
Thanks,
Mirko
07-15-2015 06:42 AM
Hello,
I too am having problems with saving Chat History to an Outlook Folder.
My current version of Cisco Jabber is 10.6.4
I'm using the instructions in the "Save Chat History to an Outlook Folder" section of the "Cisco Jabber 10.6 Deployment and Installation Guide" found here:
http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/10_6/CJAB_BK_C56DE1AB_00_cisco-jabber-106-deployment-and-installation-guide/CJAB_BK_C56DE1AB_00_cisco-jabber-106-deployment-and_chapter_010010.html#CJAB_RF_SAB1DB8B_00
1. I'm using a Cisco Jabber for Windows client
2. It says that this feature is available for version 10.6
3. The first step states to "Set the EnableSaveChatHistoryToExchange parameter to true in the jabber-config.xml file"
(My file name is jabber-config-defaults.xml not "jabber-config.xml") but I'm able to find the EnableSaveChatHistoryToExchange parameter and change it to true
4. The next optional step is to "(optional) Set up a method to authenticate users to the Exchange server. If you don't specify an authentication method, then users can authenticate directly from the Outlook tab in the Options menu of their clients. "
(This is the main problem. I would like to authenticate directly from the Outlook tab in the Options menu of my client, but there is no "Outlook" tab. If I open my client and go to File > Options I only see General, Chats, Audio, Video, Calls, Status, Location, Sounds and Alerts, Privacy, Accounts, Meetings, Calendar)
The above are my only tabs with the following settings in my jabber-config-defaults.xml file
<!-- Exchange -->
<userConfig name="EnableSaveChatHistoryToExchange" value="TRUE"/>
<userConfig name="ExchangeAuthenticateWithSystemAccount" value="FALSE"/>
<userConfig name="archive_im_on_exchange" value="TRUE"/>
What am I doing wrong here?
Thanks,
Goodly
07-22-2015 06:31 AM
hi Goodly
u should use the "jabber-config.xml" file ,customize it ,and uplode it to your cucm manager tftp. it should work with <EnableSaveChatHistoryToExchange>true</EnableSaveChatHistoryToExchange>
only .
shoham
08-07-2015 03:46 AM
Hey i am also stuck with the same for Jabber 11.
The settings used by me so far are:
<EnableSaveChatHistoryToExchange>true</EnableSaveChatHistoryToExchange>
<SaveChatHistoryToExchangeOperationMode>EnabledByPolicy</SaveChatHistoryToExchangeOperationMode>
<ExchangeAuthenticateWithSystemAccount>true</ExchangeAuthenticateWithSystemAccount>
<Exchange_UseCredentialsFrom>CUCM</Exchange_UseCredentialsFrom>
Below this i have mentioned the internal and external exchange server address as well.
After this i uploaded the file to CUCM and i can get the Outlook tab also, however when i close the tab, no "Ciaco Jabber Chats" folder is getting created and my conversation is not getting saved.
Any ideas plzzzzzzzz??
08-07-2015 10:33 AM
You have 2 authentication methods in xml.
<ExchangeAuthenticateWithSystemAccount>true</ExchangeAuthenticateWithSystemAccount>
<Exchange_UseCredentialsFrom>CUCM</Exchange_UseCredentialsFrom>
1- set exchangeauthenticatewithsystemaccount = true >> it will pull username and password from system and then sends authentication request to exchange
2- Set Exchange_UseCredentialsFrom = CUCM >> it pulls username and password from CUCM and then sends authentication request to exchange
Use one authentication method either system or CUCM and verify?
08-10-2015 01:15 AM
Hi,
Thanks for pointing what i was doing wrong.
I removed <Exchange_UseCredentialsFrom>CUCM</Exchange_UseCredentialsFrom> and loaded the file again, however i still dont get the folder in Outlook.
For server address, i am adding smtp.office365.com so that i connects to my cloud. Is it right or what else should i do.
<EnableSaveChatHistoryToExchange>true</EnableSaveChatHistoryToExchange>
<SaveChatHistoryToExchangeOperationMode>EnabledByPolicy</SaveChatHistoryToExchangeOperationMode>
<ExchangeAuthenticateWithSystemAccount>true</ExchangeAuthenticateWithSystemAccount>
<InternalExchangeServer>smtp.office365.com</InternalExchangeServer>
<ExternalExchangeServer>smtp.office365.com</ExternalExchangeServer>
08-10-2015 03:46 AM
Please suggest.
02-18-2016 07:27 AM
Hi there, he got it? It is that I have the same problem. Thank you.
08-16-2015 03:00 AM
I can see you are trying to integrate Jabber with O365.
Some notes:
- System account authentication is enable by default but don't work with O365, You need to disable this option on jabber-config.xml.
- You will need to configure the user account on your jabber desktop.
Try this configuration on your jabber-config.xml
<Options>
<EnableSaveChatHistoryToExchange>true</EnableSaveChatHistoryToExchange>
<ExchangeAuthenticateWithSystemAccount>false</ExchangeAuthenticateWithSystemAccount>
<SaveChatHistoryToExchangeOperationMode>EnabledByDefault</SaveChatHistoryToExchangeOperationMode>
<InternalExchangeServer>outlook.office365.com</InternalExchangeServer>
<ExternalExchangeServer>outlook.office365.com</ExternalExchangeServer>
</Options>
let me know if this help
- Javier
08-18-2015 10:52 PM
Hi Javier,
Thank you for posting the reply.
I tried this option as well.
Earlier i was getting the error "Invalid Exchange Credentials"
Now its not giving me error but not saving the chat as well.Kindly elaborate about the point - You will need to configure the user account on your jabber desktop.
What i am aiming at is that i set it up in a way where we can push the settings directly from CUCM globally to all users. Here i am stuck.
The issue that i can understand in the Authentication is that:
1. Exchange/Office 365 uses email id as username i.e. abc@domain
2. Jabber is using NT ID or LDAP ID as username
Thus there is a mismatch in username.
Is there a way that either i supply the LDAP@domain as username in XML.
Also, where can i get the logs to see the flow where its stuck to find a work around.
One more thing, i would like to point is that Exchange shows the Jabber status of the user. how can we expedite this area.
Thanks,
Shikha
08-19-2015 07:09 AM
Shikha
You are correct, automatic authentication does not send the realm or domain information on the username. The end user need to configure his credential on Jabber Client (file/options/outlook) by enter manually the exchange credentials
08-19-2015 09:33 PM
Exactly, i am not getting the option to manually enter the credentials. I tried everything as written in CJAB_BK_D657A25F_00_deployment-installation-guide-jabber-110.pdf
Please suggest.
Thanks,
Shikha
01-26-2016 11:33 AM
Did you find a solution to this issue? I am running into it as well.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide