更新ektron中的内容时出错

时间:2013-08-19 09:32:54

标签: api ektron

我有一个 ektron8.7 应用程序,我正在尝试更新内容。 (我试图通过设置ExpireDate来删除内容)

        Dim contentItem As ContentData = contentApi.GetItem(contentId)
        contentItem.ExpireDate = DateTime.Now.AddDays(-1)
        contentApi.Update(contentItem)

我在这里得到以下例外

http://MyPC:8732/Ektron.ASM.EktronServices/CmsHelperService2.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details

和InnerException是,

"No connection could be made because the target machine actively refused it MyIP:8732"

我的网站从ektron 8.0升级到8.7

如何解决此错误?

1 个答案:

答案 0 :(得分:0)

确保您的机器上正在运行EktronWindowsService40;端口8732表示服务器正在尝试向服务发送数据(处理上线和到期日期)。如果没有运行,将无法完成您的请求。

如果它正在运行,请确保名称“MyPC”解析为运行该站点的计算机的地址。

如果所有其他方法都失败了,请检查“事件查看器”,在“应用程序和服务日志”下 - 有一个名为“EktronL4”的事件日志,Ektron Windows服务使用该日志记录错误。如果在启动服务后“服务初始化成功”和“服务启动成功”之外还有任何条目,则服务本身存在问题。此时,请致电Ektron支持部门。