• Search

  • Search it up!

Search found 15 matches

 Go to advanced search

restoring database and repository

 by Jahangir ¦  Wed May 18, 2016 11:14 am ¦  Forum: Usage ¦  Topic: restoring database and repository ¦  Replies: 1 ¦  Views: 1315

I am trying to restore repository and postgres db. Db has some missing files in repository as data in repository and db is inconsistent. When i am trying to purge file from trash its giving me msg that file not found. Textextractor is not working properly because of this error. Is there anyway i can...

Re: Will Clustering be a Community Edition feature?

 by Jahangir ¦  Fri May 13, 2016 9:16 am ¦  Forum: New features discussion ¦  Topic: Will Clustering be a Community Edition feature? ¦  Replies: 7 ¦  Views: 23612

Whats the update on clustering as of today in 2016 ?
can we do clustering on Openkm Community edition 6.3.1?
if yes can you provide steps or guide please



Regards
Jahangir Khalid

Re: Problem in Search by Content

 by Jahangir ¦  Mon May 09, 2016 12:08 pm ¦  Forum: Usage ¦  Topic: Problem in Search by Content ¦  Replies: 8 ¦  Views: 4180

Hi pavila, I tried build from last night it has same problem. I am attaching the document again and I am unable to search " optional in this document " following content. It return results if i search "optional document". its working fine on the demo build. is there any dictionar...

Restoring datastore filesystem to DB

 by Jahangir ¦  Mon May 09, 2016 11:24 am ¦  Forum: Installation ¦  Topic: Restoring datastore filesystem to DB ¦  Replies: 2 ¦  Views: 1988

Hi,
I want to move files stored on file system (datastore) to newly configured postgres db. Is there any way i can import datastore to postgres db.


Regards,
Jahangir

Re: Problem in Search by Content

 by Jahangir ¦  Fri Apr 15, 2016 9:38 am ¦  Forum: Usage ¦  Topic: Problem in Search by Content ¦  Replies: 8 ¦  Views: 4180

Thank you Pavila for replying. I have downloaded nightly build and its searching "el santo grial" from the document you provided but it is still not searching from word document which i have attached. Can you please confirm uploading the word document at your end on community version and t...

Re: Problem in Search by Content

 by Jahangir ¦  Wed Apr 13, 2016 12:48 pm ¦  Forum: Usage ¦  Topic: Problem in Search by Content ¦  Replies: 8 ¦  Views: 4180

I have uploaded the document on online demo today. When I search content using advance mode "The paper size is set to Letter" it returns result highlighting "paper size set letter" four words. but unable to search same text on local. But if I search four words skipping "The,...

Re: Problem in Search by Content

 by Jahangir ¦  Wed Apr 13, 2016 4:36 am ¦  Forum: Usage ¦  Topic: Problem in Search by Content ¦  Replies: 8 ¦  Views: 4180

I am attaching word file. Upload the file in openkm and search following text

"The paper size is set to Letter" and openkm will return nothing in search however if you try to find single word Letter it will search. Even it wont search on two words for example

"Title Page"

Problem in Search by Content

 by Jahangir ¦  Mon Apr 11, 2016 1:29 pm ¦  Forum: Usage ¦  Topic: Problem in Search by Content ¦  Replies: 8 ¦  Views: 4180

Hi, I am trying to search content in document(word document / PDF). It is only searching on single words like if i search "OpenKM is a document manager" it wont find it. It will only return results if write single words like document, manager etc. Is there any setting or specific way for s...

Searching Problem (Star Rating and Word occurrences)

 by Jahangir ¦  Thu Dec 17, 2015 5:56 am ¦  Forum: Usage ¦  Topic: Searching Problem (Star Rating and Word occurrences) ¦  Replies: 1 ¦  Views: 10546

Hi, I have two Questions. 1) When I search the document with keyword "Apache" It shows me line in which it is found with star rating. But it shows only one highlighted star even when it is 100% matched result ? So how star rating is calculated in openkm ? 2) If the document has 100 occurre...

Re: CORS Issue on REST WebService

 by Jahangir ¦  Thu Dec 17, 2015 5:19 am ¦  Forum: Web Services ¦  Topic: CORS Issue on REST WebService ¦  Replies: 10 ¦  Views: 24573

Nope i didnt create it

Sorry for replying late.

Creating document with New Version

 by Jahangir ¦  Thu Oct 29, 2015 11:49 am ¦  Forum: Web Services ¦  Topic: Creating document with New Version ¦  Replies: 1 ¦  Views: 2793

Hi,
I want to create document with existing name but with different version in same folder.
Is there any way i can achieve this using REST web Services?. Currently when i try to add document with same name it is throwing exception.
ItemExistsException:

Re: CORS Issue on REST WebService

 by Jahangir ¦  Fri Oct 02, 2015 1:12 pm ¦  Forum: Web Services ¦  Topic: CORS Issue on REST WebService ¦  Replies: 10 ¦  Views: 24573

I finally managed to run $ajax.get script from different domain with CORS settings by adding apache CORS filter to Web.xml. The only important point here is that you need to add these lines just above springSecurityChainFilter and it will work fine. you can also change * with specific domain for mor...

Deploying OpenKM 6.3 with wildfly 9.0.1 Final

 by Jahangir ¦  Mon Sep 28, 2015 9:36 am ¦  Forum: Configuration ¦  Topic: Deploying OpenKM 6.3 with wildfly 9.0.1 Final ¦  Replies: 1 ¦  Views: 2616

Hi, Did anyone try to deploy OpenKM 6.3 with WildFly 9.0.1 Final Version. What are configuration steps for deploying on Wildfly/jboss. I am getting following exceptions on server startup. 14:12:06,447 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jbos...

Re: CORS Issue on REST WebService

 by Jahangir ¦  Mon Sep 28, 2015 7:41 am ¦  Forum: Web Services ¦  Topic: CORS Issue on REST WebService ¦  Replies: 10 ¦  Views: 24573

I am using Angular JS and also tried simple Ajax for accessing rest webservice

CORS Issue on REST WebService

 by Jahangir ¦  Tue Sep 22, 2015 12:51 pm ¦  Forum: Web Services ¦  Topic: CORS Issue on REST WebService ¦  Replies: 10 ¦  Views: 24573

Hi, I am facing CORS issue when trying to access REST WS of openKM from another application hosted on different port. $http.defaults.headers.common['Authorization'] = 'Basic ' + Base64.encode('okmAdmin' + ':' + 'admin'); $http.get('http://localhost:8081/OpenKM/services/rest/folder/getChildren?fldId=...

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.