I have a Document Type that is used by ~3000 nodes. I need to remove a textstring property from the Document Type but I keep getting an Execution Timeout Exception.
The database was recently upgraded from 7.2 > 7.3 > 7.4 > 7.7 > 7.81 within one day, but everything else works fine - so I don't think that has anything to do with it.
Is there anyway I can remove the property via the database? Or increase the timeout to see if that fixes it?
Cannot delete property from DocType
Hi all,
I have a Document Type that is used by ~3000 nodes. I need to remove a textstring property from the Document Type but I keep getting an Execution Timeout Exception.
The database was recently upgraded from 7.2 > 7.3 > 7.4 > 7.7 > 7.81 within one day, but everything else works fine - so I don't think that has anything to do with it.
Is there anyway I can remove the property via the database? Or increase the timeout to see if that fixes it?
Any help appreciated.
Hi Milkman
The first thing to do - increase timeouts. Lets what happened then.
Alex
Is that done in the web.config? or in the database?
Hi Milkman
Yes, web.config, go to ->
And set timeInSeconds
Thank you for the info, very helpful :) I was away at uDuf this week so I'll give this a go on Monday and update accordingly.
is working on a reply...