This post is more than 5 years old
79 Posts
0
641
March 9th, 2011 00:00
Where is AutoStart database stored?
From concept guide:
The AutoStart database maintains information, such as resource definitions and states, on each primary agent. It is replicated to each primary agent in the AutoStart domain. If you have a situation in which you want to duplicate the AutoStart domain information to create a new AutoStart domain, you can export or import the AutoStart database.
For debug purpose I want to see what content does AuoStart database contain, can anyone tell me where is this database?
Thanks
No Events found!
yito1
262 Posts
0
March 9th, 2011 01:00
Hi,
SQLite is used since AutoStart5.3SP4.
SQLite Database Browser
http://sqlitebrowser.sourceforge.net/
The data in a table can be seen with this tool.
The data base file is dbm_records535.
EnvisionPlus
79 Posts
0
March 9th, 2011 01:00
Database definition: dbpopulate.log?
Data file: dbm_records535?
EnvisionPlus
79 Posts
0
March 9th, 2011 03:00
Thank you very much.
I can see the data now.