Showing posts with label ibm sametime. Show all posts
Showing posts with label ibm sametime. Show all posts

Wednesday, April 27, 2016

Cumulative Hotfix 9001-ST-Proxy-FP-WLIN-A8ZJ5B for Sametime Proxy 9.0.0.1 [April 2016]

IBM has released a new Cumulative Hotfix for Sametime Proxy 9.0.0.1 9001-ST-Proxy-FP-WLIN-A8ZJ5B (April 2016)

http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21981666
 Change list for this hotfix:
- server log cleanup
- performance improvements for iNotes integration when scrolling the inbox
- fix for unclickable links in chat transcript when URLs include default ports (e.g. :80 for HTTP, :443 for HTTPS)
- support for integration with iNotes standards mode
- fix for incorrect status message stating that a user had left the chat when converting from 1-to-1 to group chat
- fix for a literal typed '\n' being converted to a line break in chat transcript and hard link breaks (shift + enter) being removed
- improved support for iOS clients
- UI improvements
- add ability to disable mobile push notifications in the server configuration
- improvements to management of log files on the server
- security fixes
- fix for the Auto Away browser extension when user manually sets status to Away before locking screen
- add drag and drop support in the contact list to move a contact from one group to another

Please note you will need to *first* upgrade your Sametime System Console to Hot Fix 9001-ST-SSC-FP-AGAR-A95S8V before applying  9001-ST-Proxy-FP-WLIN-A8ZJ5B:

Sametime System Console Hotfix 9001-ST-SSC-FP-AGAR-A95S8V - ST30.25 build (April 2016):
http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21981653

Tuesday, September 29, 2015

Configuring LDAP for Domino on the Sametime Meeting Recording / Renderer Server on WAS 8.5.5.5

I'm currently configuring the Sametime Meeting Recording / Renderer node , which is located outside the Sametime System Console Cell, and applied IBM WebSphere Application Server 8.5.5 FP5 (8.5.5.5).

According to the knowledgeable Tony Payne from IBM L3 Sametime Support:

"In WebSphere Application Server 8.5.5.5 - they 'changed' the rules for how Domino LDAP gets configured - WAS tried to allow for "blank" - but to do that, you leave both the unique name and the distinguished name 'blank' - that should pass. If you're going to manually configure it - you have to provide a root. You could also copy your wimconfig.xml from your SSC Cell to the Meeting Recording Capturer/Renderer node."

So with that being said, copy the following file from your Sametime System Console Deployment Manager: 

/opt/IBM/WebSphere/AppServer/profiles/STSCDMgrProfile/config/cells//wim/config/wimconfig.xml 

to

C:\IBM\WebSphere\AppServer\profiles\strecordingSTMPNProfile1\config\cells\strecordingSTMCell1\wim\config

and restart your WebSphere Application Server.

Tuesday, March 31, 2015

IBM Sametime Proxy Server - add tokenDomain to your stproxyconfig.xml to fix SSO issues

As a best practice and to make sure you resolve any issues you may have with SSO between IBM Sametime components, IBM recommends you to add the following line to your stproxyconfig.xml settings for your Sametime Proxy Server:

<tokenDomain>company.co.uk</tokenDomain>

If your internet/SSO domain has 3 levels (i.e. company.co.uk, empresa.com.br, us.companyinternal.com) the SSO token is generated incorrectly and only uses the last 2 levels (.co.uk, .com.br, and companyinternal.com respectively).

Add the above line to make sure the token is correctly generated.