• Search

  • Search it up!

Search found 34 matches

 Go to advanced search

Re: Mail Import Cronjob 6.2.3

 by Rudolf21 ¦  Tue May 28, 2013 6:46 am ¦  Forum: Configuration ¦  Topic: Mail Import Cronjob 6.2.3 ¦  Replies: 5 ¦  Views: 2498

I was able to reproduce the problem in the current nightly build.

Re: OKMNotification - notify

 by Rudolf21 ¦  Mon May 27, 2013 6:47 am ¦  Forum: Usage ¦  Topic: OKMNotification - notify ¦  Replies: 3 ¦  Views: 4817

Sorry, forgot to mention that: I'm using OpenKM v6.2.3 on a Linux (Kernel 3.0) SLES 11 SP2 x86_64 Thanks a lot, this got me rid of the "Pars Error"! But I still can't send any notifications: Error: com.openkm.principal.PrincipalAdapterException: Can't send notification because 'from' or 't...

OKMNotification - notify

 by Rudolf21 ¦  Fri May 24, 2013 2:53 pm ¦  Forum: Usage ¦  Topic: OKMNotification - notify ¦  Replies: 3 ¦  Views: 4817

Hey there, I'm having some trouble using the OKMNotification class in a script with the API. Can somebody please give me an example of how to use the "notify" function correctly or tell me where I got my script wrong? I especially got problems with the definition of "List<String> user...

Re: Mail Import Cronjob 6.2.3

 by Rudolf21 ¦  Mon May 13, 2013 12:30 pm ¦  Forum: Configuration ¦  Topic: Mail Import Cronjob 6.2.3 ¦  Replies: 5 ¦  Views: 2498

I am currently using an IMAP account with the following settings: Mail folder -> Inbox/OpenKM/Testing Mail mark seen -> true / ticked Mail mark deleted -> false / unticked Active -> true / ticked I also use an additional filter: /okm:mail/Docs/Inbox Grouping -> false/ unticked Active -> true / ticked

Mail Import Cronjob 6.2.3

 by Rudolf21 ¦  Thu Apr 18, 2013 1:34 pm ¦  Forum: Configuration ¦  Topic: Mail Import Cronjob 6.2.3 ¦  Replies: 5 ¦  Views: 2498

Hi

The Mail Import cronjob in OpenKM v.6.2.3 ignores if a mail is marked as seen or not.
It imports a mail from today even when it's marked as seen.

Re: OpenKM 6.2.2 Mail account - strange problem

 by Rudolf21 ¦  Tue Dec 04, 2012 8:33 am ¦  Forum: Usage ¦  Topic: OpenKM 6.2.2 Mail account - strange problem ¦  Replies: 7 ¦  Views: 5053

Are you sure that you have to add those additional config strings beside mail.smtp.host="mail.test.pl" mail.from="test@test.pl" in server.xml? I'm currently using 6.2.1 and it's working like a charm. I've only added a mailbox to a openkm user, configured mail.scheduler and added ...

Re: OpenKM 6.2 Mail Import

 by Rudolf21 ¦  Tue Dec 04, 2012 8:18 am ¦  Forum: Configuration ¦  Topic: OpenKM 6.2 Mail Import ¦  Replies: 10 ¦  Views: 4696

Looks like a datatype issue.. Catalina.log: ERROR com.openkm.servlet.admin.MailAccountServlet - Provided id of the wrong type for class com.openkm.dao.bean.MailFilter. Expected: class java.lang.Lo ng, got class java.lang.Integer com.openkm.core.DatabaseException: Provided id of the wrong type for cl...

Re: OpenKM 6.2 Mail Import

 by Rudolf21 ¦  Fri Nov 23, 2012 3:26 pm ¦  Forum: Configuration ¦  Topic: OpenKM 6.2 Mail Import ¦  Replies: 10 ¦  Views: 4696

Looks like editing and deleting mail filters doesn't work:

Code: Select all
Class: 	  com.openkm.core.DatabaseException
Message: 	Provided id of the wrong type for class com.openkm.dao.bean.MailFilter. Expected: class java.lang.Long, got class java.lang.Integer

OpenKM 6.2 Mail Import

 by Rudolf21 ¦  Mon Nov 19, 2012 1:06 pm ¦  Forum: Configuration ¦  Topic: OpenKM 6.2 Mail Import ¦  Replies: 10 ¦  Views: 4696

I've added a mail account to a user and configured the SMTP server in server.xml. OpenKM successfully imports every mail but it also creates additional folders named by the date. Example structure: -User Mail Folder --2012 ---11 ----18 -----Mails Is there a way to deactivate this behavior? Thanks in...

OpenKM 6.2 - getSystemToken()

 by Rudolf21 ¦  Tue Nov 13, 2012 10:14 am ¦  Forum: Configuration ¦  Topic: OpenKM 6.2 - getSystemToken() ¦  Replies: 1 ¦  Views: 1469

Is there a new way to get the token/session in OpenKM 6.2? Executing: import com.openkm.module.*; String token = JcrSessionManager.getInstance().getSystemToken(); session session = JcrSessionManager.getInstance().get(token); Error: Sourced file: inline evaluation of: ``import com.openkm.module.*; St...

Re: Repository functions - 404

 by Rudolf21 ¦  Mon Nov 05, 2012 9:05 am ¦  Forum: Usage ¦  Topic: Repository functions - 404 ¦  Replies: 6 ¦  Views: 3218

It works fine now. When can we expect the next public release?

Thanks in advance.

Re: Repository functions - 404

 by Rudolf21 ¦  Fri Nov 02, 2012 7:40 am ¦  Forum: Usage ¦  Topic: Repository functions - 404 ¦  Replies: 6 ¦  Views: 3218

I replaced OpenKM.war with the nightly build and set hibernate to "update" but I still have the same problem.

Thanks in advance.

Repository functions - 404

 by Rudolf21 ¦  Tue Oct 30, 2012 2:29 pm ¦  Forum: Usage ¦  Topic: Repository functions - 404 ¦  Replies: 6 ¦  Views: 3218

Hi there! When I want to specify a file path for a repository import / export I get a 404 error: HTTP Status 404 - /OpenKM/extension/DataBrowser type: Status report message: /OpenKM/extension/DataBrowser description: The requested resource (/OpenKM/extension/DataBrowser) is not available. Using Open...

Using LDAP + Local User DB

 by Rudolf21 ¦  Fri Oct 19, 2012 9:29 am ¦  Forum: Configuration ¦  Topic: Using LDAP + Local User DB ¦  Replies: 5 ¦  Views: 2978

Hi there! Is it possible to use LDAP and the local user database at the same time? As I would like to be able to login with the okadmin or another local admin if the LDAP connection fails. As far as I know there's no local configuration file to change the settings I made on the Web Configuration GUI...

Repository export script

 by Rudolf21 ¦  Thu Oct 04, 2012 8:17 am ¦  Forum: Web Services ¦  Topic: Repository export script ¦  Replies: 1 ¦  Views: 2497

Hi there! I'd like to use a bsh script to automatically execute the repository export function and backup all documents/folders. So far, I found the method "exportDocuments". Could you please explain me the difference between the two parameters fldPath and fs? Also I do not understand the ...

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.