cancel
Showing results for 
Search instead for 
Did you mean: 

There is more than one rule folder

arbuhoo22
Champ in-the-making
Champ in-the-making
Hi people,

I created a script that reads file within a space (space 1), verifies an aspect and if a condition applies, it copies the content to another space (space 2).

I went and created a business rule for space 2 that sends an emails when content comes into it and an error is being thrown, it reads:

"Please correct the errors below then click Finish.
Failed to create Rule due to error: There is more than one rule folder, which is invalid. "


If I do it the other way, means, creating the business rule for space 2 first and then creating the script, I get the same error when executing it.

Any hint about what this might be?

Thanks in advance.
2 REPLIES 2

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

This is an unusal issue. Rules for a space are stored under the space in a system folder.  In this case it's trying to create a second system folder when it shouldn't be.

I'd suggest creating a new space and following the steps you describe and see if the problem is always reproducable.

If it is then drop me a note here with the steps you've taken and the version or Alfresco your using and we'll log it as an issue and get it resolved.

Cheers,
Roy

netdata
Champ in-the-making
Champ in-the-making
I'm having the same issue but under other circumstances:

I have exported an whole space of alfresco 1.3.
Run the 1.3to1.4.sh script
and ty to import.

I'm seeing the same issue:

19:24:59,739 ERROR [ui.common.Utils] A system error happened during the operation: Failed to import package at line 229740; column 21 due to error: There is more than one rule folder, which is invalid.
org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 229740; column 21 due to error: There is more than one rule folder, which is invalid.


Can someone give me a suggestion?