Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I have a situation where I want to create pages (about 200 pages) and then write to a dynamic property (string<=255) of each page programatically. It´s no problem to create the pages but when I try to write value to the dynamic property it seems like the connection pool running out of available connections and after about 120 pages the following exception is raised:
EPiServer.BaseLibrary.ObjectStoreException: Failed to load named object /mirroring.
In perfomance monitor I can se that amount of SQL User Connections goes above 100 and then I got the exception.
Does anyone knows have to handle issue?
//Johan