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

Forum Posts

Resolved! Disable PDF Metadata

We have added encryption on PDF file when importing into ACS. However, it shows the following error.2021-03-18 00:00:18,171 WARN [org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter] [http-nio-8080-exec-6] Metadata extraction failed (...

Bulk import

We are using customized program to import a large amount of documents into ACS. However, the performace is not so good. It is around 270 documents per minutes even though we are using multi-threads in the program.We found that if we disable some data...

SQL debugging

How to debug database access (i.e. SQL)? I have added the following in log4j.properties, but no log.log4j.logger.java.sql=DEBUGlog4j.logger.java.sql.Connection=DEBUGlog4j.logger.java.sql.Statement=DEBUGlog4j.logger.java.sql.PreparedStatement=DEBUGlog...

Two passwords one user

Our ECM have some alfresco users (about 1000 users) and my boss want me to create same users in AD  and sync them with alfresco. I managed to do that but some users have  2 passwords cause their alfresco  password does not meet the length, complexity...

john2994 by Champ on-the-rise
  • 2513 Views
  • 1 replies
  • 1 kudos

Configuring Alfresco with MySQL login Error.

I am trying from past two days to configure MySQL with alfresco community edition but the moment I changed that "alfresco.properties" file as per the given instruction, I get the following error on my Login screen : Your authentication details haven'...

Pyle539 by Champ in-the-making
  • 2347 Views
  • 1 replies
  • 0 kudos

Setup development environment and hands on

Hi I am new to alfresco and i am trying to understand the concepts via documentation but not getting much out of it. Currently i am using alfresco 5.2 communityIs there a tutorial to learn and practice for beginner?

Resolved! Update content of a file using alfresco api

I am developing the project for integrate Alfresco.but, I can't update content of file.how to use alfresco update api?example:http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/3d061c1a-752c-44b7-a21d-1a494ce8459e/content?m...

image

Block the download action for users with Consumer role

Hello,I am using Alfresco Community v6.2.0 and I need to block the download action for users with Consumer role, in the document list page and in the document detail page. Anyone has any hint about how can I configure Alfresco to perform that?Thanks ...

itsquare by Champ in-the-making
  • 4352 Views
  • 4 replies
  • 2 kudos

Search for Documents using a specific property

Good Day, everyone, I have an issue I am new to alfresco and I want to delete a property from Aspect but this aspect is already linked to a lot of documents so I read that I have to delete all the documents first.So I have two questions about how to ...

MohsenH by Champ in-the-making
  • 3004 Views
  • 2 replies
  • 1 kudos

Contact Form not working?

I have sent in a couple of contact requests for pricing on both the alfresco university and also on the products for alfresco. It has been a couple of weeks and I haven't gotten any type of feedback. Is this product still going or has it died off? Sh...

eswbitto by Confirmed Champ
  • 2331 Views
  • 1 replies
  • 0 kudos

Resolved! Questions about search and database index

We are doing migration from old system to ACS (community 6.2). We have custom content model which has 20 data types and all are indexed (index enabled="true" in content model). We found the database size is very big. Here is summary.- 5.1 million fil...

Audit Report with Activities performed by logged in user.

Hello everyone,I am using Alfresco 6 (dockerized) and have deployed it in a production eviornment. My client has requested to develop a report that lists all the users, their login and logout date & time, total hours of login and the Activities which...

image

Issue With Incoming email Concurrency

We are on Alfresco Enterprise version 4.2.4. We have one folder email alias for incoming emails to alfresco. We have lots of emails that comes this way into system.Presently the issue is that for some arbitrary case, email preparing fizzles and deliv...

Fabian758 by Champ in-the-making
  • 2147 Views
  • 0 replies
  • 0 kudos

AIO docker compose for 7.0

Is there a docker-compose file for 7.x   yet?  I assume for a full stack compose  (Yes, this is for developing)  there is a new share, solr, etc...

mangar by Star Contributor
  • 2318 Views
  • 1 replies
  • 0 kudos

Performance problem

Hello,We have an Alfresco 6 installation at a customer's site. They are experiencing problems with Alfresco performance.Alfresco is only used by this customer via APIs or via CMIS.Users can retrieve the full Alfresco hierarchy via the API and then do...

image

preview problem

From the results search page, i click on the thumbnail of a document (any type) for preview and sometimes the last page didn't show up. Stay with the spinning gizmo. Did not happend to all document, looks like it happen with mulitple page docs. If i ...

vedodava by Champ in-the-making
  • 1718 Views
  • 0 replies
  • 0 kudos

Integrate Actviti 6 in Spring Application

Just I added below dependency in pom.xml<dependency>            <groupId>org.activiti</groupId>            <artifactId>activiti-spring</artifactId>            <version>6.0.0</version></dependency>                After I run the project, I got below e...