Redirecting the information model
In Information Designer, you can redirect elements in an existing data source. Depending on what type of database you use, you can redirect elements to another database catalog and/or schema.
About this task
For example, use the steps below if you want to switch from a test to a production environment that has the same structure, but the catalogs and/or schemas have different names. If you want to redirect the elements to a database catalog or schema on another computer, you must also change the Connection URL. You can also use this method to redirect elements in an information model if the database technology of the data source is changed. See Exporting from the library and Importing to the library for information about how to copy information models from one instance to another.
SPOTFIRE1450 if the name in the information model is
spotfire1450.
Example: Redirecting elements in an existing data source
About this task
The example below shows how to redirect elements that were created in a SQL server data source and then moved to a new SAP HANA instance. It is assumed that the information model has been exported from the old source to the new SAP HANA instance, where the redirection will take place.
The following connection string elements exist in the column elements referencing the original SQL Server source.
| Data source | Database | Schema | Table | Columns | |
|---|---|---|---|---|---|
| Example | EH0 | DataSet_3 | dbo | Parameters_period | year_flag |
However, column elements created against a SAP HANA database do not include a database element. This means that the connection strings of all column elements must have the following structure instead.
| Data source | Schema | Table | Columns | |
|---|---|---|---|---|
| Example | EH0 | MY_SCHEMA | Parameters_period | year_flag |

