Skip to main content link. Accesskey S
  • Overview ▾ Show Menu▼
  • IBM
  • Connections Developers
  • Home
  • Dev Guide
  • API Docs
  • SDK
  • Community
Search
SDK > Toolkit docs > Known Issues
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

Click to view profileIBM contributorPaul Bastide
Contribution Summary:
  • Articles authored: 14
  • Articles edited: 0
  • Comments Posted: 1

Recent articles by this author

Adding a community member

To add a member to the access control list of an application, send an Atom entry document containing the new member to the access control list feed.

Copying an activity entry

To copy an activity node to another activity node, use an HTTP POST request.

Removing a File Recommendation

You can use the Files API with the POST method to indicate you are no longer recommending a file within the social framework.

Recommending a File

You can use the Files API with the POST method to recommend a file.

Large File Upload

The large file upload API is a two phase request to upload large files to IBM Connections Files
Known Issues
Added by IBM contributorPaul Bastide | Edited by IBM contributorPaul Bastide on February 10, 2014 | Version 4
  • Edit
  • More Actions Show Menu▼
Rate this article 1 starsRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: known-issues known issues
This document outlines known issues with the quickstart and fixes or links to instructions.

SMTP Internet Site Issue


The Quickstart uses best practices to manage access to services and sites using Internet Sites Documents.

The SMTP site is not updated with the new hostname of the image.

You must use the Notes Admin Client and use the qsiadmin.id.
Add a Location Document for your instance's hostname

Login as qsiadmin : you-admin-pass

Click on Configuration
Expand Web > Internet Sites
Click on SMTP Inbound Sites

Click Edit SMTP Site


You must save & close.

You must restart the SMTP. From the console, tell SMTP quit / load SMTP

Setup Gadgets


The Domino Social Edition is installed, you'll have to setup the policies and key stores. You need to add the Notes2Connections Gadgets and the TroubleTickets Gadgets in order to fully take advantage of the Social Edition.

The documentation in the project TroubleTickets describes how to setup a specific gadget for TroubleTickets. http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=Trouble%20Tickets%20Notes-to-XPages%20Example

The documentation to setup the Notes2Connections gadgets.
http://www-01.ibm.com/support/docview.wss?uid=swg21627570

use /local/qsi/conx/util/manageOAuth.sh list to see the current keys or generate the key for setup.

IBM Social Business Toolkit SDK Version Out of Date


The IBM Social Business Toolkit SDK is build number / release version 2013 11 29. You should download the latest from http://ibmsbt.openntf.org

Connections Cell Name Changed


The prior version cell name was localhostCell, and now is stProxyCell.
Scripts have been updated to reflect the change, please make sure any dependency you have is altered.

*** Everything is in the stProxyCell

STPROXY Deployment Manager signed with 1024bits


Per best practices certificates are singed with 2048bits per industry standard, by default the Quickstart uses 1024 bit with the Sametime Proxy deployment manager.
The following steps walk you through the process of updating your quickstart.

navigate to https://hostname:8601/ibm/console

login as wasadmin : lcsecret

expand Security > SSL Certificate and key management

Click on Key Stores and certificates

Click CellDefaultKeyStore

Click Personal Certificates

Click Create > Self-signed Certificate

Fill in the details as below



Click Ok

Select default

Click Replace



Click Delete Old Certificates after replacement

Click Delete old signers

Click Ok

Click Save



Repeat for NodeDefaultTrustStore

on Terminal,

type sudo -s to become a super user

type /etc/init.d/STProxyServer_DM_was.init stop
type /etc/init.d/STProxyServer_was.init restart

Type y when prompted.


/etc/init.d/STProxyServer_DM_was.init start

Then navigate back to your server, you'll notice the certificates are updated.
https://hostname:8601/ibm/console/login.do?action=secure

Accept the Certificate warnings

Click on the lock key
Click Security
Click View Certificate
Scroll down to Certificate Signature Algorithm

You can check all ports for the right certificates using:
 
PORTS=(`netstat --listening -n | grep -v STREAM | grep --color=never -i :| awk '{print $4}' | sed -re "s|[:]{1,3}| |g" | awk '{print $NF}' | xargs -I '{}' grep --color=never '{}' /etc/sysconfig/iptables | awk '{print $12}' | grep -v dport --color=never`)

for (( i = 0 ; i < ${#PORTS[@]} ; i++ ))
do
    PORT=${PORTS[$i]}
	
	echo "PORT ${PORT}"
	timeout 10 openssl s_client -showcerts -connect localhost:${PORT}
        
done > ports.log

  • Edit
  • More Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (1)
collapsed Versions (1)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (4)Feb 10, 2014, 12:55:55 PMPaul Bastide  IBM contributor
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMCnxDev on Twitter
  • ForumsIBMCnxDev on Stack Overflow
  • FacebookIBMSocialBizUX on Facebook
  • ForumsIBM Collaboration Solutions product forums
  • Community LinkThe Social Lounge
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use