Message 1 of 5
Not applicable
04-26-2012
02:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to write a function to check if file properties are Read Mapped. I am trying to put together info from Doug Redmond's 7/7/2010 post 'Properties in Vault 2011 - Part 4'.
But when I try to run the below command, I get the error "The principal does not meet requirements to call this service".
PropertyService propSvc = new PropertyService();
PropDefInfo[] propDefInfos = propSvc.GetPropertyDefinitionInfosByEntityClassId("FILE", null);
Thanks
Solved! Go to Solution.
