MOSS 中的 UserProfile 对象中未返回自定义属性中的数据

发布于 2024-08-28 19:18:44 字数 216 浏览 8 评论 0原文

我在 UserProfile 中创建了两个新的自定义属性。当我们编写的服务使用 UserProfile 对象返回有关特定用户的数据时,有时数据不会返回,即使我们在 SSP 中查看该用户,它看起来已填充。有些用户可以工作;有些用户可以工作。这是我们用数据设置的第一个用户。我不确定在设置第一个用户并进行测试后的某个时间,是否有我们运行的东西需要再次运行。如何让所有用户在调用其 UserProfile 时获取返回的数据?

I've created two new custom attributes in the UserProfile. When the service we wrote returns data about a specific user by using the UserProfile object, sometimes the data isn't returned, even though if we look at the user in SSP it look populated. Some users work; this is the first user we set up with data. I'm not sure if sometime in the meantime after setting up the first user and testing, if there's something we ran and need to run again. How can I get all the users to get their data returned in a call to their UserProfile?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

超可爱的懒熊 2024-09-04 19:18:44

这可能是一个语言问题,也许您可​​以检测工作/不工作用户及其语言的模式?

It may be a language issue, perhaps you can detect a pattern in working/not working users and their language?

只涨不跌 2024-09-04 19:18:44

您是否查看过自定义属性的可见性?是否有可能是谁应该能够看到导致您的问题的属性的问题?

Have you looked at the visibility of the custom attributes? Is it possible that it's a question of who is supposed to be able see the attribute that is causing your issue?

随遇而安 2024-09-04 19:18:44

它可以连接到配置文件的创建时间和添加属性的时间。

是否存在用户工作的模式和不遵循的模式?

尝试创建一个新用户,并查看该属性是否适用于该用户。

It could be connected to when the profile was created and when the attributes were added.

Is there any pattern to which users work and which do not?

Try creating a new user, and see if the attributes are available for that user.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文