Questions tagged [jive]

Social media software for businesses.

More information available here.

54 questions
1
vote
2 answers

Running Jive Dev Enrivonment on Windows 7 64-bit

I've followed the following instructions to get Jive up and running on a windows 7 64 bit machine. Java Install latest version of Java Download Java SE 6 Update 37 JDK (includes JRE) but do not install yet Open a new command prompt and run java…
Beckyjoon
  • 251
  • 1
  • 3
  • 12
0
votes
0 answers

I have installed a plugin named JIVE in the Eclipse software. it prompts that the source code is not available when i use it

I have installed a plugin named JIVE in the Eclipse software. It can generate object diagrams and sequence diagrams based on Java source code and supports features like rollback and filtering. However, when I right-click on the sequence diagram and…
0
votes
1 answer

Not getting updated value of global variable inside function onReady

I am facing an issue to get the updated value of the variable outside the api execution function. Here I am working with JIVE so I am using 'osapi' get method. function onReady(tileConfig, tileOptions, viewer, container) { var connectLanguage =…
Siddharth Thakor
  • 156
  • 3
  • 17
0
votes
1 answer

How to get all documents in a group, team and spaces and bulk download them using Jive rest API and CURL?

I'm new to Jive and currently in the process of migrating content from jive. I see documents uploaded in teams, groups and subspaces. I can't find a way to download document in bulk through the UI. Downloading manually each document going to each of…
user70884
  • 27
  • 3
0
votes
1 answer

Jive API. Unknown error occured when trying to obtain oauth2 access token using authorization grant flow

You can see the video of the request I made to get the access token using Oauth2.0 Authorization Code grant flow. Although I am able to get code using the step 1, I could not get access token as described in the api documentation. Find the jive api…
Digil
  • 61
  • 9
0
votes
1 answer

API Jive get categories error : Uncaught Passed URI does not match "/places/{uri}": /api/core/v3/places/

i use Jive and i want to get all categories and for each category, i want to create a checkbox for each of them. Currently, i have my array with all categories, but when i try to create checkbox, it return me this error : " Uncaught Passed URI does…
0
votes
0 answers

API JIVE Search Questions and Discussions

when an user search a discussion, it return all the discussions and questions because a question, it's a discussion with a boolean "question": true. I want to seperate these, when i search a discussion, it return only discussion type with the…
0
votes
1 answer

Jquery check if array 2 use all values array 1

i'm trying to check if the array1 use all values of my array2, if false return error message, but my array1.length is not equal to array2.length , i'm searching for hours to know why. Can someone help me? and if the problem does not come from there,…
0
votes
0 answers

Can I deploy a war file inside a built in/embed application server(like spring boot)?

I had been working on a project where I need to deploy a sample war file inside a built in/embed application server. Suppose for an example, I need to deploy sample.war file inside a spring boot application which has built in/embed tomcat…
Gani
  • 422
  • 1
  • 8
  • 16
0
votes
0 answers

unslider is not working with mustache.js

I am currently working with a client that is using a jive platform which only lets me input code into a html widget. I am trying to grab images from rss feed and input in a slider. I am currently using mustache to grab the feed and create the…
user3730179
  • 121
  • 4
  • 14
0
votes
0 answers

Going live from sandbox in jive

we are in one situation where there is one live website of jive for the current client and its new design and changes along with editing and updating the contents to be done on a sandbox jive website. Our issue is how to go live after we edit and…
0
votes
1 answer

coding, data migration and deployment process using jive

I am new to Jive, currently going through the documentation provided on https://docs.jivesoftware.com/. what I am looking for is Any specific editor to write code in jive x How to migrate data into jive Deployment process followed by jive. Like…
Jeevan Bodas
  • 148
  • 5
  • 13
0
votes
1 answer

building a stock ticker widget on jive api error

I added a real-time stock widget to a client’s Jive site that is using an HTML widget. The code uses the Jive native jQuery library to pull JSONP data from Yahoo using their YQL API. This widget is written to work with only 1 stock symbol. If…
user3730179
  • 121
  • 4
  • 14
0
votes
1 answer

File Upload in AngularJs - Error: XMLHttpRequest cannot load URL - status: -1

I am trying to do a file upload option using AngularJs in Jive. I am trying the below code, but I am getting the error as below: OPTIONS https://test.com/MyApp/api/Seasons/UploadImage 405 (Method Not Allowed) XMLHttpRequest cannot load…
venkat14
  • 583
  • 3
  • 12
  • 34
0
votes
1 answer

Jive - where to update URL for login page

In this code snippet for our Jive (Hosted 8) mixed mode registration/login page (https://communities.healthstream.com/login.jspa and its template file is /template/global/include/login-macros.ftl), do you know where to update the URL referred to…