The View button in the Search Data Vault window is always disabled.
The
View
button might become permanently disabled because of an enhanced security setting in the web browser. To enable the button, close Data Archive, disable enhanced security configuration for the web browser, and restart Data Archive.
For example, to disable enhanced security configuration for Microsoft Internet Explorer on Windows Server 2008, perform the following steps:
Log in to the computer with a user account that is a member of the local Administrators group.
Click
Start
Administrative Tools
Server Manager
.
If the
User Account Control
dialog box appears, confirm that the action it displays is what you want, and then click
Continue
.
Under
Security Information
, click
Configure IE ESC
.
Under
Administrators
, click
Off.
Under
Users
, click
Off.
Click
OK
.
Restart Microsoft Internet Explorer.
For more information about browser enhanced security configuration, see the browser documentation.
I cannot view a logical entity in the Data Discovery portal.
To resolve the issue, verify the following items:
The Data Vault Service is running.
The entity is assigned to a Data Vault access role and your user is assigned to the same role. If your user is not assigned to the same role as the entity, you will not see the entity in the Data Discovery portal.
The driving table is set for the entity.
The metadata source for the Data Discovery portal searches is set to the correct source. In the
conf.properties
file, the
informia.dataDiscoveryMetadataQuery
property is set to
AMHOME
.
For tables with exotic columns, the primary key constraint for the table is defined.
The technical view does not show child tables.
To resolve the issue, verify the following items:
All of the constraints are imported for the entity in the Enterprise Data Manager.
View the entity constraints in the
Data Vault
tab.
The metadata source for the Data Discovery portal searches is set to the correct source. In the
conf.properties
file, verify that the
informia.dataDiscoveryMetadataQuery
property is set to
AMHOME
.
Non-English characters do not display correctly from the Data Discovery portal or any other reporting tools.
Verify that the LANG environment variable is set to UTF-8 character encoding on the Data Vault Service. For example, you can use
en_US.UTF-8
if the encoding is installed on the operating system. To verify what type of encoding the operating system has, run the following command:
local -a
In addition, verify that all client tools, such as PuTTY and web browsers, use UTF-8 character encoding.
To configure UTF-8 character encoding in PuTTY, perform the following steps:
In the PuTTY configuration screen, click
Window
Translation
.
In the
Received data assumed to be in which character set
field, choose
UTF-8
.
The technical view for an entity returns a class cast exception.
Technical view is not available for entities with binary or varbinary data types as primary, foreign, or unique key constraints.