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

Forum Posts

Urgent : default password DB Alfresco

Hi,I follow the community and I'm starting with Alfresco. One question: can you tell me what is the default password (that is, when you install the package 4 with the installer and Postgres) Postgres DB?And 'perhaps the password you use for the admin...

swamipado by Champ in-the-making
  • 6928 Views
  • 2 replies
  • 1 kudos

Replace version of a document

Is there any way to replace the current version of a document without generating a new version? For auditing purposes we want the version history to reflect the exact changes that a document has in the version history, but the revert to a past versio...

fturizo by Champ in-the-making
  • 718 Views
  • 3 replies
  • 0 kudos

Inviti al sito Alfresco 5.0.d

Salve, sono nuovo del forum e dell'approccio ad Alfresco quindi chiedo scusa anticipatamente se ho sbagliato qualcosa.Ho creato un sito in alfresco 5.0.d ma quando invito gli utenti le mail non arrivano! Sapete dirmi se devo settare qualche file e co...

nervo84 by Champ in-the-making
  • 1790 Views
  • 5 replies
  • 0 kudos

Calling a webscript in js client side

Hello,I need to call the webscript with this url:  components/documentlibrary/sharedfiles-tree into a js client side file . I use a popup to display the webscript:Alfresco.util.PopupManager.displayWebscript             ({            title: "T",      ...

sofia by Champ in-the-making
  • 1154 Views
  • 1 replies
  • 0 kudos

Dudas con Alfresco.

Buenos días.Me llamo Gonzalo.M y estoy empezando a desarrollar un proyecto desde el cual llevare la gestión de contenidos (subir y descargar) por un portal hecho por mi junto con Alfresco de forma transparente para el usuario.Llevo ya unos días leyen...

gonial by Champ in-the-making
  • 1693 Views
  • 4 replies
  • 0 kudos

how to send a differente email?

hi,I want to create a workflow who sending an email for all user, i have an idea, i can set a listner to the userTask and the class for this listner,get all users and sending all emails.I want a perfect solution.has anyone have an other idea??thanks.

bathio2014 by Champ in-the-making
  • 499 Views
  • 2 replies
  • 0 kudos

Bug in HistoricDetail with version 5.17.0??

Hello,I'm migrating my application from Activiti 5.14 to 5.17.0.2I found a difference in the treatment of HistoricDetail (VariableUpdate type). The difference is when I store variables with "processEngine.getTaskService(). SetVariable()".I want to kn...

aitor by Champ in-the-making
  • 420 Views
  • 1 replies
  • 0 kudos

'Master' Webscript

Hello!I have a question related to webscripts of the Alfresco backend repository.Does it make sense to make just 1 webscript like:<webscript>    <shortname>Base Webscript</shortname>    <description>Base Webscript</description>    <url>/base/{method}...

LDAP integration issues

All, I'm sorry but I am re-posting this as I could not see my yesterday's post. With LDAP configured, I was able to start tomcat and Activiti-Explorer was up. Now I have a different issue. No matter which user I try with, activiti-explorer always say...

hari by Star Contributor
  • 611 Views
  • 3 replies
  • 0 kudos

ERROR: Nodes with no type are ignored by SOLR,

HelloI have the following problem.I created a rule that runs a script when I add a document.The problem I have is that it gives me this error and the script does nothing.I've simplified the code and still gives the same problem.The code that gives me...

Botched the Invitation Acceptance and Can't Log in

I was invited to join an Alfresco site and I accepted it. I was presented with a login screen and I entered what I thought was my userid and password but then received the message "Your authentication details have not been recognized or Alfresco may ...

Software VS Equipment Compatibility

Hi, Folks.I want to use the Alfresco Community version as my personal document repository by scanning pretty much every doc that I have and becoming paperless. Alfresco may be too powerful for my needs and I am thinking about some improvements in the...

Point Site to companyweb

So I'm trying Alfresco as an alternative to Sharepoint and I was wondering how I can get a site to be pointed to something like "companyweb" like it gets configured automatically with old SBS servers.

chrisjudd by Champ in-the-making
  • 434 Views
  • 1 replies
  • 0 kudos

Uncompleting a standalone task

Is there a way to uncomplete a standalone task in activiti?If a task is completed and a history row is added in ACT_HI_TASKINST for that task with END_TIME_ set and DELETE_REASON_ as completed, is there a way we can revert this and "uncomplete" that ...

aseem by Champ in-the-making
  • 483 Views
  • 2 replies
  • 0 kudos

how to send a differente email?

hi, i want to create a userTask who send different email with a listner, but in the method Notify in the class listner , when i want to access to the database a find a problem.please help me .thanks.

bathio2014 by Champ in-the-making
  • 350 Views
  • 1 replies
  • 0 kudos

how to resume timer job once the exception is resolved

Hello all,I have a timer task scheduled in activiti. But an exception was thrown stating "Unknown property used in expression" in ACT_RU_JOB and a corresponding exception details msg created in ACT_GE_BYTEARRAY table.I fixed the issue and the due_dat...

rohran by Champ in-the-making
  • 1146 Views
  • 6 replies
  • 0 kudos

Get open tasks completed by particular group

Hi All,I am trying to get all open tickets which have passed/ completed by particular group using REST API. Let me explain it with example.Suppose me and my friend Rohan are part of Monitor Team(group), and Rohan has completed 2 tasks which are now p...

Activiti Single Sign-On from a JSP

Hi,I'm building a web app with Liferay Portal framework, and would like to find out how to go about handling SSO.Looking for a senario where all I do is submit to a URL passing required parameters (username and password) and the user is automatically...

nov1ce by Champ in-the-making
  • 654 Views
  • 3 replies
  • 0 kudos

Getting Exception while Integrating Activiti with Spring

Hi All,I am getting the below Exception while integrating  the Activiti with Spring..These are my applicationContext-core.xml entries. I have placed mybatis-3.0.1.jar file in lib folder also.—————————————————————<?xml version="1.0" encoding="UTF-8"?>...