Creating Data Publications
To transfer data from Archer to an external database, create a data publication.
On this page
Before you begin
Create your database, if it doesn't already exist.
Note: Consider the amount of data that you may be publishing from Archer when you set your initial database size.
Task 1: Create a data publication
-
From the menu, click
> Integration > Data Publications.
- Click
.
- In the General Information section, enter a name and description, and select the solution from which you want to publish data.
-
Do 1 of the following:
- To continue configuring the data publication, go to the next task.
- To finish setting up the data publication later, click Save or Save and Close.
Task 2: Configure connection parameters
For the data publication to run successfully, the server responsible for running the data publication must have the required network access to the database.
In the Connection section, do the following:
- From the Publication Target list, select your database type.
- In the Connection String field, enter a string that identifies the server, database name, and credentials needed to connect to your database.
- If you want to display the password in plain text in the connection string, use this syntax:
- If you want to pull the password from the Password field, use this syntax:
- If you chose to use a token in the connection string, enter the password in the Password field.
- (Optional) To test the connection to the target database, click Test Connection.
Do 1 of the following:
- To continue configuring the data publication, go to the next task.
- To finish setting up the data publication later, click Save or Save and Close.
You can provide the password to the target database either as a token in the Connection String or in the Password field. When using a token, the {Password} token in the connection string is replaced by the password entered in this field when the connection string is submitted.
Database Type | Syntax |
---|---|
SQL | Server=ServerName;Database=DatabaseName;UID=UserName;Pwd=Password Server=ServerName;Database=DatabaseName;UID=UserName;Pwd={Password} |
Oracle | Data Source=[name];User Id=[userID];Password={password} |
Task 3: Run your data publication
You can run a data publication immediately or set up a publishing schedule.
- If you are ready to run your data publication, set the status to active.
- Do either of the following:
- To run the publication immediately, at the top of the page, click Run Now.
- To schedule the publication, complete the Schedule section.
- To save the data publication, click Save or Save and Close.