Hi there
First of all, CRM Script is awesome!
I have made some scripts made for massprocessing all sorts of things, like mass creating sales based on a selection, and things like that. Nothing specific needs to be mentioned, as the scripts are working as they should.
My problem however, is of a more technical nature, which is why i'm writing here.
Whenever i run a script that works with processing a small amount of items like 250, gets to take a long time to execute when doing the same script for 11000 items which is understandable. The thing is, i experience that the server throws a 500 erorr, which seems to be due to some kind of timeout on the IIS - i know this is the case, because if i limit the script to a lower item count, and use "pagination" it works just fine - this means that it is not choking up on any items it is processing, and it basically throws the error after an equal amount of running time everytime.
I thought that crmscript was executed in the ejscheduler service, and therefore not dependent on settings in IIS - anyone knows what i need to change in IIS in order to allow it to run to the end? I kind of get the same timeout for a heavy combination selection, in SO web. I just don't see the error in the gui, it basically just don't stop showing the loading animation, and i can see an error in the JS console.
Thanks in advance.