Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
iServer Express - need to browse user info in default db
al91206
Hi,
We are trying to 'browse' the user data located in the default derby DB that comes w/ iserver express. We need to know what the database itself is called - and if there is any documentation regarding the structure.
We have a linux iServer Express install and when we go into: usrlocalAcServerencyc
We see a directory called "db" and one called "file" - along w/ some others.
When we go to db - we see assorted idx and sr1 files. Are the idx files tables in a database - or a database themselves. We found some files: User.idx, UserAttribs_UserID.idx
We just want to see the user data - is that a possibility? If so - what is the easiest method?
Thanks!
Al
Find more posts tagged with
Comments
averma
Hi Al,<br />
The default security mode of iServer Express uses encyclopedia volume to store username, role and password information. This encyclopedia is not a derby database. You can use IDAPI calls to get information stored in the encyclopedia volume. You can find more information about IDAPI in the following documentation:<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/documentation/Manuals10/using-iserver-integration-tech.pdf'>http://www.birt-exchange.com/documentation/Manuals10/using-iserver-integration-tech.pdf</a><br
/>
<br />
AV