Home General Discussion
Options

MAs are getting broken

Adrian_MataiszAdrian_Mataisz Customer Advanced IT Monkey ✭✭✭
edited July 2016 in General Discussion
Have you seen this?   For some reason our MAs are getting stuck wit no status and the only way to fix them is to skip the parent PA and unskip/return back to PA activity. 




Answers

  • Options
    Adrian_MataiszAdrian_Mataisz Customer Advanced IT Monkey ✭✭✭
  • Options
    Tony_CollettTony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭
    I saw this a few times in previous environments. It happened whenever there was a hitch in the system and workflows stopped or slowed down. 
    Seems to be an issue with how SCSM handles exceptions. 
    Its as easy as restarting the workflows either with Administration->Workflows and restarting any errors in scheduled activities or going into each request that was updating during the window of error and skipping and returning to activity. 
  • Options
    Adam_DzyackyAdam_Dzyacky Product Owner Contributor Monkey ✭✭✭✭✭
    I saw this a few times in previous environments. It happened whenever there was a hitch in the system and workflows stopped or slowed down. 
    Seems to be an issue with how SCSM handles exceptions. 
    Its as easy as restarting the workflows either with Administration->Workflows and restarting any errors in scheduled activities or going into each request that was updating during the window of error and skipping and returning to activity. 

    Sounds like an SMA/SCO job waiting to happen :)
  • Options
    Adrian_MataiszAdrian_Mataisz Customer Advanced IT Monkey ✭✭✭
    Is there a way to hide the Skip option?
  • Options
    merlenette_jonesmerlenette_jones Member Advanced IT Monkey ✭✭✭
    Is there a way to hide the Skip option?
    I think this is what you are looking for

    span[data-click="setSkip"]

    {

                display: none !important;

    }


    Merle 

  • Options
    Jerry_VeldhuisJerry_Veldhuis Customer Advanced IT Monkey ✭✭✭
    I've seen this, sometimes its caused by the template containing sequence ids that are corrupted by the console editor. The MA#s being in decreasing order is usually a good indicator. To verify use powershell to check the sequence ids. If they're out of sequence or id's are duplicated, then you can try either deleting the activities in the template and recreating them or adjust the sequence ids in the MP xml.
  • Options
    Adrian_MataiszAdrian_Mataisz Customer Advanced IT Monkey ✭✭✭
    Is there a way to hide the Skip option?
    I think this is what you are looking for

    span[data-click="setSkip"]

    {

                display: none !important;

    }


    Merle 

    To what file I have to add this? Thank You!
  • Options
    merlenette_jonesmerlenette_jones Member Advanced IT Monkey ✭✭✭
    Is there a way to hide the Skip option?
    I think this is what you are looking for

    span[data-click="setSkip"]

    {

                display: none !important;

    }


    Merle 

    To what file I have to add this? Thank You!
    You'll want to add this to your custom css file inside the custom space folder.

    Merle
Sign In or Register to comment.