If you want to deploy an object to a Data Integration Service so you can run it, the Developer tool prompts you to include it in an application. Then you can deploy the application to a Data Integration Service to run application objects.
Create an application, based on business and functional requirements, when you want to deploy one or more objects. You can also create an application when you want to update a deployed application.
Choose to deploy an executable object or a flat file data source.
To deploy a mapping, workflow, or other executable object, right-click the object and select
Deploy
.
To deploy a flat file data source, right-click the object and choose
Deploy as a web service
or
Deploy as a SQL Data service
.
The Developer tool prompts you to create an application.
Enter an application name.
To add objects to the application, click the Add button and select objects.
To deploy the application with parameter sets, click
Next
.
Click the Add button to select the parameter sets to include in the application.
Select each parameter set to include from the list. You can select all the parameter sets.
Click
Next
.
Select a Data Integration Service to deploy the application to.
If the Developer tool contains the connection information for multiple domains, click
Browse
to select the domain, and complete the following steps:
In the
Choose Domain
dialog box, select a domain and click
OK
.
The Developer tool lists the Data Integration Services associated with the domain in the
Available Services
section of the
Deploy
dialog box.
Select the Data Integration Services to which you want to deploy the application.
Click
Next
.
To deploy the object to a web service, complete the following steps:
Configure properties for the web service.
To add operations to the web service, click
Next
.
By default, the Developer tool creates an operation for each object that you deploy as a web service.
Select each operation, operation input, and operation output to display and configure the properties.
Click
Finish
.
To deploy the object to an SQL data service, complete the following steps:
Enter a name for the SQL data service.
Accept the default location, or click
Browse
to select a Model repository and a project folder location for the SQL data service.
Click
Next
.
The
Add Virtual Tables to SQL Data Service
dialog box appears.
Click the Add button.
Enter a name for the virtual table.
Click the Open button in the
Data Object
column.
The
Select a Data Object
dialog box appears.
Select a physical data object and click
OK
.
Enter the virtual schema name in the
Virtual Schema
column.
Select
Read
in the Data Access column to link the virtual table with the data object. Select
None
if you do not want to link the virtual table with the data object.
Click
Finish
.
The Developer tool deploys the application to the Data Integration Service. The Data Integration Service runs the application and the objects that it contains.
You can test the output of application objects and validate the output against requirements. If necessary, you can update the application and redeploy it.