ORACLE

How to get recursive folder path from Alfresco

How to get recursive folder path from Alfresco

How to get recursive folder path from Alfresco

Nathan Obert
Introduction Alfresco is a Content Management System, recently purchased by Hyland. I needed to write a query for Oracle and Microsoft SQL that would loop through its database and build a folder structure recursivily from its tables. These snippets of SQL are what I came up with. Microsoft SQL Server This Article here is probably the best article I’ve found that explains MS SQL Recursion with a working example. https://www.andrewvillazon.com/recursive-cte-sql-server/
How to update Alfresco password(s) from database

How to update Alfresco password(s) from database

How to update Alfresco password(s) from database

Nathan Obert
Introduction Alfresco is a Content Management System, recently purchased by Hyland. I needed the steps to reset the admin password through the database. I decided to document the steps here. Inspect passwords The passwords are stored in essentially NTLM format (utf16le encoded in md4 hash). You can’t really turn a hash back into a password, however you could obviously turn a string into a hash. This could possibly be brute forced.