Questions tagged [alfresco]

Alfresco Open Source Enterprise Content Management Software

Alfresco is an open source enterprise content management software. It features a content repository, which can be embedded in applications, and several products built on top of the repository: Document Management, Records Management, and Collaboration (Alfresco Share).

More information on Alfresco is available at Alfresco.com

Alfresco also maintains a wiki, forum and online documentation, which can often contain the answer to your problems. Several people regularly hang out at #alfresco in freenode IRC (Check out channel logs here). And, there is a Google Group called "Alfresco Technical Discussion".

The Alfresco tag here is best used for questions around configuring, extending, customising and building on top of Alfresco. For questions on installing and provisioning Alfresco, the Alfresco tag on ServerFault may be a better bet

3529 questions
4
votes
3 answers

Is it possible to get a list of workflows the document is attached to in Alfresco

I'm trying to get a list of workflows the document is attached to in an Alfresco webscript, but I am kind of stuck. My original problem is that I have a list of files, and the current user may have workflows assigned to him with these documents. So,…
Zlatko
  • 18,936
  • 14
  • 70
  • 123
4
votes
2 answers

Alfresco db content size and contentstore size: How to match?

I have an SQL query to get the content size from a content URL, but when I execute the SQL and compare the result to the directory size of contentstore it doesn't match. For example first I get the content size from database (PostgreSQL): SELECT…
GaneshK
  • 39
  • 4
4
votes
1 answer

Error in calling CMIS Query if String contains single or double quote

Here's my problem: When I try to pass a query string in CMIS Query that contains single or double quotes it doesn't execute and gives an error as below: 06:19:23,306 ERROR [DispatcherPortlet:561] Could not complete…
User14141111
  • 355
  • 2
  • 19
4
votes
1 answer

Cannot create a custom classification

I have added the following custom aspect to my content model: My Location Document Classification cm:classifiable
Martijn Burger
  • 7,315
  • 8
  • 54
  • 94
4
votes
0 answers

Issue in Liferay Iframe

I tried to display alfresco share in liferay Iframe. Problem is If I bond Iframe with Alfresco Share page. Then Iframe is automatic continuously scrolling vertically. May be the folders are more in alfresco. How can I stop this continuously…
user3855589
  • 1,113
  • 2
  • 15
  • 43
4
votes
1 answer

How to upload image file in alfresco using PHP

I want to upload image file into alfresco using cmis api using PHP.. I can create simple text document in alfresco using following code $obs = $client->createDocument($myfolder->id, $repo_new_file,$prop, "testssss", "text/plain"); I tried following…
user3855589
  • 1,113
  • 2
  • 15
  • 43
4
votes
1 answer

Alfresco CMIS in PHP

We have integrated Alfresco and PHP using CMIS. We have created custom content in alfresco called "my:content". We are creating document from PHP to alfresco. Below is the code for creating content. $client = new CMISService($repo_url,…
user188906
  • 190
  • 7
4
votes
6 answers

alfresco database

How can we extend the Alfresco database? I need to add new tables to the existing database structure. Does alfresco support this? thanks in advance, sri..
Srinath
  • 1,293
  • 3
  • 16
  • 25
4
votes
1 answer

unable to connect to Alfresco

I installed Alfresco 5.0 on a VM (Centos) in our company. The Alfresco logs look ok and Alfresco is running. But if I try to call the Alfresco-Website from my office Windows PC, i get "unable to connect". I call the site with…
4
votes
1 answer

Get Alfresco extension properties with OpenCMIS

I'm writing an OpenCMIS based application, which extracts some data from Alfresco 3.3. It works fine with standard CMIS properties such as cmis:name or cmis:contentStreamMimeType; however, I can't access Alfresco especific properties, which are…
AJPerez
  • 3,435
  • 10
  • 61
  • 91
4
votes
2 answers

LDAP group has 'member's but the members dont have the 'memberof' attribute

I am new to LDAP (AD) and I wonder how can I retrieve all users of a group if the users itself doesn't have the "memberof" attribute (which should link to the group I think)? Following LDAP Structure - Users - UserA (memberof=Group1) - UserB…
Pali
  • 1,337
  • 1
  • 14
  • 40
4
votes
1 answer

Is it/How to provide SecureContext to a Thread from a managed Spring bean

I want to be able to launch the creation of an Alfresco node Asynchronously to prevent a creation bottneck. For that I'm trying to use ScheduledExecutorService initialized with value 10. Execution Processed like follow : from my UploadServlet -->…
Abderrazak BOUADMA
  • 1,526
  • 2
  • 16
  • 38
4
votes
1 answer

Sending a HTTP POST request for updating file contents using C++ REST SDK Casablanca

I am trying to update the contents of a file in alfresco server using C++ rest sdk. I am using the alfresco CMIS url to send the request.To be more specific it is Alfresco CMIS browser binding.I have to stick to browser binding not atom…
user2393611
  • 41
  • 1
  • 5
4
votes
1 answer

Checking SOLR indexing progress

I have started a SOLR re-index procedure on a huge Alfresco repository. However the process gets stuck sometimes and I would like to know on which file did it stop. I can't see it in the logs (INFO logging level) or on the SOLR status page. My…
Thurs
  • 186
  • 1
  • 7
4
votes
0 answers

Alfresco: "Access denied" when editing a document meta-data

Having a document with a custom aspect and custom model, the manager of the site and the owner of the document (uploaded) cannot edit the custom inputs (inherited from the custom aspect) resulting in this error: 04050251 Access Denied. You do not…
zfou
  • 891
  • 1
  • 10
  • 33