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

Forum Posts

convert document repository to flat files?

Hi Guys,My company is trying to choose a Doc Management system and it's important for us that we can recover the documents in a flat file structure.From what I can tell, documents are stored in proprietary structure. It there any way to conver this t...

mgreen by Champ in-the-making
  • 173 Views
  • 1 replies
  • 0 kudos

Linking to other pages in the Wiki

I was unable to find a way to link pages in the wiki.I was getting alot of error in my demo as well.From one wiki page I want to link to another wiki page.2 scenarios(1) I luckily know the page name.(2) I want to create a new page with the name:  "De...

Search using webservices API

Hi,How can i incorporate detailed search in web-services API . I would like to incorporate1) Sorting2) Pagination like get search results from 1 -> 100 etc.. or give me only first 100 results etc.Currently I am using something like thisQuery query = ...

schema differences between fresh 3 and upgrade to 3

in the process of sort through 2.1-3c upgrade problems, I generated a schema diff between my upgraded database and fresh install.FWIW this 2.1 had been upgraded from 2.0 and 1.4 before that.I ignored differences in NULLABILITY since it might be requi...

ERROR after upgrade: Unknown property actual type ordinal nu

after upgrading from 2.1 to 3c I am getting a seemingly endless stream of these errors13:26:33,577  ERROR [repo.domain.NodePropertyValue] Unknown property actual type ordinal number: -113:26:33,577  ERROR [repo.domain.NodePropertyValue] Unknown prope...

[Résolu] Modification du login

BonjourJ'aurais besoin de votre aide pour un problème que j'ai sous Alfresco dù a une négligence de ma part.Voilà, j'ai crée des utilisateurs dans alfresco, ils ont mis des documents, tout marche bien.Seulement, j'ai besoin d'activer NTLM avec Active...

babou27 by Champ in-the-making
  • 1165 Views
  • 3 replies
  • 0 kudos

Tinymce Upgrade?

Hi,The current version of tinymce used by Alfresco seems a bit old (2.0.6). Is it possible to use a newer version? Or if not what can/should I change to make a newer version work with Alfresco?gr. Martin

mtaal by Champ in-the-making
  • 259 Views
  • 2 replies
  • 0 kudos

Getting the user of a workflow task

Hi all,I am trying to get at the username of the user executing an action in a advanced workflow. I want to add the name of the user adding the comment in workflow where stakeholders can give their comments. This should be simple right? Well..After a...

m_vriens by Champ in-the-making
  • 156 Views
  • 1 replies
  • 0 kudos

Accessing WCM Content through Java backed Web Scripts

Hi,How do I access contents stored in a web project by using Java backed web script?The things i need to achieve are:1) Get a list of all the files in a particular folder/space in a web project.2) Search for a particular file in the web project using...

himanshu by Champ in-the-making
  • 268 Views
  • 4 replies
  • 0 kudos

Setting the user password

Hi, I have a little problem, I want to create a user thru webscript and found out that there is a People API but there is only a createPerson option. Now my problem is how to set the password for the user to be created?