首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >GetProfileDocument原因文件在开关ID后不存在于乐透记录中

GetProfileDocument原因文件在开关ID后不存在于乐透记录中
EN

Stack Overflow用户
提问于 2015-11-02 07:29:56
回答 1查看 261关注 0票数 1

在切换ID后,用户开始得到错误“GetProfileDocument上不存在文件(CN= user _name/O=Organization)。有人已经经历过这样的麻烦了吗?”

清洗cache.ndk后,它似乎就解决了。你会建议重新安装客户端吗?

职能如下:

代码语言:javascript
运行
复制
Function getUserProfile() As NotesDocument
On Error GoTo handlErr

Static docUserProfile As NotesDocument
If docUserProfile Is Nothing Then
    Dim dbCurrent As NotesDatabase
    Dim s As New NotesSession
    Set dbCurrent = s.CurrentDatabase
    Set docUserProfile  = dbCurrent.GetProfileDocument(s.EffectiveUserName )        
End If
Set getUserProfile = docUserProfile

Exit Function
handlErr:
If s Is Nothing Then Set s = New NotesSession
LogError("s.EffectiveUserName="+s.EffectiveUserName)
Exit Function
End Function

thx预先

EN

回答 1

Stack Overflow用户

发布于 2016-08-04 07:34:31

如果在客户端打开时缓存了客户端8.5.*和更高配置文件,则只需重新启动客户端即可解决此问题。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/33472659

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档