• Search

  • Search it up!

Search found 119 matches

 Go to advanced search

Re: PathNotFoundException: /okm:trash

 by lnovoa ¦  Wed Sep 19, 2018 10:46 am ¦  Forum: Installation ¦  Topic: PathNotFoundException: /okm:trash ¦  Replies: 11 ¦  Views: 10191

Users must have one of these two roles, if not, assign them as ROLE_USER and administrator user ROLE_ADMIN.

If the same happens, give me the openkm log for me to review.

Re: I changed Added Text in the String

 by lnovoa ¦  Fri Sep 14, 2018 2:42 pm ¦  Forum: Configuration ¦  Topic: I changed Added Text in the String ¦  Replies: 2 ¦  Views: 1880

Hi!,

They are default initial values that I think are not reversible.

I detail the initial message:

Code: Select all
<p> Welcome to OpenKM! </ p> <p> Use a valid username and password to access to OpenKM user Desktop. </ p>

Re: Unable to add new workflow within the community version of openkm

 by lnovoa ¦  Fri Sep 14, 2018 2:37 pm ¦  Forum: Installation ¦  Topic: Unable to add new workflow within the community version of openkm ¦  Replies: 12 ¦  Views: 25977

Hi!,
Check if you have added the workflow to the general profile tab.
Administration -> Profiles (edit) -> General and add the workflow.

If it is not what you want, attach an example image of what happens to you

Re: PathNotFoundException: /okm:trash

 by lnovoa ¦  Thu Sep 06, 2018 4:59 pm ¦  Forum: Installation ¦  Topic: PathNotFoundException: /okm:trash ¦  Replies: 11 ¦  Views: 10191

Hi!,
when making the database version change, the tomcat repository folder has been deleted?
If you do not have data, you can try to delete it and in the OpenKM.cfg, leave it as to create.
Before doing this for the tomcat and then finally at the end of everything, restart the server.

Re: Adding Folder thru Scripts

 by lnovoa ¦  Fri Aug 10, 2018 11:09 am ¦  Forum: Configuration ¦  Topic: Adding Folder thru Scripts ¦  Replies: 2 ¦  Views: 1496

Hi!,

when you have inserted from the database, go to administration and do rebuild indexes.
When you create from the interface this does it automatically but from the database, as it is logical it does not do it.

Re: Previsualizacion de documentos

 by lnovoa ¦  Fri Aug 10, 2018 10:42 am ¦  Forum: Configuración ¦  Topic: Previsualizacion de documentos ¦  Replies: 9 ¦  Views: 6730

Hola, comprueba lo que jllort ha comentado en los post anteriores y también revisa si tienes bien configurada la variable de entorno JAVA_HOME para la jdk. Que versión tienes de jdk? El servicio de offccie lo tienes activo? Puedes probar a parar el servicio de officce, parar el tomcat y volver a ini...

Re: TAMAÑO DEL REPOSITORIO ENORME Y NO CONCUERDA CON LA INFORMACIÓN ALMACENADA

 by lnovoa ¦  Tue Jul 31, 2018 12:56 pm ¦  Forum: Uso ¦  Topic: TAMAÑO DEL REPOSITORIO ENORME Y NO CONCUERDA CON LA INFORMACIÓN ALMACENADA ¦  Replies: 12 ¦  Views: 6301

Hola,
¿tienes algún crontab que pueda ejecutar un script por ejemplo donde se estén duplicando ficheros o algo por el estilo?
Parece que si el repositorio está incrementando de esta forma es por algún tema de estos.
¿Cuál es el tamaño de aumento por día¿, ¿siempre es el mismo o varía?

Hi dan89!,

If you install the MYSQL 8 you should consider these changes in order to connect to the database.
I would advise you to move to 5.7.22.

Anyway, this is the link to connect with MYSQL 8
https://docs.openkm.com/kcenter/view/ok ... oting.html

Re: Which event called When we upload a new doc ?

 by lnovoa ¦  Fri Jul 27, 2018 2:47 pm ¦  Forum: Configuration ¦  Topic: Which event called When we upload a new doc ? ¦  Replies: 10 ¦  Views: 3554

Hi!,
try to further detail your requirements to see if we can help you more in this ;).

Re: Which event called When we upload a new doc ?

 by lnovoa ¦  Thu Jul 26, 2018 8:47 am ¦  Forum: Configuration ¦  Topic: Which event called When we upload a new doc ? ¦  Replies: 10 ¦  Views: 3554

Hi!, here are links to your questions. With automation, you can develop your scripts and there is also a list of actions implemented. scripts https://docs.openkm.com/kcenter/view/okm-6.3-com/script-samples-for-automation.html list automations https://docs.openkm.com/kcenter/view/okm-6.3-com/automati...

Re: Wiki extension

 by lnovoa ¦  Thu Jul 26, 2018 8:31 am ¦  Forum: Usage ¦  Topic: Wiki extension ¦  Replies: 3 ¦  Views: 1910

Hi!,
The search for the content of the wiki extension is not allowed.
What is your goal? If you want to relate words to any node you can use the keywords or
another alternative is to assign them metadata.
What do you intend to find with the search by wiki?

Re: Build OpenKM GWT failed when i try to create my own database table

 by lnovoa ¦  Thu Jul 26, 2018 7:44 am ¦  Forum: Installation ¦  Topic: Build OpenKM GWT failed when i try to create my own database table ¦  Replies: 12 ¦  Views: 4723

Try resetting the OVA again. This is well configured ready to develop

Re: Build OpenKM GWT failed when i try to create my own database table

 by lnovoa ¦  Wed Jul 25, 2018 5:06 pm ¦  Forum: Installation ¦  Topic: Build OpenKM GWT failed when i try to create my own database table ¦  Replies: 12 ¦  Views: 4723

Ok perfect, and have you tried doing a maven clean or maven install project?
You may, by doing this, import the classes that you do not recognize

Re: Build OpenKM GWT failed when i try to create my own database table

 by lnovoa ¦  Wed Jul 25, 2018 3:02 pm ¦  Forum: Installation ¦  Topic: Build OpenKM GWT failed when i try to create my own database table ¦  Replies: 12 ¦  Views: 4723

Hi!, What you want to do is a bit weird ... but if we go to the code you need a parenthesis in the alert and the loop should go in a try catch. The errors that appear to you, are not recognizing the classes ... Do you have well-configured libraries with maven? Surely you do not have a red code for t...

Hi!, it looks like you have a permissions problem with the database. Can you check to connect to the database ?. Have you given the user privileges when creating the database? For example: CREATE USER openkm@localhost IDENTIFIED BY 'PASSWORD'; GRANT ALL ON okmdb. * TO openkm@localhost WITH GRANT OPT...

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