• Search

  • Search it up!

Search found 148 matches

 Go to advanced search

Re: Problem at searching on metadata fields

 by mamad ¦  Sat Jun 22, 2019 7:52 am ¦  Forum: Configuration ¦  Topic: Problem at searching on metadata fields ¦  Replies: 2 ¦  Views: 2518

I test another phrases and openkm failed to find the results I believe Searching on metadata fields is really unreliable at openkm.I mean you cant trust the results of your searching on metadata fields .I think it is very bad for a global software like this. For example in the case that my metadata ...

Problem at searching on metadata fields

 by mamad ¦  Thu Jun 20, 2019 8:49 am ¦  Forum: Configuration ¦  Topic: Problem at searching on metadata fields ¦  Replies: 2 ¦  Views: 2518

Hi there, I have two major problem in searching on metadata fields of files. Problem number 1: For metadata fields with string type, search will find only result with exact match .for example if my metadata filed be "openkm" and i search "open" phrase, it will not find any result...

Re: My openkm is too slow

 by mamad ¦  Mon Jun 10, 2019 6:59 am ¦  Forum: Configuration ¦  Topic: My openkm is too slow ¦  Replies: 2 ¦  Views: 3038

please also note to this point that i used some metadata values for each document and import the data to openkm by execute thousand lines of queries.
I am suspected of metadatas to slow down the system :roll:

My openkm is too slow

 by mamad ¦  Mon Jun 10, 2019 5:48 am ¦  Forum: Configuration ¦  Topic: My openkm is too slow ¦  Replies: 2 ¦  Views: 3038

Hey there, Recently i have been imported a lots of files(about 10000) into openkm and now it is too slow on loading folders,for example when i click on a folder it takes about 10-15 seconds loading the folder and show its documents.during this time the following gift shows on screen : Untitled.png T...

Re: Update a lots of files with their history automatically

 by mamad ¦  Sun Jun 09, 2019 5:49 am ¦  Forum: Configuration ¦  Topic: Update a lots of files with their history automatically ¦  Replies: 5 ¦  Views: 2497

Instead of doing your solutions i found another way and upload all of my files with their histories correctly ! Now i will share my way for other guys who looking for a free way !!! Its easy consider your file is "myfile.pdf" and it has two version (1.0 and 2.0).Now export this file with h...

Re: Update a lots of files with their history automatically

 by mamad ¦  Sat May 25, 2019 5:16 am ¦  Forum: Configuration ¦  Topic: Update a lots of files with their history automatically ¦  Replies: 5 ¦  Views: 2497

hi saulhidalgo
thanks for your reply
Does your approach works for cases we have a lots of versions for each document too?
Actually i have a lots of document which every one has a lots of versions.

Re: Enable/disable my extension by profiles

 by mamad ¦  Sat May 25, 2019 5:13 am ¦  Forum: Configuration ¦  Topic: Enable/disable my extension by profiles ¦  Replies: 6 ¦  Views: 2715

That was exactly what i want :wink:
Thank you so much

Update a lots of files with their history automatically

 by mamad ¦  Thu May 23, 2019 7:30 am ¦  Forum: Configuration ¦  Topic: Update a lots of files with their history automatically ¦  Replies: 5 ¦  Views: 2497

hi guys, Consider the case i have a lots of files (1000 for example) and also have their history (other versions) How can i upload all of these files with their history ? I try import/export but it only imports one version of each file and wont add their history ! Is there any way to do this operati...

Re: Enable/disable my extension by profiles

 by mamad ¦  Wed May 22, 2019 8:57 am ¦  Forum: Configuration ¦  Topic: Enable/disable my extension by profiles ¦  Replies: 6 ¦  Views: 2715

Please also tell me how to find the role of user in my extension. I want to show some part of my extension(for example some buttons) only to users with specific role(maybe just admin role). Please tell me how to find this ? for example i can find the document using this line of code : TabDocumentCom...

Re: Enable/disable my extension by profiles

 by mamad ¦  Wed May 22, 2019 8:40 am ¦  Forum: Configuration ¦  Topic: Enable/disable my extension by profiles ¦  Replies: 6 ¦  Views: 2715

well , but how to do this ?
In Customization.java class , I add my extension to extensions list using :

Code: Select all
extensions.add(new MyTab()); // MyTab is my custom tab
but no option added to profiles menu to set visibility of my extension based on that profile

Re: Path not exist error when login by a custom role

 by mamad ¦  Thu May 16, 2019 6:59 am ¦  Forum: Configuration ¦  Topic: Path not exist error when login by a custom role ¦  Replies: 3 ¦  Views: 2102

Thank you, i solved the problem
I should specify access to root folder for all of profiles i defined.

Re: Path not exist error when login by a custom role

 by mamad ¦  Sat May 11, 2019 8:35 am ¦  Forum: Configuration ¦  Topic: Path not exist error when login by a custom role ¦  Replies: 3 ¦  Views: 2102

also for some user this error appears with a differnet style !!! :

Capture2.PNG
Capture2.PNG (12.3 KiB) Viewed 2097 times

Path not exist error when login by a custom role

 by mamad ¦  Sat May 11, 2019 7:54 am ¦  Forum: Configuration ¦  Topic: Path not exist error when login by a custom role ¦  Replies: 3 ¦  Views: 2102

Hi guys,
i made some roles and when i try to login by a user with that roles,the following error occurred :

Capture.PNG
Capture.PNG (11.22 KiB) Viewed 2102 times
But when i change role of them to OKM_ADMIN or OKM_USER i will login correctly.
How fix this ?
Thanks in advance

Re: Enable/disable my extension by profiles

 by mamad ¦  Sun May 05, 2019 6:01 am ¦  Forum: Configuration ¦  Topic: Enable/disable my extension by profiles ¦  Replies: 6 ¦  Views: 2715

I guess i can do this by adding my extension to OKM_EXTENSION table some thing like : INSERT INTO OKM_EXTENSION (EXT_UUID,EXT_NAME) VALUES('Extension UUID','Extension Name'); But whats extension uuid ? how i set an uuid for my extension ? How generate it ? does it has a special format or just a stri...

Enable/disable my extension by profiles

 by mamad ¦  Sun May 05, 2019 5:54 am ¦  Forum: Configuration ¦  Topic: Enable/disable my extension by profiles ¦  Replies: 6 ¦  Views: 2715

Hi dear Jllort, Based on openkm documentations from here :https://docs.openkm.com/kcenter/view/okm-6.3-com/extending-frontend-ui.html , i created an extension and successfully add it to the Tab Document. The extensions will show correctly for each document in tab document panel but i don't want this...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10

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.