Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
GetObjectBySID
Rooose
Hi Guys,
I'm using NRTDMS.GetObjectBySID method to get a document object from its moniker but i get the following error:
[NRTDMS][GetObjectBySID](Message unavailable)
The moniker and the NRTDMS object are both valid
Anyone help me please?
Thanks,
RW
Find more posts tagged with
Comments
jny
Would you send in a code snippet of how you have use the method? Also, which version of the iManage.dll are you using?
I just tested the method in 8.2, and it returned the document successfully:
[VB]
Dim dms As New NRTDMS
Dim sess As NRTSession
Dim doc As NRTDocument
Set sess = dms.Sessions.Add("DSS_WIN2003SERV")
sess.TrustedLogin
Set doc = dms.GetObjectBySID("!nrtdms:0:!session
SS_WIN2003SERV:!database:WSDSS1:!document:8,1:")
Ben_inform
Hi I have code that walk my matters and then allows the user to move a bunch of shortcuts to another cat. I use GetObjectBySID for various reasons.
imanage.dll
version 8.0.223.0
The same dll works with some SIDs and fails with others (all other things remaining equal).
Is there an know issue of intermittency here ? I saw a few notes on this site but no outcomes were posted.
help?
jny
If you could put together a project that has the code that can reproduce this behavior, and the use case where this could happen, I can then be able to examine it closely.
output.zip