You are on page 1of 3

System :

Q. what is meant by bootstrap file?-


ANS: Bootstrap file will have the database information, through which the thick
client will connect to the OracleDatabase.

Q. Difference between stores and vaults?—


ANS: A store is a storage location for checked in files. All files checked in and used by
Matrix are contained in a file store.
Vault: A vault is a grouping of like objects within the Matrix database.
Vaults fall into 2 categories:
• Business object vaults (you can have many).
• An Administration vault (only one exists, for admin objects).

Q. Types of vaults—
ANS: 3 Types of Vaults are there.
LOCAL: It is stored in the same eMatrix Database.
REMOTE: Remote vaults are used for loosely coupled databases, which allow
two entirely different eMatrix installations to share data.
FOREIGN: Vault location is in the server location. A server entry area is
provided. Allows data from virtually any source to be modelled as Matrix objects.

Q. Types of stores. Explain?—


ANS: 3 types of stores are there.
Ingested Files
An ingested file store contains ingested files, which are completely controlled by
eMatrix. The information within the files is subject to eMatrix access control.
This results in the fastest processing times and the simplest file maintenance.
Once a file is ingested, it can be retrieved only using eMatrix and cannot be
accessed using any of the system file utilities.
Capture Files
A captured file store contains captured files. A captured store offers a bit more
flexibility than an ingested store in regard to system control while still taking
advantage of matrixs file and access control. Captured files are maintained by
eMatrix and are subject to the access rules defined in the policy that governs the
file associated with the business object. The primary means of accessing the file is
from eMatrix, although it is possible to access it from the file system.
Tracked Files
A tracked file store contains tracked files, which provide the least amount of
eMatrix control. EMatrix maintains information about the file but does not control
the physical file itself; the naming, maintenance, and general access is controlled
external to eMatrix. A tracked file maintains the maximum amount of external
control while allowing some access from within eMatrix.

Q. Which store has advantage over others?


ANS: Captured Storage has better advantages than others.
Q. Do u used all type of stores in u r project?
ANS: No, generally we use ingested and captured.

Q. What for “HashedNames” used in captured stores?


ANS: For Captured Stores only, select Hash Names if you want Captured stores
to use file name hashing, which is the ability to scramble the file name. When file
name hashing is on (the default), captured stores generate hashed names for
checked in files. Since the files for captured stores are physically stored on disk,
the names are hashed to be recognized by eMatrix only. To maintain the
uniqueness of the files we use hashnames.

Q. What is location?
ANS: It’s an alternate path or hostname for the captured Store.
We have to give the pathname, port name, protocol name, host name,
FTPUserName and Password.
Q. What is site?
ANS: It’s a collection of locations.A site can be associated with a person or
group object. When associated with a person, the site defines the list of locations
preferred by a particular person. When associated with a group, the site defines the list of
locations preferred by all members of the group
.
Q. What are the parameters required for creating the captured store?
ANS: pathname, port name, protocol name, host name, indexspaces, tablespaces
Search URL.
Q. How do u relate a particular SITE to a Person?
ANS: While creating a person there is two option are there in defaults. You can
relate the Site and Vault.
Q. If the store is full, then what to do?
ANS: Lock the Store.
Q. How to lock the STORE.
ANS: Mark the check box available in Store.
Q. Tell me the procedure to transfer all ADMIN objects from one eMatrix Database to
another eMatrix Database?
ANS: Export ADMIN_TYPE TYPE_PATTERN into FILE filename;
Import ADMIN_TYPE TYPE_PATTERN from FILE filename ;
Q. Tell me the procedure to transfer all Business Objects from one eMatrix Database to
another eMatrix Database?
ANS: Export VAULT vaultname into FILE filename;
Import VAULT vaultname from FILE filename;
Q. How do u take backup of particular vault?
ANS: By importing those Business Objects to other storage location.
Q. Where the Vaults, Store, Site will be created?
ANS: In System (Thick-client).
Q. what for "Server" Object is used in system?
ANS: Server object is needed to distributing the database across multiple servers.
Q. What are the parameters required for creating Remote Vault.
ANS: While creating a remote Vault we have to only give the server address.
Q.Explain Remote Vault.
ANS: To share the Vault through multiple servers.
Q.What access to be given to a person and where it has to be mentioned, if he needs to
access System modler?
ANS: We have to give him Previledge of System admin while creating a person.
Q.How do you change your eMatrix database to another?
ANS:by changing the bootstrap file…….

You might also like