• Search

  • Search it up!

Search found 190 matches

 Go to advanced search

Delete Latest Revision of File (Accidental Upload)

 by alexwgordon ¦  Thu Dec 23, 2021 1:09 am ¦  Forum: Usage ¦  Topic: Delete Latest Revision of File (Accidental Upload) ¦  Replies: 1 ¦  Views: 440

Hi All, I haven't had to dig into the nitty gritty of OpenKM in a while, but is there a way to remove the latest revision of a file that was uploaded? We accidentally uploaded a new version, but if we go back a revision in the history and then upload a new one, then it jumps past the new version. Fo...

MacOS OmniPlan "File" MIME type Shows as Folder

 by alexwgordon ¦  Mon Jul 19, 2021 6:02 pm ¦  Forum: Installation ¦  Topic: MacOS OmniPlan "File" MIME type Shows as Folder ¦  Replies: 1 ¦  Views: 2665

Hi All, I have some gantt chart (OmniPlan) files that I'd like to upload but when uploaded they show up as folders in OpenKM. In MacOS they look like files, but are kind of similar to applications where they actually are a folder that has more files inside of it. Is there anyway to have OpenKM treat...

Re: Ubuntu 20.04 - OKM 6.3.0 - Tomcat/OpenKM Service Issues

 by alexwgordon ¦  Mon Jul 19, 2021 5:44 pm ¦  Forum: Installation ¦  Topic: SOLVED Ubuntu 20.04 - OKM 6.3.0 - Tomcat/OpenKM Service Issues ¦  Replies: 3 ¦  Views: 3828

Okay, it's not immediately clear why it's working or not working to me, but it is working now. I have openkm user set as a normal user (no admin privileges). I had restarted my virtual machine (which I thought I had previously done) but the service started up as it should. So looks like the wiki doc...

Ah I definitely missed that section at the bottom in my searches! But glad to know that it's in the documentation as well now

Re: Ubuntu 20.04 - OKM 6.3.0 - Tomcat/OpenKM Service Issues

 by alexwgordon ¦  Mon Jul 19, 2021 2:29 pm ¦  Forum: Installation ¦  Topic: SOLVED Ubuntu 20.04 - OKM 6.3.0 - Tomcat/OpenKM Service Issues ¦  Replies: 3 ¦  Views: 3828

Thanks for the reply jllort! I've attempted using that documentation as well (previously and just not to be certain), but am unable to get a systemctl status other than tomcat.service loaded active exited LSB: Start and stop Apache Tomcat I'm doing the below (as stated in the docs you just linked): ...

Re: Migrating Data from Windows Server to Ubuntu 20.04 in OpenKM 6.3.0

 by alexwgordon ¦  Thu Jul 15, 2021 11:36 pm ¦  Forum: Installation ¦  Topic: SOLVED Migrating Data from Windows Server to Ubuntu 20.04 in OpenKM 6.3.0 ¦  Replies: 3 ¦  Views: 9752

Alright, I've figured out what's going on. Essentially the answer is in this spanish post: https://forum.openkm.com/viewtopic.php?t=22822 The Window MySQL tables are all lowercase and the Linux MySQL tables are all uppercase. So that means we need to rename all the tables in the Linux install. USE o...

Hi All, I'm attempting to migrate my old installation of OpenKM on Windows Server 2008 to Ubuntu 20.04 on a Synology VM. I've got most of it setup finally after running into several different issues. I did a small test of a handful of files/users on a new instance in Ubuntu of the repository and mys...

SOLVED Ubuntu 20.04 - OKM 6.3.0 - Tomcat/OpenKM Service Issues

 by alexwgordon ¦  Tue Jul 13, 2021 6:52 pm ¦  Forum: Installation ¦  Topic: SOLVED Ubuntu 20.04 - OKM 6.3.0 - Tomcat/OpenKM Service Issues ¦  Replies: 3 ¦  Views: 3828

Hi All, It's been a while since I've had to do any development on our OpenKM instance and have run into a few snags as we're migrating the whole system from a Windows Server 2008 machine to a Ubuntu 20.04 VM on a Synology. So far I've successfully setup and gotten a working instance of OKM 6.3.0 (wh...

Re: Cancel Workflow Button Gives Admin Error

 by alexwgordon ¦  Mon Aug 07, 2017 6:14 pm ¦  Forum: Configuration ¦  Topic: Cancel Workflow Button Gives Admin Error ¦  Replies: 6 ¦  Views: 3496

Hi jllort, so neither with using String okmAdminToken = OKMAuth.getInstance().login("okmAdmin", "pass"); OKMDocument.getInstance().forceCancelCheckout(okmAdminToken, updateNode); OKMAuth.getInstance().logout(okmAdminToken); or String systemToken = DbSessionManager.getInstance().g...

Re: Search for which workflows are using which files

 by alexwgordon ¦  Thu Jul 06, 2017 2:48 pm ¦  Forum: Usage ¦  Topic: Search for which workflows are using which files ¦  Replies: 7 ¦  Views: 4096

Sure, with only a few tasks it's no problem to just click through the list and figure out which doc you're looking for, but it can be a problem if someone has 50+ tasks and is looking for a specific file, even 10-20 tasks is not ideal and is a bit time consuming (especially if that person is my boss...

Re: Search for which workflows are using which files

 by alexwgordon ¦  Wed Jul 05, 2017 5:57 pm ¦  Forum: Usage ¦  Topic: Search for which workflows are using which files ¦  Replies: 7 ¦  Views: 4096

Hi Pavila, I don't believe this is what I'm looking for. It doesn't seem to provide me any additional information. Basically what I'm attempting to do is make it so the user who has a task or many tasks in most cases, the ability to see which file their task is associate with, WITHOUT having to clic...

Re: Change Workflow Node Name Dynamically

 by alexwgordon ¦  Wed Jun 28, 2017 4:46 pm ¦  Forum: Configuration ¦  Topic: Change Workflow Node Name Dynamically ¦  Replies: 8 ¦  Views: 5138

So I've got most of the errors resolved (at least in Eclipse), except the documentService.getProperties... and table.setHTML(row, col... Errors are: 1. getProperties for documentService (which is true based on documentation) 2. row Cannot refer to a non-final variable row inside an inner class defin...

Re: Search for which workflows are using which files

 by alexwgordon ¦  Tue Jun 27, 2017 2:54 pm ¦  Forum: Usage ¦  Topic: Search for which workflows are using which files ¦  Replies: 7 ¦  Views: 4096

I figured out a way to create a note and/or comment with the workflow process instance which let's me find the workflow in the Admin panel with this: Long myProcInst = executionContext.getProcessInstance().getId(); executionContext.getToken().addComment("The Workflow Instance is " + myProc...

Re: Change Workflow Node Name Dynamically

 by alexwgordon ¦  Tue Jun 27, 2017 2:53 pm ¦  Forum: Configuration ¦  Topic: Change Workflow Node Name Dynamically ¦  Replies: 8 ¦  Views: 5138

is there any new documentation on how to do something like this? I'm still quite confused on how to accomplish this. I've tried the above codes, but with no success unfortunately

Search for which workflows are using which files

 by alexwgordon ¦  Thu Apr 13, 2017 5:15 pm ¦  Forum: Usage ¦  Topic: Search for which workflows are using which files ¦  Replies: 7 ¦  Views: 4096

Hi All, Is there a way to search for all the workflow instances that are using a given file? Currently the workflow dashboard doesn't show what the file in the workflow is without clicking into the workflow and I need to delete the workflows that use that file in order to delete/update the file. Is ...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 13

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.