cancel
Showing results for 
Search instead for 
Did you mean: 

The system is currently in read-only mode.

sandeep_123
Champ in-the-making
Champ in-the-making
This message is shown  when i add content and export or anything done


Please correct the errors below then click OK.

    * A system error happened during the operation: Access Denied. The system is currently in read-only mode.


How to solve this issue and whats the reason
if anyone know please give the solution

Thanks
Sandeep
13 REPLIES 13

jayjayecl
Confirmed Champ
Confirmed Champ
the reason is that you installed Alfresco Entreprise version and the 30-days trial duration has expired.

Solution : get a license file and install it

sandeep_123
Champ in-the-making
Champ in-the-making
yes this is correct

one more question can we attach form in a workflow or can we start workflow by submit a form

Thanks

jayjayecl
Confirmed Champ
Confirmed Champ
are you using Alfresco ECM or WCM ?

sandeep_123
Champ in-the-making
Champ in-the-making
i am using alfresco ECM

jayjayecl
Confirmed Champ
Confirmed Champ
you can attach anything that is a "cm:content" object in Alfresco. In other words, anything that is a document in your Alfresco ECM can be attached to a workflow.

Submitting a workflow using a form is a completely different thing.
And yes, interacting with workflows inside Alfresco relies on submitting forms.

Have a look to the following article to get a great understanding about workflows in Alfresco :
http://ecmarchitect.com/archives/2007/11/19/785

sandeep_123
Champ in-the-making
Champ in-the-making
Thanks for your response


I have an requirement to create a workflow where at every activity /Task I have to get input from user and based on this input to task some action / or to same this input value in database .


I want to provide user interface / forms /page or input ……. while running workflow.


When user get the task in his Task Manager . He open a page and fill some entries .

How can i provide a user interface where user can feed input .

jayjayecl
Confirmed Champ
Confirmed Champ
for the UI for input (uploading files), I advise you to have a look at the AddContentDialog .

Create a similar dialog (adapt it if you want), let's say "MyCustomAddContentDialog", and then, in the file manage-task-dialog.jsp, you can add this code somewhere:


<a:actionLink value="#{msg.my_custom_msg}" action="dialog:myCustomAddContentDialog" actionListener="#{MyCustomAddContentDialog.start}" />

sandeep_123
Champ in-the-making
Champ in-the-making
i have try these step then it shows

MISSING: my_custom_msg :MISSING

jayjayecl
Confirmed Champ
Confirmed Champ
I guess you should start by reading the developer guide :

http://wiki.alfresco.com/wiki/Developer_Guide

http://wiki.alfresco.com/wiki/I18N

this message you got says that you did not register the message "my_custom_msg" in properties files