IBM Connections is social software for business that lets you access everyone in your professional network, including your colleagues, customers, and partners. IBM Connections includes the on-premises and cloud versions.
Questions tagged [ibm-connections]
265 questions
0
votes
1 answer
Using servlet filters with IBM Connections
Hi I have the following problem:
I am "customizing" IBM Connections 4.0, I need to do a terms and agreement popup and obviously have to validate whether certain user has already accepted such terms or not. I am using servlet filters to "intercept"…

Jhonathan Ibanez
- 89
- 1
- 2
- 10
0
votes
1 answer
Closing Open Social Gadget Popup
I have written an Open Social OAuth enabled Gadget in IBM Connections 4.0 and the OAuth Provider Service is also written by me as well, the problem I am facing is while authorizing the gadget through OAuth flow I open the popup using the following…

willsteel
- 1,037
- 2
- 12
- 21
0
votes
1 answer
IBM Connections and IBM Websphere Portal integration
I'm integrating IBM Connections and IBM Websphere Portal using this guideline (guideline page).
To deploy portal application archive SNPortlets.paa I need to know a couple of parameters from connections installation(network deployment installation)…

rilaby
- 603
- 5
- 15
0
votes
2 answers
Post an activity entry to all and to me
I try to post an activity entry with the ActivityService class. I want that all my followers and myself can see it.
this.
ActivityStreamService service = new ActivityStreamService();
service.postEntry("@me", "@all", "", jsonObject, header);
I saw…

Andreas Nebel
- 3
- 1
0
votes
2 answers
Timezone format connections
I got the time values from the SBT SDK as a string in this format
"2013-07-17T14:44:25.177Z"
I get a Java Date object with this code
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
Date date =…

Andreas Nebel
- 3
- 1
0
votes
3 answers
How to update an existing activity stream entry in IBM Connections
I am trying to update an existing activity stream entry e.g. the title of the entry.
Here I found the code for the creation of the new entry:
Link
But I could not find any reference how do I update an existing entry?
Additional information:
I use…

Markus Langer
- 11
- 2
0
votes
1 answer
"Unable to display widget data" error
I'm trying to add an iWidget to Communities, modified /local/con/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/localhostCell01/LotusConnections-config/proxy-config.tpl and added a new proxy rule:

user2400780
- 25
- 2
0
votes
1 answer
Connections iWidget and xPages login
I am using an xPage as an iWidget in IBM Connections 3.0.1. I have extended the ajax proxy to point to the nsf. During testing everything was working correctly but I realized it was only working when I was already authenticated with the application…

Patrick Sawyer
- 1,362
- 7
- 22
0
votes
2 answers
How to setup Oauth 2.0 between Notes/Domino Social Edition 9.0 custom Playground and Custom Connections 4.5
i need a complete procedure on how to setup Oauth 2.0 authentification between my own IBM/Notes/Domino/XPages apps and my own Connections 4.5 server (no greenhouse or quick start connections over the web)
Have installed both are on the same machine…

Gael
- 11
- 3
0
votes
1 answer
Connection server is not making request token call to OAuth2.0 provider server
I implemented OAuth 2.0 Provider layer so all communication between my server and
IBM-Connections server happens with proper OAuth token.
I followed the steps mention in below mention…

ombits
- 11
- 1
- 3
0
votes
1 answer
Resize table unload output field in jcl
I have performed a bmcunld in jcl to direct the output to a dataset.
The problem is that that field had maximum size and I cant read the dataset afterwards being created because it issues teh following error message:
"Invalid Record Length"
This…

csbl
- 265
- 1
- 6
- 19
0
votes
1 answer
What's the cause of "Failed to preload gadget..." for Sharebox gadgets in IBM Connections
I've followed the procedure documented at "Adding new ways to share content"
...but keep getting an error:
Failed to preload gadget http://....
Detailed error: 400 Gadget is not trusted to render in this container.…

dvdsmpsn
- 2,839
- 1
- 26
- 40
0
votes
1 answer
How to access IBM Connection with apache Wink
I am trying to use Apache Wink to get Service Document from an IBM host but I always get error 403 Forbidden. Here is my code :
import org.apache.wink.client.Resource;
import org.apache.wink.client.RestClient;
public class CommunityEvents {
…
0
votes
2 answers
How to include your own javascript file in Connections?
I try include multiple javascript files in IBM Connections like jQuery or other library.
i find this documentation : http://infolib.lotus.com/resources/connections/4.0/doc/en_us/ic4_p4.html#t_customize_extend_js
but it doesn't work.

Julien
- 81
- 4
0
votes
2 answers
IBM Connections 4.0 iWidget title attribute not working
I have added a new tab in my profile page of IBM Connections 4.0 by registering it in widgets-config.xml file the tab is successfully added and is working fine but the problem is i want to give some custom name to the tab like "Hello World" i tried…

willsteel
- 1,037
- 2
- 12
- 21