Questions tagged [ibm-sbt]

The IBM Social Business Toolkit contains tools for developers to build social applications and interact with IBM Collaboration Solutions products like IBM Connections, IBM Domino, IBM Domino Social Edition and IBM Sametime.

The IBM Social Business Toolkit contains tools for developers to build social applications and interact with IBM Collaboration Solutions products like IBM Connections.

Documentation is published in application development wiki.

Application Development Playground is available to explore at Playground

177 questions
0
votes
1 answer

IBM Connections 5: What is the URL to "all community forums"?

I look for the URL which requests an "all community forums" view as a deep link for a given community UUID. For ATOM, that is /forums/atom/topics?communityUuid=[communityUuid]. But for HTML, I cannot find an appropriate URL. The URL should request…
0
votes
1 answer

Error 500: javax.servlet.ServletException: Filter [SBTFilter]

I am following the lab manual: Getting started with IBM Connections Cloud. Last updated November 19 2014 by Jan Smolenski. After I have setup the project and run the server (step 109) and open the mysocial.webapp url I get the message: Error 500:…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
0
votes
1 answer

Is it possible to create External user profiles in IBM Connections using the ProfileAdminService?

I've been able to create new profiles in IBM Connections 5 using the ProfileAdminService but can't find any documentation on how to flag them as External. The Social business toolkit doesn't expose the isExternal flag via the Profile object. I've…
Martin Holland
  • 291
  • 1
  • 14
0
votes
1 answer

ProfilesList gone missing in IBM-SBT? Error when trying to deserialise

I'm using the IBM SBT Java API in Xpages to get a list of profiles and store in viewScope. (sbtsdk-1.0.3.20140723-1200.zip from openntf) That works fine when the page first opens. When a partial refresh occurs the following error comes…
Martin Holland
  • 291
  • 1
  • 14
0
votes
1 answer

What can you pass into the parameter map for CommunityService.getMyCommunities?

I want to get a particular IBM Connections community by Name using IBM Social Business Toolkit Java API I see getMyCommunities() has an argument for parameters but can't find any docs to explain what those params can be. Does anyone know what…
Martin Holland
  • 291
  • 1
  • 14
0
votes
1 answer

IBM Social Business Toolkit getContacts API Fails With 403 Forbidden

I used to be able to use the IBM SBT getContacts API from either a perl script (with authentication provided in the request) or an internet browser (authentication popup would appear) and it would return the data in JSON format as documented on the…
Keith Blom
  • 18
  • 1
0
votes
1 answer

Bookmarks API - getBookmarks(context.getUser().getMail()

I am working with the IBM SBT SDK. For the Get My Bookmarks and Get Popular Bookmarks routines the user will be identified via: var bkmkSvc = new com.ibm.sbt.services.client.connections.bookmarks.BookmarkService("connections"); var bkmks =…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
0
votes
1 answer

Calling getCommunitySharedFiles returns error 'missing parameter communityCollectionID'

Calling getCommunitySharedFiles returns this Missing parameter communityCollectionID error in Greenhouse playground also.. According to the documentation, it should be the same as getCommunityfiles.
0
votes
1 answer

Adding groups as members to a Connections community through the API

I am looking for a way to add a group as a member to community when I know the groupName (from the Directory Server). When I add a group to a community through the UI I can pick from existings groups, but I have not found the API equivalent of this…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

Create a folder via IBM sbt and share it to specific user: what is the correct Userid format?

I'm trying to create a folder and share it to a specific user, using SBT in a standalone Java console application (JDK 7). I started with FileServiceApp sample in sbt/samples, and modified it with the following code: ... fsa = new…
0
votes
1 answer

IBM SBT SDK 1.1.0 (Java) and Apache xerces

I am adding IC integration with IBM SBT SDK (Java) into an existing project which still uses xerces 2.4.0 (as of March 2009). Using IBM SBT SDK 1.0.x did not cause any problems here, but the XML serialization implementation of 1.1.0 completely…
0
votes
1 answer

Get every community-ID from IBM Connections

Is there a way to get every community or every community-ID from IBM Connections with Java? Public and private Communities? The method getPublicCommunities() from the class CommunityService returns only the public ones. The method getMyCommunities()…
SpikeZ
  • 1
  • 3
0
votes
1 answer

How to deploy apps in IBM SmartCloud for Social Business

I cannot seem to find any documentation on how to register/deploy an application into my IBM Social Business SmartCloud site. This is on their cloud servers not an my own on premise localhost. I created an Admin + AppDeveloper user account with a…
0
votes
1 answer

Social Business Toolkit: Sametime chat only with local installed Sametime Client possible?

I'm using SBT SDK on a XPage. After mastering a few traps at the beginning it works fine. Livenames are properly displayed. But now a got another problem. If you click on a available person, a context menu is displayed, where you can choose 'CHAT'…
0
votes
1 answer

Loss of locale characters in Connections due to use of updateActivityNode method of IBM SBT

Hello XPages programmers! During a work on Xpages application using Connections SBT API I encountered following situation: Using introduced managed-beans I succesfully connected to Connections and then used activityService object to get specific…
The Raven
  • 527
  • 1
  • 6
  • 31