Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • milkman matty 19 posts 100 karma points
    Feb 21, 2018 @ 06:40
    milkman matty
    0

    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.

    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.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Feb 21, 2018 @ 09:47
    Alex Skrypnyk
    0

    Hi Milkman

    The first thing to do - increase timeouts. Lets what happened then.

    Alex

  • milkman matty 19 posts 100 karma points
    Feb 21, 2018 @ 23:12
    milkman matty
    0

    Is that done in the web.config? or in the database?

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Feb 22, 2018 @ 09:41
    Alex Skrypnyk
    1

    Hi Milkman

    Yes, web.config, go to ->

    <system.web>
      <httpRuntime executionTimeout="{timeInSeconds}" maxRequestLength="292969696" />
    </system.web>
    

    And set timeInSeconds

  • milkman matty 19 posts 100 karma points
    Feb 25, 2018 @ 00:14
    milkman matty
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies