ibm-connections

Apache Abdera Multipart Request throwing nullpointer Exception(IBM connection API)

自古美人都是妖i 提交于 2020-01-06 12:52:29
问题 I am using Apache abdera to post multipart request to IBM connection 4.0 API. I am getting nullpointer exception from Abdera API. Please let me know what's the root cause. private void createEntryWithAttachment(){ try { String activityId = "urn:lsid:ibm.com:oa:662d0dc7-0308-48ee-8291-d730c733d2d1"; String activityIdLocal = activityId.substring(activityId.lastIndexOf(":")+1, activityId.length()); String createEntryLocal = createEntry+activityIdLocal; Abdera abdera = new Abdera(); AbderaClient

Plugins in IBM/HCL Connections 5 CR6 with TinyMCE editor

此生再无相见时 提交于 2020-01-05 06:28:51
问题 I installed the TinyMCE editor on a vanilla Connections 5 CR6 installation and now want to add plugins. HCL told us that we have the pro version of TinyMCE licenced together with Connections. One example of the pro-plugins is the checklist, which I want to install. So I add the plugin-files of the checklist as well as the lists (required as dependency) in the externalPlugins array of the config.js file: externalPlugins: [ { name: "checklist", url: pluginBaseDir + "checklist/plugin.min.js",

Posting Blog Entries to a Community

放肆的年华 提交于 2019-12-25 04:33:50
问题 Our tool is submitting blog entries to the idation blog for a configured community by using the Connections API. Therefore, I use the following workflow, given only a community ID: 1) query /blogs/api/blogs?commUuid=<ID_HERE>&blogType=ideationblog 2) retrieve the link to the communities ideation blog from the xml result of aboves query. the xPath for this is "/app:service/app:workspace/app:collection[a:category[@term='entries']][1]/@href" 3) post the created blog entry payload to this url.

Posting status update to IBM Connections Community

℡╲_俬逩灬. 提交于 2019-12-12 04:49:14
问题 I'm able to post a status update to an IBM Connections community. However the status update is visible in the Recent Updates section and not in the Status Update section. I'm using the following URL: https://host.com/connections/opensocial/rest/activitystreams/urn:lsid:lconn.ibm.com:communities.community:5a0fdd28-127e-4bd0-969f-ef1254ecd9dc/@all/@public And the following JSON: {"object":{"url":"url","objectType":"note","id":"109876b6-f33b-3210-45bc-966a5d2cc096-rai1sgp","displayName":"Tracy

IBM Connections user ids

会有一股神秘感。 提交于 2019-12-12 01:47:56
问题 I'm currently confused by the IDs identifying a user in Connections, and their link to the underlying LDAP directory. So far, I identified several ids: email: simple but not reliable as email access might have been disabled by the admin. This is particularly true for Connections cloud. snx:userid: UUID generated by Connections, but this is the chicken and egg. To find the userid, you need to first get access to a profile document, or some data retrieved from Connections key: also generated by

The Node Agent is stopped

淺唱寂寞╮ 提交于 2019-12-11 08:35:43
问题 I'm trying to start my Node on a command prompt like this: C:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin>startnode ADMU0128I: Starting tool with the AppSrv01 profile ADMU3100I: Reading configuration for server: nodeagent ADMU3200I: Server launched. Waiting for initialization status. ADMU3011E: Server launched but failed initialization. Server logs, startServer.log, and other log files under C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent should contain failure information What

IBM SBT: Create a folder in a community

旧街凉风 提交于 2019-12-11 01:37:31
问题 I'm getting my hands on the SBT Toolkit with Java. Works great but having some difficulties with folders: I need to create a folder in a community and put some files into it. Unfortunately, the class CommunityService has no such method. I could use the FileService.createFolder(name, description, shareWith) method and share it with the community, but actually i only want the files in the community, because otherwise they're visible in the files application (public, warning message: "Sharing

How to use Abdera atom client to send content and attachment

别说谁变了你拦得住时间么 提交于 2019-12-10 16:48:21
问题 We are using Abdera to interact with the IBM Connections API, but our problem is mostly related to Abdera itself. I think there is a bug in Abdera that does not allow you send an Entry that contains content and attachments in a single request. As a workaround you would probably be able to send two separate requests to create first with content and update afterwards with attachment. Sadly the Connections API required you to have all data in a single request or your old data is not preserved.

Connections Cloud - Cannot display credentials for Internal App

大兔子大兔子 提交于 2019-12-08 06:11:21
问题 We have moved our development to CA1 Connections Cloud environment and started setting up our application. I create a new Internal Application in the admin interface with OAuth2. After that I tried retrieving the application credentials using the Show Credentials button. This resulted in a page refresh and all I got was an unstyled html page with navigation only, no other messages and no credentials. After clicking the back button I get an error message " Unable to fetch credential info. "

IBM Connections API - Uploading files in a community and getting nonce - Widget

假如想象 提交于 2019-12-08 04:59:04
问题 There is a requirement to upload a file into a Community from an widget ( instead of going to files sections within a community and upload ) Can we upload files from an widget into a Community Files Section. I found this article here which talks about uploading files, but not under Community section. Is uploading files through community section possible ? Any reference would help How do we get a Nonce in a widget ? Do we still need to pass authentication parameters, or can use those from the