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

Forum Posts

Retrieve data in Json format

I wrote a java backed webscript that retrieve multiple rows from a table in a database and I created a json template ftl file.And when I tested, I only get the last row !!Any solutions ?

BPMN Activiti 5.18 How to Cancel a call activity and all underlining user tasks in the call activity by using signalboundary or cancelboundary events?

BPMN Activiti 5.18 How to Cancel a call activity and all underlining user tasks in the call activity by using signalboundary or cancelboundary events?Hello, I have a scenario where i have a call activity that has multiple script and user tasks inside...

rjrumsey by Champ in-the-making
  • 4906 Views
  • 1 replies
  • 0 kudos

Share version number

Hi there,Does anyone know the latest Share version number for Alfresco 6.1 Community (and Enterprise if you know that too) ?I'm looking for the version I'd put in the pom.xml file when using the SDKFor example <alfresco.share.version>6.1.a</alfresco....

pedwards99 by Star Contributor
  • 4331 Views
  • 2 replies
  • 0 kudos

Unable to recover a deleted site from trashcan.

Recovering a deleted site fails,Getting the following error message below in logs.Exception calling (PUT) https://***/alfresco/s/api/archive/archive/SpacesStore/8e546ff1-9214-4612-8e66-f01a237da60f?alf_ticket=TICKET_e53608d2dfb170b870904c0496bcfce999...

Resolved! Where to download alfresco search services?

The link here: https://www.alfresco.com/thank-you/thank-you-downloading-alfresco-community-edition  doesn't contain anything. There onlyalfresco-content-services-community-distribution-6.1.2-ga.zipcan be downloaded, but I need alsoalfresco-search-ser...

Reg Alfresco Get Content REST Service

All, I am using /activiti-app/api/enterprise/content/raw REST service to upload the document to APS. I see the Content ID in the response. Now, when I use the Get activiti-app/api/enterprise/content/10010 service to get the content with the Id that I...

hari by Star Contributor
  • 2451 Views
  • 0 replies
  • 0 kudos

How to install ACS 6.1 in local using distribution zip?

Hello,I am trying to install ACS 6.1 in my local windows 10 machine using this link.Installing using distribution zip | Alfresco Documentation I don't find any information for configuring new DB for this installation. I tried using Postgres and MySQL...

jigir_shah by Champ on-the-rise
  • 12367 Views
  • 2 replies
  • 2 kudos

Creating A Searchable PDF with Alfresco

Hi,I need a searchable PDF in alfresco.I installed alfresco in my system.I uploaded for many PDF files but some PDF files searchable not working.I searched for PDF files content some PDF search working fine but some PDF not working please help me.

Need to disable site in alfresco sites list

Hi Everyone,I renamed share.war to ui.war, it's working fine, i am accessing /share and /ui  , but i need to disable one site (i.e. localhost:8080/ui/page) in 'My Sites' list.Can anyone suggest me please, how to disable one site in sites list.Thank y...

Problem binding Association change behaviors

I am trying to create behaviors to react to association changes, but it is not working and I cannot figure out why.  I'm sure it must be something simple like a typo.  Can anyone help me out?I know the init method is being called because I put a brea...

cseickel by Confirmed Champ
  • 5858 Views
  • 3 replies
  • 0 kudos

how to take backup of alfresco share

Hi,I'm new to this topic, don't know how to take backup of files folders and user backupPlease provide some guide or steps should I follow while taking backupThanks,Kalpesh

kzala7 by Confirmed Champ
  • 5376 Views
  • 2 replies
  • 0 kudos

Node Rollback

Activiti7-Core: How to rollback to the specified User Task node,What are the relevant apis?

Alfresco Browser

I have 2 server with DEV and UAT environment and in both server IE 11 is used.I have created 1 datalist where 1 field is with boolean is there.Now The problem is in dev server if I update that boolean true/false it is working but same scenario is not...

sp2 by Elite Collaborator
  • 4295 Views
  • 2 replies
  • 0 kudos

MyProject

How can I detect that a file was added then display a message to the share, then save the filename and username to a database in a  table that I create ? What are the steps ?

Retrieving data from database

I connected my allinone project to MySql database,  I created a table and added some data.How can I retrieve that data using javascript backed webscript ?