문제

I have a Server Farm consisting of 1 WFE and 1 Sql Server. I have configured about 20 SP D 2013 complex workflows in this farm with the help of workflow manager CU2 refresh. Twice in a week, i used to restart these servers at night as part of maintenance activity.

Yesterday when i did the restart of these servers-first my WFE and then SQL Server - all of my SP D workflows STOPPED working. and I am stuck with why my workflows have not started? I have restarted the sp admin service, sp timer service, service bus gateway service from my WFE's services console.But still the workflows are not starting.

What might have went wrong?

  1. Should I do something on the SQL server side?
  2. Should I restart/stop some other services from WFE?
  3. Should I re-configure my workflow manager again ? This is a bit risky thing! :-(

Suggestions please!

도움이 되었습니까?

해결책

Each of these should be taken a look at before going into SQL side, not to mention re-configuring anything:

Always the question nr. 1, when a behavior differs since the last time: What could've changed at the servers since the last restart?

  • Have e.g. Windows Updates been applied to the servers recently?
    • If so, which?
  • Does your ULSLogs record fails concerning WFs?
    • If yes, what is found? To where it leads to?
  • Are there errors/alerts at CA?
    • If yes, are they new since the errors appeared?
    • Each concerning the issue, and each recently appeared alert should be taken a look at
  • Have you confirmed the time synchronization matches between the servers?
    • For how to, see e.g. 1, 2
  • Are there recent actions done for related services?
    • To see when and by who actions might have been done/triggered, see this
  • Do you have backups which you can restore to a temporary VM and explore the findings, or do comparison?

As you mentioned about a recent update, applying a CU should ring an alarm if that has been done between the last restarts. If the CU's installation wasn't finalized, it might cause some services or features not to work correctly (such as workflows). Also any other Windows Updates within the same time interval should be looked at in detail. Many things can be discovered, and it wouldn't be the first time an update causes unexpected issues which should be rollbacked and waited for further fixes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top