Biztalk强行悬念?

发布于 2024-08-21 05:15:32 字数 201 浏览 8 评论 0原文

我收到错误:

该服务实例已被暂停 BizTalk 管理员。

不过我并没有强加悬念,它是在我的本地机器上的。我输入的每个项目都会收到此消息。问题是我改变了汇编中的一行,这是一个小的翻译,但这不可能是原因。所以我想知道是否有人以前遇到过这个问题以及他们做了什么来解决这个问题。

谢谢

I am getting the error:

This service instance was suspended by
a BizTalk administrator.

However I didn't force a suspense and it's on my local machine. I get this message all the time with every item i input. The thing is I changed a line in assembly which was a small translation, however this couldn't possibly be the cause. So I was wondering if anyone has encountered this problem before and what they did to fix this.

Thx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼眸里的快感 2024-08-28 05:15:32

当您重建 Visual Studio 项目时,可能会发生这种情况,具体取决于 BTS 项目设置。当实例正在运行时,无法部署新建的 DLL。检查您的项目属性页(从 Sln Explorer 中的项目,右键单击 -> 属性)。

This can happen when you rebuild your Visual Studio project, depending upon the BTS project settings. A newly built DLL cannot be deployed while there are running instances. Check your project properties page (from the Project in Sln Explorer, right-click -> Properties).

梦里寻她 2024-08-28 05:15:32

您是否更改过登录方式?这可能是错误的原因。

检查 biztalk 运行的帐户:
1-打开服务控制台
2-右键单击biztalk服务实例
3-单击属性,然后单击“登录为选项卡”。
4- 确保用户是管理员或以下组的一部分:
- 管理员
- Biztalk 应用程序用户
- Biztalk 隔离主机用户。

Have you ever changed the logon as? this might be the cause of the error.

Check the account which the biztalk is running under:
1- open services console
2- right click the biztalk service instance
3- click properties and click the "logon as tab".
4- Make sure the user is an administrator or part of these groups:
- Administrators
- Biztalk Application Users
- Biztalk Isolated Host Users.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文