Forum OpenACS Development: Re: Error copying survey from one subsite to another

Collapse
Posted by Deds Castillo on
It's better if you extract the id's into a list and do a foreach so you can still preserve the transaction. (if it's really needed). Another thing to look at is increasing the stacksize in the config file. We've been hit by this a couple of times where I thought it was the nested transactions but it was actually a small stack.
Collapse
Posted by Esti Alvarez on
It's better if you extract the id's into a list and do a foreach so you can still preserve the transaction

I was already doing it like this because otherwise I got a "Ran out of db pools" error message, and still didn't work.

About the stack size, you mean the one in the ns/thread section in config.tcl, right? I'm setting different values and doesn't work neither, but it's a very interesting comment, I'll have a closer look at it. Thank you!