OT hides many useful URL’s without providing much documentation an effort to codify what is available there
Command | Usage | Comments |
admin.testargs | http://localhost/OTCS/llisapi.dll?func=admin.testargs&help | SA function that can tell you who the user is particularly helpful in debugging authentication.Also can be used to find memory leaks.REMOTE_USER will show up if the webserver has IWA enabled. |
admin.threadstatus | http://localhost/OTCS/llisapi.dll?func=admin.threadstatus | can find the status of each running thread also a good way to know if a big web report is running or dead in its tracks 🙂 |
func=Admin.RebuildAncestors | builds both DTreeAncestors and DBrowseAncestors tables | |
func=Admin.RebuildAncestors&target=DTA | builds DTreeAncestors only | |
func=Admin.RebuildAncestors&target=DBA | builds DBrowseAncestors only | |
func=attributes.dump | shows a table wise listing of category data structures.Many people do not know that CATS are a Data Structure in a filing system.I added one or two lines in that code to actually print out more info.Many organizations will use this utility to create tables that can be queried by integrators. Suggested by John Simon | |
Nice! You might consider adding attributes.dump?
Yes very much