• Search

  • Search it up!

Search found 148 matches

 Go to advanced search

Re: Problem displaying the preview of MS Office files

 by mamad ¦  Sat May 04, 2019 8:14 pm ¦  Forum: Configuration ¦  Topic: Problem displaying the preview of MS Office files ¦  Replies: 3 ¦  Views: 2300

restarting tomcat solved my problem
thank you

Re: Problem displaying the preview of MS Office files

 by mamad ¦  Tue Apr 23, 2019 11:10 am ¦  Forum: Configuration ¦  Topic: Problem displaying the preview of MS Office files ¦  Replies: 3 ¦  Views: 2300

this is the log created by this problem : 2019-04-23 06:02:12,861 [http-nio-0.0.0.0-8080-exec-20] [] ERROR c.o.s.frontend.ConverterServlet - Error in application/vnd.openxmlformats-officedocument.spreadsheetml.sheet to PDF conversion com.openkm.core.ConversionException: Error in application/vnd.open...

Problem displaying the preview of MS Office files

 by mamad ¦  Tue Apr 23, 2019 11:03 am ¦  Forum: Configuration ¦  Topic: Problem displaying the preview of MS Office files ¦  Replies: 3 ¦  Views: 2300

Hi guys, when i try to see the preview of Microsoft office files (.xlsx,.docx,etc) the following error appears instead of showing the preview of file : There was a problem with the conversion generation.please contact your OpenKM administrator. The preview works for .pdf files. Also when i try downl...

Where Log data saved in database ?

 by mamad ¦  Sun Apr 07, 2019 5:07 am ¦  Forum: Configuration ¦  Topic: Where Log data saved in database ? ¦  Replies: 1 ¦  Views: 1106

Hi guys,
I want to clear some log data of openkm but i cant find the table which hold log data.
Where this item saved in database ?
I'm using openkm 6.3 CE
Thanks in advance

Re: Make Version start from 0 ?

 by mamad ¦  Mon Mar 25, 2019 8:10 am ¦  Forum: Configuration ¦  Topic: Make Version start from 0 ? ¦  Replies: 3 ¦  Views: 1625

Thanks for your hint.
I simply change the starting version from 1.0 to 0.0 by changing getInitialVersionNumber() method inside MajorMinorReleaseVersionNumerationAdapter class :

Code: Select all
@Override
public String getInitialVersionNumber() {
        return "0.0";
	}
}
it was easy right ?:D

Make Version start from 0 ?

 by mamad ¦  Wed Mar 13, 2019 12:30 pm ¦  Forum: Configuration ¦  Topic: Make Version start from 0 ? ¦  Replies: 3 ¦  Views: 1625

Hi guys, I'm using openkm6.3.7-DEV community edition I want to know is it possible to make versions of a document starting from 0 not 1? It means when i upload a document the first version become 0.0 I have the openkm development environment and there is no problem to change source code if it need a...

Where database files stored ?

 by mamad ¦  Thu Feb 14, 2019 9:51 am ¦  Forum: Configuration ¦  Topic: Where database files stored ? ¦  Replies: 1 ¦  Views: 1571

Hi guys, Im using openkm 6.3.6 community edition which hosted on a Debian Linux server I want to know where database (i mean whole database) store in file system ? I made a back up from tomcat-8.5.24 folder of server and changed database for some tests After a couple of changes in database i decided...

Re: How install my extended version of openkm on a real server

 by mamad ¦  Wed Feb 13, 2019 2:08 pm ¦  Forum: Configuration ¦  Topic: How install my extended version of openkm on a real server ¦  Replies: 12 ¦  Views: 5788

I guess this problems relate to droping OKM_AUTO_METADATA table. in the documentation (https://docs.openkm.com/kcenter/view/okm-6.3-com/migrating-from-636-to-637.html) you say we have to run this script : DROP TABLE OKM_AUTO_METADATA; ALTER TABLE OKM_AUTO_ACTION DROP COLUMN AAC_TYPE; ALTER TABLE OKM...

Re: How install my extended version of openkm on a real server

 by mamad ¦  Wed Feb 13, 2019 2:05 pm ¦  Forum: Configuration ¦  Topic: How install my extended version of openkm on a real server ¦  Replies: 12 ¦  Views: 5788

i migrate successfully from 6.3.6 to 6.3.7 and openkm runs good (doing all steps) (i install 6.3.6 online and migrate from it to my developed version ) but now i cant access Workflow and Automation part of openkm (i defined some automation actions before migration to 6.3.7 ) when i go to workflow pa...

Cant Deploy process definition to server

 by mamad ¦  Wed Feb 13, 2019 8:14 am ¦  Forum: Configuration ¦  Topic: Cant Deploy process definition to server ¦  Replies: 1 ¦  Views: 1058

Hi guys, I'm trying to add some work flows to openkm with JBPM Based on instructions at openkm documentations,i made a new process definition with eclipse tools (Im using the eclipse inside the development environment of openkm (virtual linux mint os) ). The problem is that i cant deploy the process...

Re: JasperReport Template doesn't show Persian characters

 by mamad ¦  Tue Feb 12, 2019 6:03 am ¦  Forum: Configuration ¦  Topic: JasperReport Template doesn't show Persian characters ¦  Replies: 5 ¦  Views: 8979

thanks for your reply I use the default fonts of IReport for this fields (Arial,SansSerif,Serif,..) but problem still remains also check the square space and thats OK too And About the log file : I check log files inside tomcat-8.5.24/logs folder but no new log file generated when i executed report(...

Error in executing a report

 by mamad ¦  Tue Feb 05, 2019 11:00 am ¦  Forum: Configuration ¦  Topic: Error in executing a report ¦  Replies: 3 ¦  Views: 2484

When i try to execute a jasperReport template which has been made by IReport tool, i face with the following error : Application error Class: net.sf.jasperreports.engine.util.JRFontNotFoundException Message: Font 'tahoma' is not available to the JVM. See the Javadoc for more details. In the template...

JasperReport Template doesn't show Persian characters

 by mamad ¦  Mon Feb 04, 2019 8:53 am ¦  Forum: Configuration ¦  Topic: JasperReport Template doesn't show Persian characters ¦  Replies: 5 ¦  Views: 8979

Hi, i wrote an SQL based Jasperreport template using IReport tools which retrieve some fields from database. Some record inside database are in Persian language (Persian is RTL).Problem is that when i execute the query inside openkm, nothing shows(just some blank space) in the corresponding records ...

Re: How install my extended version of openkm on a real server

 by mamad ¦  Sat Dec 15, 2018 5:54 am ¦  Forum: Configuration ¦  Topic: How install my extended version of openkm on a real server ¦  Replies: 12 ¦  Views: 5788

Oh.I think its a little time consuming and also risky to do all steps from 6.3.1 to 6.3.6 Why you do not publish an offline windows installer for 6.3.6 community edition? The highest version which has an offline installer is 6.3.2 and for higher version only .war file exist. It means every body who ...

Re: How install my extended version of openkm on a real server

 by mamad ¦  Mon Dec 10, 2018 8:53 am ¦  Forum: Configuration ¦  Topic: How install my extended version of openkm on a real server ¦  Replies: 12 ¦  Views: 5788

For your confidence i write all the steps i done here : 1- Stop openkm 2- Delete webapps/OpenKM.war file 3- Delete webapps/OpenKM folder 4- Delete work/Catalina/localhost folder 5- Edit OpenKM.cfg file and set hibernate.hbm2ddl from none to update 6- Delete browser cached files 7- Delete java plugin...

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