• Search

  • Search it up!

Search found 119 matches

 Go to advanced search

Re: Cannot connect to MYSQL

 by lnovoa ¦  Fri Jun 01, 2018 8:13 am ¦  Forum: Configuration ¦  Topic: Cannot connect to MYSQL ¦  Replies: 25 ¦  Views: 33659

Could you pass us the file server.xml, catalina.out and openkm.log?

Re: Default value when using metadata xml forms.

 by lnovoa ¦  Fri Jun 01, 2018 8:09 am ¦  Forum: New features discussion ¦  Topic: Default value when using metadata xml forms. ¦  Replies: 9 ¦  Views: 41117

Hi,
In this link, you can see how it is built and then you simply have to add
the value properties and the date format mentioned in the previous post

https://docs.openkm.com/kcenter/view/ok ... ition.html

Re: Default value when using metadata xml forms.

 by lnovoa ¦  Thu May 31, 2018 3:27 pm ¦  Forum: New features discussion ¦  Topic: Default value when using metadata xml forms. ¦  Replies: 9 ¦  Views: 41117

Hi!, The xml was not well formed, if it is as you show in the post. Try this example and you will see the default values. https://docs.openkm.com/kcenter/view/okm-6.3-com/metadata-input-field.html <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE property-groups PUBLIC "-//Op...

Re: Cannot connect to MYSQL

 by lnovoa ¦  Wed May 30, 2018 5:29 pm ¦  Forum: Configuration ¦  Topic: Cannot connect to MYSQL ¦  Replies: 25 ¦  Views: 33659

When the installation finished, did you execute something like this as a root user?

Code: Select all
CREATE DATABASE okmdb DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_bin;
CREATE USER openkm@localhost IDENTIFIED BY 'openkm';
GRANT ALL ON okmdb.* TO openkm@localhost WITH GRANT OPTION;

Re: Cannot connect to MYSQL

 by lnovoa ¦  Wed May 30, 2018 8:47 am ¦  Forum: Configuration ¦  Topic: Cannot connect to MYSQL ¦  Replies: 25 ¦  Views: 33659

Hi!, You must verify that the database is created. You should also go to the file inside the tomcat conf / server.xml and verify that the database and password to which you are pointing is correct. If everything is correct, as you just did the installation ... 1. Stop the server. 2. Remove the repos...

Re: WebDAV and URL Icon not appear

 by lnovoa ¦  Tue May 29, 2018 12:27 pm ¦  Forum: Configuration ¦  Topic: WebDAV and URL Icon not appear ¦  Replies: 5 ¦  Views: 2649

Hi!,
check this documentation link and then do ctrl + f5.

https://docs.openkm.com/kcenter/view/ok ... eters.html

Re: problem with instalation

 by lnovoa ¦  Tue May 29, 2018 11:10 am ¦  Forum: Installation ¦  Topic: problem with instalation ¦  Replies: 11 ¦  Views: 8963

Hi!,
first of all, you are not writing the context well, it would be http://localhost:8080/OpenKM
If this does not solve your problem ... check that the server is up and send us the log files: catalina.out and openkm.log

Re: Copy metadata of documents enregistred yet to new document

 by lnovoa ¦  Fri May 25, 2018 10:45 am ¦  Forum: Configuration ¦  Topic: Copy metadata of documents enregistred yet to new document ¦  Replies: 23 ¦  Views: 25923

You do not have to install anything, just
1. Open eclipse
2. Inside src / test / java you create a java class and make the check public static void main
3. Add your code and correct errors, add the necessary import, etc.
4. Execute the script in your openkm

Re: Copy metadata of documents enregistred yet to new document

 by lnovoa ¦  Fri May 25, 2018 10:04 am ¦  Forum: Configuration ¦  Topic: Copy metadata of documents enregistred yet to new document ¦  Replies: 23 ¦  Views: 25923

We have a development environment, which consists of a VM in Linux. This environment has already installed and configured everything you need to modify your own version of openkm. The Eclipse IDE also has it configured ready to compile and develop. One way to test your code is to create a main class...

Re: Error actualizando 6.3.4 a 6.3.5

 by lnovoa ¦  Fri May 25, 2018 9:07 am ¦  Forum: Instalación ¦  Topic: Error actualizando 6.3.4 a 6.3.5 ¦  Replies: 5 ¦  Views: 6040

Hola!,
Si la actualización ha ido correcta y simplemente lo que te pasa es que se queda cargando....
haz ctrl+F5, puede que necesite limpiar cache y refrescar página

Re: Copy metadata of documents enregistred yet to new document

 by lnovoa ¦  Fri May 25, 2018 9:03 am ¦  Forum: Configuration ¦  Topic: Copy metadata of documents enregistred yet to new document ¦  Replies: 23 ¦  Views: 25923

You have to add the import to the code. import com.openkm.api.OKMPropertyGroup; import java.util.Map; String uuid_origin = "222bd16a-01f1-4b5b-89b7-be72183706bc"; String uuid_destination = "73a99248-6364-4443-b407-e3584c921fc1"; Map properties = OKMPropertyGroup.getInstance().get...

Re: Script to get document name

 by lnovoa ¦  Fri May 25, 2018 8:56 am ¦  Forum: Customization & Improvements ¦  Topic: Script to get document name ¦  Replies: 6 ¦  Views: 13610

The file is renaming it without the extension.
The PathUtils and FileUtils classes contain methods to obtain the extension.

Re: Installation

 by lnovoa ¦  Thu May 24, 2018 11:38 am ¦  Forum: Installation ¦  Topic: Installation ¦  Replies: 3 ¦  Views: 2150

Hi!,

The problem probably has its origin in the proxy, which is rejecting the connections.
Try to do the installation by disabling the proxy and make sure you are running the command as administrator (sudo su)

Re: Script to get document name

 by lnovoa ¦  Wed May 23, 2018 3:03 pm ¦  Forum: Customization & Improvements ¦  Topic: Script to get document name ¦  Replies: 6 ¦  Views: 13610

Hi!,
you have to add this line to get the name of the path

String name = path.substring(path.lastIndexOf('/') + 1);

For example:
path: /okm:root/documentName.pdf
The result be: documentName.pdf

Re: Copy metadata of documents enregistred yet to new document

 by lnovoa ¦  Wed May 23, 2018 10:34 am ¦  Forum: Configuration ¦  Topic: Copy metadata of documents enregistred yet to new document ¦  Replies: 23 ¦  Views: 25923

Hi!,

In the community version is the icon that is between statistics and metadata, it is a violet rhombus

  • 1
  • 4
  • 5
  • 6
  • 7
  • 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.