Questions tagged [ibm-connections]

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.

265 questions
1
vote
1 answer

Loading an external widget in widgets-config.xml

I am unable to load an iWidget externally on the communities page This is my widget def:
1
vote
1 answer

How to update user status message to IBM Connections (Lotus connection API)?

Ive just read the manual(source:http://www-10.lotus.com/ldd/lcwiki.nsf/dx/Updating_a_status_message_ic301) of Lotus Connection API on updating a status message however I did not find a sample script on how to update user status message? I have made…
Arman Ortega
  • 3,003
  • 1
  • 30
  • 28
1
vote
1 answer

IBM Connections Service URL for Activity Stream

I am using the Social Business Toolkit (SBT) with the Extension Library. Using the IBM documentation, I am struggling to find the service URL to get the updates from the activity stream (like what you see in the home page). I am expecting to be…
GFORREST
  • 75
  • 6
1
vote
1 answer

How to implement registration for the users from outside of LDAP directory in IBM Connections 3.0.1?

Lets consider the deployment of IBM Connections 3.0.1 based on: TDI 7 DB2 9.7.2 WebSphere Server Network Deployment V7.0 IBM HTTP Server 7.0.0.11 It is connected with the Active Directory which is used to authenticate the users. I would like to…
Michael
  • 1,285
  • 18
  • 31
1
vote
1 answer

Retrieving Recommends for blog entry: Method not allowed

I'm trying to retrieve a feed of recommenders for a blog entry as described in the API documentation here:…
BennyLau
  • 107
  • 8
1
vote
2 answers

Disable use of a proxy in IBM Social Business ToolKit

I am running into a Access-Control-Allow-Origin error when I am trying to build an OpenSocial Gadget with IBM Social Business ToolKit for IBM Connections. I have 3 servers participating in this gadget: CONNECTIONS: The IBM Connections 4.0 Server…
Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
1
vote
2 answers

Is there a way to inject a component in the IBM Connections Business Card popout?

I am working on an integration with IBM Connections 4.0 and would like to inject a component into the business card popout that you get when hovering over contact in the Connections interface: The component can be as simple as a link but an iWidget…
Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
0
votes
0 answers

ibm watson integrate with give wp

Through the give api, create a function in ibm cloud functions in python that calls the form data: import requests import json def main(args): # Definir los parámetros de la solicitud api_key = args.get('c7a1b1d5932a4ec9b7d6d9dfaa3cc486') …
0
votes
1 answer

Change MailSession in WebSphere for HCL Connections with change detection if anything needs to be modified or was modified

I want to modify the default lcnotification mail session of HCL Connections 6.5/7 in WAS. Since this is automated with Ansible, I'd like to detect if the desired settings are still there or need to be set - including a full sync of the nodes in case…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Maximum value of tns:intGTE1 data type for simpleUploadAPI in files-config.xml of HCL Connections 6.5.1

I want to increase the maximum upload file size of HCL Connections 6.5.1. It is configured in /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/CnxCell/LotusConnections-config/files-config.xml
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Fetching attribute from JSON string with JSON_VAL cause " is invalid in the used context" error

A proprietary third-party application stores JSON strings in it's database like this one: {"state":"complete","timestamp":1614776473000} I need the timestamp and found out that DB2 offers JSON functions. Since it's stored as string in the…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Extracting multi part zip files with Ansible (Example case: WebSphere installation)

For HCL Connections, we still need WebSphere and I want to automate this complex and slow process with Ansible. WebSphere needs to be manually downloaded with differenet ZIP files for each component, for example: ├── CIK1VML.zip ├── CIK1WML.zip └──…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Using SVG images in TinyMCE 5.4.2 editor for HCL Connections

We updated Tiny Editors for HCL Connections to the latest stable version 4.4.3.0. In the changelog.html I saw the following: "Includes TinyMCE version 5.4.2-90. Includes Textbox.io version 2.4.2.102. New Features: Allow SVG elements I tried to…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Troubleshoot slow ajax requests in Kudos Boards WebSphere from HCL Connections

We still need the old WebSphere based Kudos Boards from ISW. Users reported that ajax operations like setting due dates or responsible people in a card are very slow, some even abort before finished. Until now I can't see a pattern here why this…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Add additional syntax highlighter plugin to PrismJS in HCL Connections 6.5 CR1 TinyMCE

I installed the TinyMCE editor on top of a fresh Connections 6.5.1 installation. While syntax highlighting using the codesample plugin is enabled out of the box, it works only for certain languages. I found the codesample_languages, which were…
Lion
  • 16,606
  • 23
  • 86
  • 148