@if (autodeploying) {
@if (!autodeployDone) { Loading...

Deploying...

} @if (autodeployDone) {

Done


@if (autoDeployStatus.deployServicePack !== null) {
@if (autoDeployStatus.deployServicePack === true) { } @if (!autoDeployStatus.deployServicePack === false) { }

Deploy SAS Jobs

} @if (autoDeployStatus.runMakeData !== null) {
@if (autoDeployStatus.runMakeData) { } @if (autoDeployStatus.runMakeData === false) { }

Create database

}

}
}

Viya Deploy

Configure and deploy Data Controller to your Viya environment. Deployment creates the backend SAS services and the control library used by the application.


The SAS drive folder in which the Data Controller frontend and services are deployed. Derived from your deployment configuration — it cannot be changed here.

{{ appLoc }}

A physical directory on the compute server to which the deployment user can write. Data Controller stores its control tables, staging area and audit history here.

The group you select becomes the Data Controller Admin Group — everyone in it will have unrestricted access to Data Controller. By default the list is filtered to the groups your identity @if (currentUserInfo?.id) { ({{ currentUserInfo?.id }}) } is a member of. Toggle below to list every group on the Viya server.

@if (!adminGroupsLoading) { } @if (adminGroupsLoading) { }
@if (!showAllContexts) {

The batch identity (runServerAs) under which Data Controller jobs will execute. It is used to filter the Compute Context dropdown below to only the contexts running as this identity.

@if (!computeContextsLoading) { } @if (computeContextsLoading) { }
}

The compute context used to run the Data Controller services (including the makedata deployment job). Only reusable contexts matching the selected Batch ID are shown, unless the toggle below is enabled.

@if (!computeContextsLoading) { } @if (computeContextsLoading) { }
@if (runningAsUser) {

The identity under which Data Controller jobs will run with the selected compute context. This user must be able to write to the DC Loc above.

{{ runningAsUser }}

}