• Search

  • Search it up!

Search found 53 matches

 Go to advanced search

Re: Implementation Versions of OpenKM community version 6.3.4

 by PSHREYASHOLLA ¦  Tue Mar 20, 2018 5:52 am ¦  Forum: Installation ¦  Topic: Implementation Versions of OpenKM community version 6.3.4 ¦  Replies: 9 ¦  Views: 5231

Hi Jllort, As I mentioned the official OpenKM site download page has 6.3.4CE https://www.openkm.com/en/download.html. When i had installed 6.3.4 sometime back its MANIFEST.MF read Version: 0.6.0-CE. But now if I install 6.3.4 version reads app.version=0.9.5-CE. And a functionality which was working ...

Re: Java SDK 1.1 OKMWebservices.setPropertyGroupPropertiesSimple() API

 by PSHREYASHOLLA ¦  Tue Mar 20, 2018 4:46 am ¦  Forum: Usage ¦  Topic: Java SDK 1.1 OKMWebservices.setPropertyGroupPropertiesSimple() API ¦  Replies: 8 ¦  Views: 3725

Hi Jllort, Even after deploying 6.3.6 CE, I am facing the same issue. The API OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties) does not set the metadata to a document directly. Getting , Property group not assigned to this node at com.openkm...

Implementation Versions of OpenKM community version 6.3.4

 by PSHREYASHOLLA ¦  Fri Mar 16, 2018 9:21 am ¦  Forum: Installation ¦  Topic: Implementation Versions of OpenKM community version 6.3.4 ¦  Replies: 9 ¦  Views: 5231

Hi, I had installed OpenKM community version 6.3.4 sometime back and the OKMInstaller deployed OpenKm on tomcat-7.0.61. When I see the Installers MANIFEST.MF file it says Implementation-Version: 0.6.0-CE. Now if I install OpenKM community version 6.3.4 using latest OKMInstaller.jar, it deploys openK...

Java SDK 1.1 OKMWebservices.setPropertyGroupPropertiesSimple() API

 by PSHREYASHOLLA ¦  Fri Mar 16, 2018 9:07 am ¦  Forum: Usage ¦  Topic: Java SDK 1.1 OKMWebservices.setPropertyGroupPropertiesSimple() API ¦  Replies: 8 ¦  Views: 3725

Hi, We were using OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties) API to set metadata to a document in OpenKM communtity version 6.3.4 which used to get deployed on tomcat-7.0.61. Now if we install latest community version 6.3.4, installer ...

Re: SDK Java 1.1 find() method

 by PSHREYASHOLLA ¦  Tue Jan 02, 2018 4:43 am ¦  Forum: Usage ¦  Topic: SDK Java 1.1 find() method ¦  Replies: 8 ¦  Views: 3911

In our OpenKM we have created a new property, <property-group label="BMS" name="okg:BMS"> <input label="PARTY_ID" type="text" name="okp:OPENKM.BMS_PARTY_ID" readonly="true"/> </property-group> We are using SDK java 1.1 and there is no OpenK...

Re: SDK Java 1.1 find() method

 by PSHREYASHOLLA ¦  Mon Jan 01, 2018 6:37 am ¦  Forum: Usage ¦  Topic: SDK Java 1.1 find() method ¦  Replies: 8 ¦  Views: 3911

As I mentioned we are using SDK java 1.1, and this are API calls and there is no UI involved. There will be no date range as well, as We want to fetch all the documents(With specified Properties) uploaded to OpenKM in the order of Creation. So how can we achieve this
?

Re: SDK Java 1.1 find() method

 by PSHREYASHOLLA ¦  Mon Jan 01, 2018 4:03 am ¦  Forum: Usage ¦  Topic: SDK Java 1.1 find() method ¦  Replies: 8 ¦  Views: 3911

As I mentioned we are using SDK java 1.1, and this are API calls and there is no UI involved. There will be no date range as well, as We want to fetch all the documents(With specified Properties) uploaded to OpenKM in the order of Creation.

Re: SDK Java 1.1 find() method

 by PSHREYASHOLLA ¦  Fri Dec 29, 2017 9:38 am ¦  Forum: Usage ¦  Topic: SDK Java 1.1 find() method ¦  Replies: 8 ¦  Views: 3911

Hi,
Our requirement is to fetch the list of documents with specified properties and
based on the order of creation.

Basically we want to have the latest records. How to achieve that?

SDK Java 1.1 find() method

 by PSHREYASHOLLA ¦  Fri Dec 22, 2017 9:30 am ¦  Forum: Usage ¦  Topic: SDK Java 1.1 find() method ¦  Replies: 8 ¦  Views: 3911

Hi,

In SDK java 1.1, We are using API com.openkm.sdk4j.OKMWebservices.find(QueryParams) to fetch list of documents based on properties.
We want all the documents to be retrieved which has that corresponding property.

Query is if the Result which is a list is sorted on the document created date?

Re: OpenKM-6.3.4 Installation Clears "path" environment variable

 by PSHREYASHOLLA ¦  Tue Nov 14, 2017 4:55 pm ¦  Forum: Installation ¦  Topic: OpenKM-6.3.4 Installation Clears "path" environment variable ¦  Replies: 5 ¦  Views: 2426

Yes it replaces previous %path configurations and populates it with "%PATH%;C:\tomcat-7.0.61\lib\sigar;"

So whatever was configured as part of %path is lost.

OpenKM-6.3.4 Installation Clears "path" environment variable

 by PSHREYASHOLLA ¦  Thu Nov 09, 2017 8:39 am ¦  Forum: Installation ¦  Topic: OpenKM-6.3.4 Installation Clears "path" environment variable ¦  Replies: 5 ¦  Views: 2426

HI,

When we install OpenKM-6.3.4 community edition, 'path' environment variable is getting cleared on windows machine. How to prevent the same?

Configuring Multi-Tenancy

 by PSHREYASHOLLA ¦  Mon Oct 16, 2017 9:15 am ¦  Forum: Usage ¦  Topic: Configuring Multi-Tenancy ¦  Replies: 3 ¦  Views: 2401

How to configure multi-tenancy in OpenKM 6.3.4 Community edition ?

Thanks And Regards,
Shreyas Holla P.

Multiple SDK service calls

 by PSHREYASHOLLA ¦  Tue Sep 12, 2017 4:46 am ¦  Forum: Usage ¦  Topic: Multiple SDK service calls ¦  Replies: 1 ¦  Views: 1257

Hi Jllort, We are using Java SDK 1.1. Once the document is uploaded to OpenKM,we want to retrieve the document from OpenKM with documentID. So we need the 1. Document Contents : InputStream documentContent = OKMWebservicesFactory.getContent(documentID); 2. Document MIME type a) Document documentProp...

Re: Retrieving DocumentName from OpenKM

 by PSHREYASHOLLA ¦  Tue Sep 12, 2017 4:36 am ¦  Forum: Usage ¦  Topic: Retrieving DocumentName from OpenKM ¦  Replies: 4 ¦  Views: 2223

Hi Jllort, Thanks for the update, this solves my problem :)

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.