zoukankan      html  css  js  c++  java
  • How to clean up BizTalk Message Box

    It is usually a very important task to clean up a BizTalk mseeage box during stress testing with large amount of messages. Below are the steps to clean up the message box in order to prepare for the new test.

    1. Stop all BizTalk services

    2. Type “iisreset” at command line to recycle IIS service

    3. Execute the stored procedure “bts_CleanupMsgbox” on your message box database

    4. Execute the stroed procedure “bts_PurgeSubscriptions” on your message box database

    (if the above stored procedures can't be found, go to your BizTalk installation directory, under “Schema” folder, you can find all original scripts of these stored procedures)

    5. Clean up the message box log by running the backup statement similar to below

    backup log msgBoxDb to disk = “yourbackupdirectory\yourbackupfile.bak' with init, stats = 5

    6. Restart BizTalk services

  • 相关阅读:
    Expedition---POJ
    LIS的优化算法O(n log n)
    Super Jumping! Jumping! Jumping! ---HDU
    数据库连接判断
    android stuido控件
    sql查询语句
    c# 字符串操作
    windows操作
    C# sql操作
    datagridview
  • 原文地址:https://www.cnblogs.com/zhaobin/p/1901376.html
Copyright © 2011-2022 走看看