Skip to content

Commit

Permalink
2024-09-02-exm-campaign-dispatch-stuck.md aktualisieren
Browse files Browse the repository at this point in the history
Co-authored-by: Ramazan Yilmaz <[email protected]>
  • Loading branch information
drendotnet and Ramo-Y authored Aug 31, 2024
1 parent dc9ff24 commit b230ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2024-09-02-exm-campaign-dispatch-stuck.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ So manually modifying the related message status in the EXM.Master DB helps.

Here is the SQL script we used:

~~~~sql
{% highlight sql %}
USE [Sitecore.Exm.master]
GO

UPDATE [dbo].[Campaigns]
SET [Status] = 'Paused'
WHERE MessageID = 'Your campaign id'
GO
~~~~
{% endhighlight %}

By setting the status to <b>Paused</b> we were able to resume the campaing by clicking <b>Resume</b> in the Delivery tab of the campaign.

Expand Down

0 comments on commit b230ced

Please sign in to comment.