This topic describes how to run the OBI Server wizard to retrieve data from an Oracle Business Intelligence Server (OBI Server).
To create a project to load data from an OBI Server:
Integrator displays the
Project Configuration dialog of the Load
Data from OBI Server wizard.


You must establish a connection before you can continue in the wizard.


| Column Name | Description | Editable |
|---|---|---|
| Attribute Key | Name of the standard attribute
created from this column.
Maps to the mdex-property_Key PDR property. |
No |
| Group Name | Groups to which the attribute
belongs
Maps to the system-property_GroupMembership PDR property. |
Yes
Click in the field and modify the text. |
| Display Name | Name of the attribute displayed in
user interfaces.
Maps to the mdex-property_DisplayName PDR property. |
Yes
Click in the field and modify the text. |
| Data Type | The mdex data type of the standard
attribute.
Maps to the mdex-property_Type PDR property. |
No |
| Search Interface | The Search Interface assigned to the standard attribute. The Search Interface controls the search behavior of the standard attribute. | Yes if the data type of the attribute
is
mdex:string. Otherwise, no.
Click in the field and enter the names of the search
interfaces you want to use for the standard attribute. You can enter multiple
search attributes in this field, separated by commas.
Note:
Define the Search Interfaces in the data store configuration before loading data from OBI Server. |
| Select Type | Defines the multi-select behavior
of the standard attribute.
Maps to the system-navigation_Select PDR property. |
Yes
Click in the field and choose the value from the drop
list. Available values include:
Defaults to single. |
| Sort Order | Specifies the order in which to
display refinements in navigation.
Maps to the system-navigation_Sorting PDR property. |
Yes
Click in the field and choose the value from the drop
list. Available values include:
Defaults to lexical. |
The following table describes mappings from OBI Server to Integrator to Endeca Server.
| OBI type name | OBI data type | Integrator data type name | mdex data type name |
|---|---|---|---|
| BIGINT | -5 | Long | mdex:long |
| BINARY | -2 | N/A | N/A |
| CHAR() for bit data | -7 | N/A | N/A |
| CHAR | 1 | String | mdex:string |
| DATE | 9 | Date | mdex:dateTime |
| DECIMAL | 3 | Number | mdex:double |
| DOUBLE | 8 | Number | mdex:double |
| FLOAT | 6 | Number | mdex:double |
| INTEGER | 4 | Integer | mdex:int |
| LONGVARBINARY | -4 | N/A | N/A |
| LONGVARCHAR | -1 | String | mdex:string |
| NUMERIC | 2 | Number | mdex:double |
| REAL | 7 | Number | mdex:double |
| SMALLINT | 5 | Integer | mdex:int |
| TIME | 10 | Date | mdex:dateTime |
| TIMESTAMP | 11 | Date | mdex:dateTime |
| TINYINT | -6 | Integer | mdex:int |
| VARBINARY | -3 | N/A | N/A |
| VARCHAR | 12 | String | mdex:string |
The Endeca data store configurations specified on the Endeca Data Store Configuration dialog are stored in the project's workspace.prm file.