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)
iManage and IMANADMIN - handling users
jasonb_UK
hi there,
I have an application which carries out a number of tasks using the iManage.dll COM object. One stage in the program requires to check if a user's LoginEnabled property is True and if not, temporarily set it to True.
All the properties on iManage.iManUser are read-only, so I figure I have to use IMANADMIN's NRTuser object to do this.
What I'm struggling with is how to use the two objects alongside one another, ie how to avoid the need to create an NRTsession object in parallel with the iManSession object I've been happily working away with until this point.
Is this possible? I've tried using a CType operation in various places but none of the casts appear valid (kind of guessed this would be the case).
any help appreciated!
Find more posts tagged with
Comments
jny
You would need to create two separate instances of the dms - one for the imanage.dll and the other for the imanadmin.dll.
I don't see any major concerns in running two dms's in parellel.