Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Need Help in finding Locked Entities using dot net api

Hi,
I have an application built in dot net which communicates with the HFM server using the Interop DLL's which I got from the web sdk kit.
Now I am trying to check if the status for an Entity is Locked or not for a particular Scenario / Period / Year.
What I found from the web api documentation is that I need to use the "GetLockStatusICEntity" method which is a part of "IHsvAdminICM" Interface or the "HsvAdminICM" class.
But when I try to reference the IHsvAdminICM interface from my dot net code, it is not able to find the reference to it.
What is it that I am doing wrong?
Am I missing some dll's, if yes, where can I download them from?
If this is not the right way to check if an entity is locked or not, and if not locked - lock it. What is the right way?
Any help will be greatly appreciated.
Regards,
Amol