【发布时间】:2013-02-08 08:18:48
【问题描述】:
我正在使用 UGC Web 服务返回 UGC 内容,但我遇到的问题是用户被返回为 null。正在将用户输入 UGC 数据库 - 我可以在 UGC_USERS 表和 UGC_ITEMS 表中看到用户,但是在使用 odata.svc 检索 cmets 时,用户返回为空。
WebServiceClient ugcCall2 = new WebServiceClient();
Uri uri = new Uri("http://new.ugc.service/odata.svc");
CDS.ContentDeliveryService cds = new CDS.ContentDeliveryService(uri);
var comments = client.Comments;
有人知道为什么会这样吗?此时尚未启用 Audience Manager。我们只是从域用户添加 cmets - 用户名出现在 UGC 数据库中,但是当我们从 odata 检索 cmets 时,用户返回为 null。
谢谢
约翰
【问题讨论】:
标签: tridion tridion-2011 tridion-content-delivery ugc