gpt4 book ai didi

tridion - 在 tridion 中安装联系人同步 (ASP.NET) 时出错

转载 作者:行者123 更新时间:2023-12-04 15:13:46 24 4
gpt4 key购买 nike

我已经在 ASP.net 中为联系人设置了同步服务器,但是当尝试浏览 ProfileSync.aspx 页面时,我收到错误消息

 "Configured E-mail address is not an existing extended detail field"
"Creating a Contact object failed, while the database settings seem to be correct. Check the cd_audience_manager_conf.xml configuration file."

cd_audience_manager_conf.xml 配置文件设置:
 <ExtendedDetails>
<!-- Name of extended details field that contains the e-mail address -->
<EmailAddressFieldName>MAIL</EmailAddressFieldName>
<!-- Name of extended details field(s) used for Contact identification. -->
<!-- These are always considered mandatory fields -->
<ContactIdentification>
<Field>IDENTIFICATION_KEY</Field>
<Field>IDENTIFICATION_SOURCE</Field>
</ContactIdentification>
</ExtendedDetails>

OutboundEmail.xml 设置是:
<ContactDetails>
<ItemTitle format="{NAME} {SURNAME} ({MAIL})" />
<ContactDetail name="IDENTIFICATION_KEY" enableSearch="false" isIdentificationKey="true">
<Label>Identification key</Label>
</ContactDetail>
<ContactDetail name="IDENTIFICATION_SOURCE" enableSearch="false" isIdentificationKey="true">
<Label>Import source</Label>
</ContactDetail>
<ContactDetail name="NAME" enableSearch="true">
<Label>First name</Label>
</ContactDetail>
<ContactDetail name="SURNAME" enableSearch="true">
<Label>Last name</Label>
</ContactDetail>
<ContactDetail name="MAIL" enableSearch="true" isEmailAddress="true">
<Label>xyz@cc.com</Label>
</ContactDetail>
<ContactDetail name="COMPANY" enableSearch="true">
<Label>Company</Label>
</ContactDetail>
</ContactDetails>

请建议。

最佳答案

显然,即使您的配置文件指出这是电子邮件地址字段,您的数据库中也没有 MAIL 扩展详细信息字段。

如果您有一个不同于 MAIL 的字段用于联系人的电子邮件地址,只需更新 cd_audience_manager_conf.xml 部分。

如果 MAIL 是要使用的正确字段,您可能仍然需要 set up your extended detail fields在您的数据库中。

(P.S. OutboundEmail.xml 在这种情况下不相关——它只在内容管理器机器上使用)

关于tridion - 在 tridion 中安装联系人同步 (ASP.NET) 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12929163/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com