Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - HelmutK

Pages: [1]
1
Hello All,
we use the security "Apply/Release User Lock..." functionality in the Corporate Edition. I can't find a way to lock and edit element via the automation interface...


Code: [Select]
earep = new EA.RepositoryClass();
earep.OpenFile2(connectstring, user, password);
bool islocked = earep.GetPackageByID(3309).Element.Locked;

checking the lock i get TRUE, meaning its already locked by somebody

1. - how to identify the user ?
2. - how to remove lock as "Project | Security | Manage Locks..." in EA ?
3. - how to lock an element as "Apply/Release User Lock..." in EA ?

Thanks,
HelmutK

Pages: [1]