强制工作流关闭
force workflow to shutdown
我们是 运行 informatica 10.1 在补丁和服务器重新启动后,我们无法停止或中止工作流程。
(is_02_unicode 15-05-2017 12:53:03) Abort Workflow: ERROR: Cannot stop or abort workflow [id = 47547] or a task within the workflow. The specified run id [5205034] is not found on this Integration Service.
似乎存储库认为它有一个 运行 任务工作流 ID 5205034,但 DIS 没有。
配置是 4 节点 windows 安装,带有 af DIS Grid。
如果可以避免,我们不想重新启动 DIS。
我看到 post 指的是从管理控制台终止进程,但我不知道如何
有什么建议吗?
尝试获取进程 ID 并在终端中终止进程
恐怕您需要重新启动集成服务。先尝试 UnSchedule
工作流程。
如果 UNIX 服务器中安装了 Informatica,请转至 UNIX 终端并 运行
ps -aef |grep 工作流程名称。您将获得 processID。 运行 kill -9 进程ID。它将从后端终止进程。
如果 Informatica 在 windows 服务器上,则尝试重新启动服务器。
我们是 运行 informatica 10.1 在补丁和服务器重新启动后,我们无法停止或中止工作流程。
(is_02_unicode 15-05-2017 12:53:03) Abort Workflow: ERROR: Cannot stop or abort workflow [id = 47547] or a task within the workflow. The specified run id [5205034] is not found on this Integration Service.
似乎存储库认为它有一个 运行 任务工作流 ID 5205034,但 DIS 没有。
配置是 4 节点 windows 安装,带有 af DIS Grid。 如果可以避免,我们不想重新启动 DIS。
我看到 post 指的是从管理控制台终止进程,但我不知道如何
有什么建议吗?
尝试获取进程 ID 并在终端中终止进程
恐怕您需要重新启动集成服务。先尝试 UnSchedule
工作流程。
如果 UNIX 服务器中安装了 Informatica,请转至 UNIX 终端并 运行 ps -aef |grep 工作流程名称。您将获得 processID。 运行 kill -9 进程ID。它将从后端终止进程。
如果 Informatica 在 windows 服务器上,则尝试重新启动服务器。