cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Filtering a collection

Anonymous
Not applicable
Hi all, I am inputting a collection of data that I want filtering, however when i add the action to filter the collection I get the error message: ' ERROR: Internal : Cannot recursively call actions in a Shared object 'Utility - Collection Manipulation'. there are 84 rows within the collection and 52 columns, however the filter is only searching on one column, so i doubt it is the volume of data. Has anyone com across this issue before, if so how did you combat this without restarting the the process as my data will not be saved. Cheers, Lee.
5 REPLIES 5

TetsujiJunicho
Level 9
Hi I think YOUR Utility - Collection Manipulation's application model happens to be shared with other VBOs. Check the initialise tab of YOUR Utility - Collection Manipulation and see if the ""Sharable"" checkbox is checked. You Cannot recursively call actions in a Shared object. Hope it helps.

Anonymous
Not applicable
Hi TJ, The shareable box is not checked, the run mode is set to background, which allows multiple instances running at the same time. I have created a work around for my process, however I would like to try and drill down to see if this is a BP issue or a user issue. Cheers, Lee.

John__Carter
Staff
Staff
Is the input collection a nested collection?

Anonymous
Not applicable
Hi John, No it's just a normal collection. I'm going to try and save it as a shard object in the hopes it resets the back end BP DB, then set it back to normal. Cheers, Lee,

TetsujiJunicho
Level 9
What would happen if you retire Utility - Collection Manipulation? Does BP say something about sharing? And if you really want to reset, just delete the session logs and delete the object. See what happens.