Does anyone know if it is possible to report directly from the local registry? We have an application that writes user ids and other misc info to the directory services keys locally. i'm using version 9.0, but have access to the higher versions as well.
You can not report off of the local registry as far as I know, but you can report off of Active Directory. You do this using the Active Directory OLEDB provider. An explanation on how to do this is here,
Thanks what i thought, but wanted to see if anyone had done it. i currently run some LDAP queries on AD, but that doesn't help any for this particluar app server.
The only other option is programmatic. You could load the data from the registry in to a dataset and generate your report usine Visual Studio Crystal Reports, or you could write the data to a database then report off that. The database could be syncronized periodically or in realtime.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.