Search found 80 matches

by shatzing
Tue Apr 02, 2019 2:33 pm
Forum: Announcements
Topic: LogicalDOC Open Source DMS v8.2.1 released!
Replies: 0
Views: 10863

LogicalDOC Open Source DMS v8.2.1 released!

The LogicalDOC's Development Team is proud to announce the availability of LogicalDOC CE 8.2.1 You can get this distribution in various formats from the LD's website: https://www.logicaldoc.com/download-logicaldoc-community LogicalDOC is a web-based document management system that, thanks to its mod...
by shatzing
Thu Aug 30, 2018 8:41 am
Forum: Configuration
Topic: OutOfMemoryError: Java heap space when running restore.sh
Replies: 2
Views: 2514

Re: OutOfMemoryError: Java heap space when running restore.sh

Hi die7fox, if you're on Windows change the file restore.bat as follows: @echo off set "PROGRAM_DIR=%~dp0" set "ANT_HOME=%PROGRAM_DIR%ant" set "ANT_OPTS=-Xmx2048M" "%ANT_HOME%\bin\ant.bat" -f "%PROGRAM_DIR%\build.xml" restore If you're on linux change restore.sh PROGRAM_DIR=`dirname "$0"` export ANT...
by shatzing
Thu Aug 09, 2018 11:25 am
Forum: Configuration
Topic: Help Workflow design
Replies: 3
Views: 2814

Re: Help Workflow design

Hi Jerome, what exactly is your need? If you want to send the document by email it is possible to insert an Automation script in the "For Review" transition or in the "EA V/RECORD CUSTODIAN" task #foreach( $doc in $documents ) $MailTool.sendDocument($doc, 'from', 'to', 'subject', 'message') #end The...
by shatzing
Mon Jul 30, 2018 4:39 pm
Forum: Usage
Topic: Migration CE to EE
Replies: 2
Views: 2759

Re: Migration CE to EE

Hi xjerome, the simplest way is to backup the database of your LogicalDOC CE and load it into a different db schema, then install LogicalDOC EE using the latest created schema. E.G.: logicaldocEE In this way LogicalDOC EE will use the tables already available and will create those of the enterprise ...
by shatzing
Mon Jul 30, 2018 10:21 am
Forum: Configuration
Topic: LogicalDOC CE Greek characters support
Replies: 1
Views: 2079

Re: LogicalDOC CE Greek characters support

Hi ioannis, you should check the configuration of Tomcat: server.xml in C:\LogicalDOC-Community\tomcat\conf Verify that the connection has a correct URL encoding Also check the CharsetFilter in C:\LogicalDOC-Community\tomcat\webapps\ROOT\WEB-INF\web.xml 01-server-config-config.png 02-webapp-config.p...
by shatzing
Wed Jul 18, 2018 3:24 pm
Forum: Configuration
Topic: How to install plugins
Replies: 2
Views: 3641

Re: How to install plugins

Hi Nescafe1994, you can install a plugin by dropping the plugin jar file into the library folder of the ROOT webapp in Tomcat. C:\LogicalDOC\tomcat\webapps\ROOT\WEB-INF\lib However you have to know that the Workflow feature is enabled only in Enterprise and Cloud edition Look at the features matrix ...
by shatzing
Wed Jun 27, 2018 9:17 am
Forum: Web Services
Topic: Performance
Replies: 4
Views: 13261

Re: Performance

Once the software has completed its initialization phase, the program should be quick to show you the login page. Obviously if you have just started the program or the service you have to wait a waiting time, because until the resources of the program have not been loaded in memory the software does...
by shatzing
Mon Jun 25, 2018 8:57 am
Forum: Installation
Topic: Cannot connect to database - mysql
Replies: 1
Views: 43348

Re: Cannot connect to database - mysql

It seems that LD still is not able to connect to the DB. Try to restart LogicalDOC. Be sure to modify the context.properties file only when LogicalDOC is down (not running). Check the permissions on the database, the user must have permission to connect locally (if the DB is on the same server of Lo...
by shatzing
Thu Jun 14, 2018 1:58 pm
Forum: Announcements
Topic: The documentation of LogicalDOC v7.7.6 REST services is available online
Replies: 1
Views: 9267

The documentation of LogicalDOC v7.7.6 REST services is available online

We have posted the updated APIs on SWAGGERhub to the following address: https://app.swaggerhub.com/apis/swatzniak/logicaldoc_rest_api/7.7.6 While the same documentation (but with older formatting) is available at https://docs.logicaldoc.com/en/web-services-api . Among other things we have released o...
by shatzing
Thu Jun 14, 2018 8:58 am
Forum: Configuration
Topic: Paste gray with link not selectable
Replies: 1
Views: 2061

Re: Paste gray with link not selectable

Hi fenglingfu168,
If you see the link in gray, most likely you can not add or move / copy a document in that folder.
Probably your user does not have write permissions in that folder.
You or an admin user should check the permissions assigned to the folder for groups and individual users.

Go to advanced search