Friday, April 13, 2012

IBM Connections 3.0.1 and iPad/iPhone native application

Hi there,

After I installed IBM Lotus Connections, I tried to install  native application for iPad - IBM Connections 3.1.1. The installation was easy, I fill my connection server hostname, my user name and password, after this I got an error:

The URL <hostname> is not a valid IBM Connections Mobile server.

I sent a logs file from my iPad (click on Info icon under the login form and click Send Logs) You will get it by email.

In log I found root problem:
"Received response. HTTP response http://<hostname>/homepage/Configuration Status: 404 (not found)"

And the solution is:
install this FixPack and Interim Fix




refresh pack: 3.0.1.0-IC-Multi-Mobile-IFLO67638 (12.28 MB)


  1. Stop a cluster from WAS integrated solition console or from a command line
  2. [root@ic updateInstaller]# cd /opt/IBM/WebSphere/AppServer/bin/
  3. [root@ic bin]# . ./setupCmdLine.sh
  4. [root@ic bin]# cd /opt/IBM/LotusConnections/
  5. [root@ic LotusConnections]# mv updateInstaller/ updateInstaller-old/
  6. [root@ic LotusConnections]# mv /opt/install/FIX/3.0.1.0-IC-Multi-UPDI-20120220.zip .
  7. [root@ic LotusConnections]# unzip 3.0.1.0-IC-Multi-UPDI-20120220.zip
  8. [root@ic LotusConnections]# cd updateInstaller/
  9. [root@ic updateInstaller]# cd fixes/
  10. [root@ic fixes]# mv /opt/install/FIX/3.0.1.0-IC-Multi-Mobile-IFLO67638.zip .
  11. [root@ic fixes]# unzip 3.0.1.0-IC-Multi-Mobile-IFLO67638.zip
  12. [root@ic /]# cd /opt/install/FIX/updateInstaller/
  13. [root@ic updateInstaller]# chmod +x update*
  14. [root@ic updateInstaller]#./updateWizard.sh
  15. Select option: Install Updates > click NEXT > select our fix > click NEXT > enter administrator user name and password > and continue to install it.
  16. After resynchronize all nodes and the start cluster




No comments:

Post a Comment