Search found 11399 matches
- Sat Apr 10, 2021 6:47 pm
- Forum: Configuration
- Topic: Slowness of the application at times
- Replies: 2
- Views: 84
Re: Slowness of the application at times
What is the size of the document you are uploading? What kind of document are you uploading? What is super slow -> the uploading -> or while uploading the application is whole affected? Did you enable antivirus or a similar feature? Did you change any administration parameters in the Administration ...
- Sat Apr 10, 2021 6:41 pm
- Forum: Configuration
- Topic: "Document create" pre-event automation actions
- Replies: 3
- Views: 136
Re: "Document create" pre-event automation actions
You must check if a document with that name already exists, if exist obviously will raise an error because we do not allow creating a document that already exist -> we allow only the edition. You should set a name policy that does not cause this kind of problem, like adding (1) how it does windows. ...
- Sat Apr 10, 2021 6:39 pm
- Forum: Configuration
- Topic: Admin Tab Broken - Cannot Modify Users or Any Settings
- Replies: 3
- Views: 77
Re: Admin Tab Broken - Cannot Modify Users or Any Settings
I think you should look for the error on another side, some addin or software installed in your computer. Anyway you can access directly to the administration from /OpenKM/admin/index ( really is what does the iframe of the administration )
- Wed Apr 07, 2021 6:13 pm
- Forum: Installation
- Topic: Can't access OpenKM 6.2 from remote machine?
- Replies: 1
- Views: 138
Re: Can't access OpenKM 6.2 from remote machine?
No no ... I think you are looking in a deprecated documentation. The last documentation is available at https://docs.openkm.com/kcenter/view/okm-6.3-com/ In server.xml should have 0.0.0.0 like is shown in this section of the documentation https://docs.openkm.com/kcenter/view/okm-6.3-com/configuring-...
- Wed Apr 07, 2021 6:11 pm
- Forum: Usage
- Topic: OpenKM Stopped and working after restart server only
- Replies: 1
- Views: 105
Re: OpenKM Stopped and working after restart server only
What OS did you have?
How are you trying to start-stop openkm service?
When trying to start openkm as service did you get any error from the terminal?
How are you trying to start-stop openkm service?
When trying to start openkm as service did you get any error from the terminal?
- Wed Apr 07, 2021 6:10 pm
- Forum: Configuration
- Topic: Disable PDF Download
- Replies: 8
- Views: 1569
Re: Disable PDF Download
Currently in OpenKM CE it is used PDF.js previewer, I suggest take a look at https://github.com/openkm/document-mana ... view/pdfjs and google for pdf.js to apply this kind of modification
- Wed Apr 07, 2021 6:09 pm
- Forum: Configuration
- Topic: "Document create" pre-event automation actions
- Replies: 3
- Views: 136
Re: "Document create" pre-event automation actions
For the best understanding take a look at the BaseDocumentModule where are filled the env variables to be sent to automation and later are recovered from the env map again. From line 84 to line 96 ( special interest in line 88 and 94 in your case ) https://github.com/openkm/document-management-syste...
- Wed Apr 07, 2021 6:04 pm
- Forum: Configuration
- Topic: Download document from workflow form button
- Replies: 1
- Views: 69
Re: Download document from workflow form button
For this behaviour must change the source code. We can guide about what sections of the application should be modified or extended.
- Thu Apr 01, 2021 6:23 am
- Forum: Configuration
- Topic: LDAP account integration
- Replies: 17
- Views: 2648
Re: LDAP account integration
I asked for the grants of the users -> administration user screenshot
- Sun Mar 28, 2021 3:34 pm
- Forum: Configuration
- Topic: LDAP account integration
- Replies: 17
- Views: 2648
Re: LDAP account integration
Is this user member of ROLE_ADMIN ?
- Sat Mar 20, 2021 8:13 am
- Forum: Configuration
- Topic: LDAP account integration
- Replies: 17
- Views: 2648
Re: LDAP account integration
Share two screenshots:
1- document showing security grants applied in the desktop what a user should not be able to delete
2- administration where is shown user grants
1- document showing security grants applied in the desktop what a user should not be able to delete
2- administration where is shown user grants
- Thu Mar 11, 2021 7:52 am
- Forum: Uso
- Topic: Error con categorias
- Replies: 1
- Views: 742
Re: Error con categorias
Que version de openkm tienes instalada? Puedes compartir la traza - la encontraras en el openkm.log - del error en este post ( mejor si nos la compartes en la forma de un documento adjunto -> sólo nos intersa la sección del fichero donde se encuentra el detalle del error, no nos compartas todo el fi...
- Thu Mar 11, 2021 7:50 am
- Forum: Usage
- Topic: Error in Rebuild Lucene Indexes
- Replies: 1
- Views: 432
Re: Error in Rebuild Lucene Indexes
How many files do you have in the repository?
What is your current OpenKM version?
What is your current OpenKM version?
- Thu Mar 11, 2021 7:49 am
- Forum: Configuration
- Topic: Zone OCR in multipage PDF
- Replies: 2
- Views: 241
Re: Zone OCR in multipage PDF
For splitting pages, what seems is your issue, we do it usually with small customization, it depends on the type of the document. Sometimes also we integrate Chronoscan for its purposes, but without a more detailed description is not easy to suggest what is best for you. You can take a look here htt...
- Sat Mar 06, 2021 9:34 am
- Forum: Usage
- Topic: There are no extensions in the exported files
- Replies: 4
- Views: 1026
Re: There are no extensions in the exported files
In OpenKM we do not hide extensions, not possible from there. Should look for the cause in another place.