Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1061 Views
  • 1 replies
  • 0 kudos

Configuring IMAP access to document library

I have configured the IMAP subsystem and have read/write access to site document libraries, which is what I wanted.  However, there are some additional folders shared on the IMAP tree (such as Data Dictionary, Guest Home, Shared, User Homes) that I d...

Migrate Activiti 5.22.0 to Activiti 6.0.0

Add dependency in Pom.xml---------------------------------------------      <dependency>            <groupId>org.activiti</groupId>            <artifactId>activiti-spring</artifactId>            <version>6.0.0</version>      </dependency>            ...

Migrating Activiti 5.22.0 to Activiti 6.0.0

I added dependencies in Pom.xml<dependency>          <groupId>org.activiti</groupId>            <artifactId>activiti-spring</artifactId>            <version>6.0.0</version>      </dependency>               <dependency>                  <groupId>org.a...

Creating REST API

Hello,I'am trying to fetch the task details with the state as completed without the workflow id but it's not working in this code.protected Map<String, Object> buildModel(WorkflowModelBuilder modelBuilder, WebScriptRequest req, Status status, Cache c...

Tabu by Champ in-the-making
  • 3822 Views
  • 2 replies
  • 0 kudos

Unable login to Alfresco after migrate to local

Hi, i was unable to login to alfresco after migrate it to local environtment. from the login form this is the message that i get. i alsoo already checked to database that the user is exist.Wrong Username / PasswordAnd here is the log from here i see ...

rdy by Champ in-the-making
  • 3821 Views
  • 2 replies
  • 0 kudos

Solr4 query threading beaviour

I have observed an unexpected behaviour in my Alfresco installation when doing advanced searches. The site has an complex advanced search form with about 30 criteria, many of them multi-valued picked from multi-selection lists.When I do a search with...

chkk by Champ in-the-making
  • 9850 Views
  • 7 replies
  • 0 kudos

How to get taskid after the complete method

Hi,I have a workflow like: startevent -> task1(Assignee:Tom) -> choose sequence flow "agree"  ->task2(Assignee:Jerry) -> choose sequence flow "disagree"  -> task1when the flow arrive to task1, i want to set assignee to "Tom" again.Now i have an idea ...

image
coooong by Champ in-the-making
  • 2381 Views
  • 0 replies
  • 0 kudos

Resolved! Provide index text additional to file

Hello,I am rather new to Alfresco and I have an interesting problem regarding document indexing.I already have in place a system to scan documents and extract the content from them.What I would want is to save the document in Alfresco and provide the...

eXtreme by Champ on-the-rise
  • 8587 Views
  • 6 replies
  • 6 kudos

How to terminate process instance when timer is running?

Hi all.I am writing a service to work with an instance of the process. It has methods for creating a process, completing a user task, etc. Now I got to the method of destroying / stopping the process instance.I wrote such the method:    @Override    ...

maxlich by Champ on-the-rise
  • 4472 Views
  • 1 replies
  • 0 kudos

How to Install Alfresco community on server NAS.

May I Install Alfresco people group worker on NAS . (counting information bases and store documents). provided that this is true. what explicit model of NAS should I gain. furthermore, presumably a few directions on the most proficient method to do a...

Alvarez157 by Champ in-the-making
  • 3687 Views
  • 1 replies
  • 2 kudos

OnlyOffice Integration

Parashifts OnlyOffice Integration add-on for Alfresco lets you edit any Word or Google Document in your browser, without installing any software. Better yet, it allows multiple users to collaborate in real time and save those changes back to Alfresco...

alfresco by Elite Collaborator
  • 6085 Views
  • 2 replies
  • 0 kudos

Resolved! Index unrecoverable error

Hello,since a couple of days, I'm getting an "Index tracking batch hit an unrecoverable error " log in the SOLR 6.6.5 (search services 1.3.0.1).2021-02-11 22:49:31.749 WARN (SolrTrackingPool-alfresco-ContentTracker-2) [ ] o.a.s.t.AbstractWorkerRunnab...

upforsin by Star Collaborator
  • 12419 Views
  • 11 replies
  • 8 kudos

Resolved! Create AD user to sync with already existing alfresco user

I need to create a user in AD and sync it with already existing user in alfresco. If i create a user in AD with the same username and password as in alfresco will it "connect" to the existing user in alfresco ? What global properties for sync do i ne...

john2994 by Champ on-the-rise
  • 6495 Views
  • 4 replies
  • 4 kudos

Install or connect to desktop application using alfresco

I have a desktop application i wanted to connect that application to alfresco. So is it possible to install that application on alfresco.Or is it possible to connect alfresco with that desktop application.My aim is before uploading documents to alfre...

Solr search result changes depending on browser used

Just intalled a new instance of Alfresco 6.2...Loaded some documents intoWith the same said running server, performing the test simultaneously with different devices:IF I perform a query from the laptop (ubuntu + Firefox 85.01) the rusult shows all t...

Giuliano by Confirmed Champ
  • 6455 Views
  • 4 replies
  • 3 kudos

Alfresco Docker compose problem

Hello,I'm trying to install alfresco using docker on Windows Server 2019 system, but after running "docker-compose up" I get the following error.Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-...

tariskap by Champ in-the-making
  • 4748 Views
  • 3 replies
  • 1 kudos

Resolved! How to use Ticket for getting response from the api

I have a python code and using that python code i wanted to access: http://127.0.0.1:8080/alfresco/service/api/workflow-instances/I am following one link https://docs.alfresco.com/5.2/concepts/dev-api-by-language-alf-rest-auth-with-repo.html where it...