How to program deletes from repository. (OpenInsight Specific)
At 17 JAN 2001 07:42:42PM Barry Stevens wrote:
If I want to write a program to select all SSP and WINDOWS/EVENTS source for a specified account from the repository, i.e. just leave the executable stuff, how can I do this.
Thanks
Barry
At 18 JAN 2001 07:13AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Well according to our incomplete Tech Bulletin on the Repository (we've a few incomplete TBs on things like the Respository and Event Chaining but consultancy/software seems to offer a better return than publishing )
Result=Repository("DESTROY", EntityId)
or
Result=Repository("TDESTROY", EntityId)
The latter obviously does a tree destroy on the entity.
World Leaders in all things RevSoft
At 18 JAN 2001 08:19PM Barry Stevens wrote:
Thanks, nearly there.
I need to "find" the EntityIds by being able to select "sysprocs" that are for the current account.
At 18 JAN 2001 09:28PM a mcauley wrote:
At 18 JAN 2001 09:31PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
The GET_REPOS_ENTITIES function will do exactly what you want. It's fully documented in the on-line help and manual.
World Leaders in all things RevSoft
At 18 JAN 2001 10:52PM Barry Stevens wrote:
Whoops,
Thanks