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
0
votes
1 answer

Add metadata when creating file in alfresco from java

I want to add to a file custom metadata when i create the file from java. I can add some propperties i copy from the page i saw the tutorial but i cannot add more. This is my code: Map properties2 = new HashMap
vosejillarsc
  • 75
  • 1
  • 1
  • 5
0
votes
1 answer

Alfresco Share - Search not working for non-Administrator users

I'm confused as to why I can search as an Administrator but users cannot. Please see the following error stack generated when attempting to search as a normal user. 05:57:00,784 ERROR [extensions.webscripts.AbstractRuntime] Exception from…
peterRepeater
  • 143
  • 4
  • 12
0
votes
0 answers

Add metadata via REST API Call in Alfresco Community

Is it possible to add different metadata to a document via rest call? thank you I tried to upload a document to alfresco using rest call but now i want to add some metadata to that document and search for it by its properties.
freeez
  • 1
0
votes
1 answer

solr - Size of Heap Space

I have an Alfresco 6.2.0 instance on an Ubuntu system using solr specification 6.6.7 and Search Services 1.4.0. I have two cores with currently 155364 documents in the alfresco core and 126054 documents in the archive core. Until today solr hat 1 GB…
Florian
  • 110
  • 7
0
votes
0 answers

Can an Alfresco process branch out to subworkflows based on the document uploaded?

We have a requirement to create a main workflow with sub-workflows for every document uploaded.Also we should be able to end the sub-workflow separartely without ending the main worflow. The main workflow should end only after all the subworkflows…
Alucor
  • 1
0
votes
2 answers

Upload a blob using p_parm_values in PL/SQL apex_web_service.make_rest_request

I am trying to use Apex (cloud) to run a PL/SQL script that fetches a BLOB object from a table and sends it via a POST API call to an Alfresco Server. If I were using Postman/Insomnia for the API call, I would do the following: Set the Content-Type…
Vipul Swarup
  • 323
  • 3
  • 17
0
votes
2 answers

Alfresco JARS: org.alfresco.web.scripts.Cache

I'm trying to run some sample but I cannot find this class: org.alfresco.web.scripts.* Could you help me to find JARs for Java-backed web scripts? I downloaded the Alfresco SDK but I can't find it on alfresco-web-client-3.4.b.jar It's really…
Andrea Girardi
  • 4,337
  • 13
  • 69
  • 98
0
votes
0 answers

Alfresco 6.2 - PDF Toolkit Addon

I have installed Alfresco 6.2 from the link https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html . For this alfresco 6.2 I need to add PDF toolkit addon, I am unable to find the solution to it. Please…
0
votes
0 answers

Freemarker TemplateModelException src parameter missing in template

Running the Alfresco AIO archetype default project, SDK version 4.0.0-beta-1 Testing the share modifications I bump into following error on the sample-page: 2022-12-01 09:58:45,588 ERROR [freemarker.runtime] [http-nio-8080-exec-3] Error executing…
0
votes
1 answer

allowed values for actual_type_n and persisted_type_n in alf_node_properties table in Alfresco

What are the allowed values for actual_type_n and persisted_type_n in alf_node_properties table in Alfresco. Please provide any pointers on the mapping details. Mapping details for actual_type_n and persisted_type_n in alf_node_properties table
Sunny
  • 3
  • 1
0
votes
0 answers

Unable to convert any file to pdf via JAVA code although i am able o convert it via Alfresco PDF render via the adress : http://localhost:8090

I have this code which i dont know if it is the way to procees of no, my code should convert any document ( for now i am testing with docx) to pdf. Here is my code: @Override protected void executeImpl(Action action, NodeRef actionedUponNodeRef) { …
0
votes
0 answers

Authenticate Alfresco API with a multi realm Keycloak instance

I'm integrating the alfresco rest API with an external application. using the latest version of Alfresco configured with Keyclok as an identity server with the open-source module provided by alfresco-keycloak. Keycloak has been configured with 2…
0
votes
0 answers

Download CSV file with dash and em dash encoding problem in Alfresco

I am working in Alfresco and trying to download the file content as CSV file. The download works, but only problem is that when I download a content that has dash or em dash inside, when I open that CSV file I see %u2013 and %u2014 instead. This is…
Mike1988B
  • 57
  • 5
0
votes
1 answer

How to inject the Repository services in the bootstrap phase

I have a class named "NodeUtil" and that class have a three services injected in the bootstrap phase but once i trying to Log the service.toString() the value that printed is proxy$.toString() . I'm trying to initialize the services in the NodeUtil…
Mohammed Amr
  • 307
  • 5
  • 15
0
votes
1 answer

Direct print to Alfrseco Document Storage : Store, Sign and Print

I need some information and guidance on setup and configuring Alfresco ; my goal is to print directly to Alfresco with a PDF printer to output directly or a raw file. I need that to be consumed by Alfresco - stored and a listing - each one to be…
Ken
  • 2,518
  • 2
  • 27
  • 35
1 2 3
99
100