• Search

  • Search it up!

Search found 119 matches

 Go to advanced search

Re: Not able to get preview of JPG pr any image

 by lnovoa ¦  Mon Jul 23, 2018 12:00 pm ¦  Forum: Usage ¦  Topic: Not able to get preview of JPG pr any image ¦  Replies: 2 ¦  Views: 7310

Hi!,

Can you see if you write something in the openkm.log file of the tomcat when you try to visualize the image?

You can also check if the value of this parameter is correct system.swftools.pdf2swf
To do this you must go to Administration-> Configuration

Re: Compiling openKM source code is very time consuming

 by lnovoa ¦  Mon Jul 23, 2018 11:45 am ¦  Forum: Installation ¦  Topic: Compiling openKM source code is very time consuming ¦  Replies: 6 ¦  Views: 3576

Hi mamad!, I think that you have not understood me. If you make a change in the fronted you simply have to run the openkm gwt (the HelloWord.java class is in the frontend). If you want to compile the complete project, run the openkm and make sure you have the OpenKM -> Goals: clean package or clean ...

Re: Compiling openKM source code is very time consuming

 by lnovoa ¦  Thu Jul 19, 2018 9:56 am ¦  Forum: Installation ¦  Topic: Compiling openKM source code is very time consuming ¦  Replies: 6 ¦  Views: 3576

Hi!,

For a modification of the code for example in the core of openkm you must compile OpenKM,
but if you make a modification in the GWT frontend, you only have to compile GWT,
you do not have to do the two types of compilations.

Re: basic search/desktop search

 by lnovoa ¦  Wed Jul 04, 2018 9:42 am ¦  Forum: Usage ¦  Topic: basic search/desktop search ¦  Replies: 4 ¦  Views: 2432

Hi!,
The simple search is to search for content.
The advanced search allows you to search by name.

Re: OpenKM source has a lot of errors

 by lnovoa ¦  Thu Jun 28, 2018 8:14 am ¦  Forum: Installation ¦  Topic: OpenKM source has a lot of errors ¦  Replies: 6 ¦  Views: 2845

Hi!,
Openkm has an environment configured to develop,
You must have to import the OVA and ready to develop:

Community development environment
https://www.openkm.com/en/download.html

I attached video where it explains everything.
https://youtu.be/9ugBYf5ggu8

Re: How to run OpenKm from Eclipse?

 by lnovoa ¦  Thu Jun 28, 2018 7:36 am ¦  Forum: Installation ¦  Topic: How to run OpenKm from Eclipse? ¦  Replies: 5 ¦  Views: 3420

Hi!, To start openkm from the terminal you must have the file openkm.war (build from eclipse) and import the war into the webapp folder of the tomcat. After this, you must execute " service tomcat start " or " service tomcat stop ". I am attaching the minute (6:30) of the video w...

Re: Migration from CE 6.3.4 to 6.3.5

 by lnovoa ¦  Wed Jun 27, 2018 7:33 am ¦  Forum: Installation ¦  Topic: Migration from CE 6.3.4 to 6.3.5 ¦  Replies: 7 ¦  Views: 5498

Perfect, I see that you have followed the manual correctly.

Re: Multiple "name" search

 by lnovoa ¦  Tue Jun 26, 2018 5:46 pm ¦  Forum: Usage ¦  Topic: Multiple "name" search ¦  Replies: 6 ¦  Views: 2763

Hi!, Openkm uses the Lucene analyzer for its searches ( https://docs.openkm.com/kcenter/view/okm-6.3-com/configuring-lucene-analyzer.html ). When a document is uploaded, it is automatically indexed in order to optimize future searches. As I have mentioned before if you want to do an implicit search ...

Re: Keywords not getting added

 by lnovoa ¦  Tue Jun 26, 2018 9:51 am ¦  Forum: Usage ¦  Topic: Keywords not getting added ¦  Replies: 2 ¦  Views: 1618

Hi!, You could create your own automation action through the following link: https://docs.openkm.com/kcenter/view/okm-6.3-com/creating-your-own-automation-action.html Or you could also create a script to run every time you upload a document ( execute scripting ): https://docs.openkm.com/kcenter/view...

Re: Filter on launch?

 by lnovoa ¦  Tue Jun 26, 2018 9:12 am ¦  Forum: Customization & Improvements ¦  Topic: Filter on launch? ¦  Replies: 4 ¦  Views: 12164

Hi!, You can do it in several ways. As I would do it would be with permissions , so that each user can see only their directory to which the administrator user has given visibility. If on the other hand what you want is not to show the categories, templates, mail, etc, you can create one or several ...

Re: metadatos no visibles

 by lnovoa ¦  Tue Jun 26, 2018 8:59 am ¦  Forum: Configuración ¦  Topic: metadatos no visibles ¦  Replies: 2 ¦  Views: 3435

Hi!, This list shows the metadata that is of type select or Boolean, with the objective of visualizing the nodes by those types. For the input type, as it is logical, it can not be shown in that tree. If for example, you add to the group "Expedient" this property, you will see how it comes...

Re: Start Developing a Plugin

 by lnovoa ¦  Tue Jun 26, 2018 8:39 am ¦  Forum: Customization & Improvements ¦  Topic: Start Developing a Plugin ¦  Replies: 2 ¦  Views: 9777

Hi! I leave a link to the documentation in the development section. https://docs.openkm.com/kcenter/view/okm-6.3-com/development.html On the other hand, OpenKM has Community development environment configured, ready for you to download it and start developing. Community development environment : htt...

Re: Multiple "name" search

 by lnovoa ¦  Tue Jun 26, 2018 8:28 am ¦  Forum: Usage ¦  Topic: Multiple "name" search ¦  Replies: 6 ¦  Views: 2763

Hi!,

By default the OpenKM search is done by documents,
if you want to search by folders you have to mark it in the advanced tab.

Re: Migration from CE 6.3.4 to 6.3.5

 by lnovoa ¦  Tue Jun 26, 2018 8:02 am ¦  Forum: Installation ¦  Topic: Migration from CE 6.3.4 to 6.3.5 ¦  Replies: 7 ¦  Views: 5498

Hi!,

Have you stopped tomcat, deleted the detailed folders and cleaned the browser cache?

If you have any weird problem try to stop Tomcat, delete these folders:

$TOMCAT_HOME/webapps/OpenKM
$TOMCAT_HOME/work/Catalina/localhost
Recommended to clear browser cache and Java Plugin cache.

Re: Multiple "name" search

 by lnovoa ¦  Tue Jun 26, 2018 7:55 am ¦  Forum: Usage ¦  Topic: Multiple "name" search ¦  Replies: 6 ¦  Views: 2763

Hi!, In OpenKM if the implicit search is allowed, for example for this case commented file1.doc, file2.doc ... you just have to put a minimum of 3 characters for example: "fil" and all the records that contain these characters will appear. Maybe for your case, it is not working because you...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 8

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.