OBIEE发送邮件的代理没有邮件

时间:2017-01-17 13:38:30

标签: smtp obiee

我正在尝试通过OBIEE代理进行设置。我在EM中完成了smtp服务器的配置,并通过telnet进行了测试。所以这应该没问题,但如果我正在运行我的代理,我会得到这个:

  

最终成功,但遇到并解决了错误......   跳过的交付数量:3个中的2个   AgentID:/ users / weblogic / testagent   [nQSError:75027]无法打开与SMTP服务器的连接(主机localhost;端口25)。

它说' localhost'我不知道为什么它没有连接到我的邮件服务器。我该怎么做才能解决这个问题?

谢谢!

我的instanceconfig.xml:

    <Alerts>
        <ScheduleServer ssl="false">localhost:9705</ScheduleServer>
        <OfflinePresentationServicesURL>http://10.232.18.95:9704/analytics/saw.dll</OfflinePresentationServicesURL>
    </Alerts>
    <ActionFramework>
        <WorkflowServer>http://10.232.18.95:9704</WorkflowServer>
        <WorkflowService>ANALYTICS</WorkflowService>
        <WorkflowSystem>obiaftests</WorkflowSystem>
    </ActionFramework>

我的schedulerconfig.xml:

    <From>Oracle Delivers</From>
        <SMTP_Port>25</SMTP_Port>
        <SMTP_Server>localhost</SMTP_Server>
        <Sender>no-reply@oracle.com</Sender>

1 个答案:

答案 0 :(得分:1)

这样做有三个步骤:

  1. 在Oracle EM中配置SMTP服务器
  2. 在OBIEE中创建代理
  3. 修改schedulerconfig.xml文件(位于OBI_HOME / user_projects / domains / bi / config / fmwconfig / biconfig / OBISCH)
  4. 我没有做第3步,因此OBIEE试图通过localhost发送。您应该在EM中配置相同的服务器。