Compare commits
29 Commits
v6.14.8
...
c10330627f
Author | SHA1 | Date | |
---|---|---|---|
c10330627f | |||
d80c59afce | |||
abdbb67471 | |||
037a97b6ff | |||
a0a529ad38 | |||
72239558af | |||
d2097ad6dd | |||
1bd542cddb | |||
fb1c1ee874 | |||
624a7a8f37 | |||
381378f532 | |||
af05486c0e | |||
4b558948d9 | |||
d9cff42f5c | |||
2a3d2b8d0d | |||
d0f453d291 | |||
8e65dd0eae | |||
da4d0b28c7 | |||
6c96ef7fb0 | |||
997f09adde | |||
0e8503ed2b | |||
97dfcd79b1 | |||
9a12a2e41f | |||
5c114e562b | |||
ae696a0be0 | |||
22d46a5dcc | |||
f3125ff464 | |||
9682b548e6 | |||
2e0c60cc0d |
@ -237,20 +237,20 @@ jobs:
|
|||||||
cd sas
|
cd sas
|
||||||
sasjs c -t viya
|
sasjs c -t viya
|
||||||
rm -rf sasjsbuild/tests
|
rm -rf sasjsbuild/tests
|
||||||
sed -i -e 's/servertype="SASJS"/servertype="SASVIYA"/g' sasjsbuild/services/clickme.html
|
sed -i -e 's/servertype="SASJS"/servertype="SASVIYA"/g' sasjsbuild/services/DC.html
|
||||||
sasjs b -t viya
|
|
||||||
cp sasjsbuild/viya.sas ./demostream_viya.sas
|
|
||||||
# compile Viya Full deploy (without web)
|
|
||||||
rm -rf sasjsbuild/services/web
|
|
||||||
rm sasjsbuild/services/clickme.html
|
|
||||||
sasjs b -t viya
|
sasjs b -t viya
|
||||||
cp sasjsbuild/viya.sas ./viya.sas
|
cp sasjsbuild/viya.sas ./viya.sas
|
||||||
cp sasjsbuild/viya.json ./viya.json
|
# compile Viya Full deploy (without web)
|
||||||
|
rm -rf sasjsbuild/services/web
|
||||||
|
rm sasjsbuild/services/DC.html
|
||||||
|
sasjs b -t viya
|
||||||
|
cp sasjsbuild/viya.sas ./viya_noweb.sas
|
||||||
|
cp sasjsbuild/viya.json ./viya_noweb.json
|
||||||
|
|
||||||
- name: Zip Frontend (including viya.json for full viya deploy)
|
- name: Zip Frontend (including viya.json for full viya deploy)
|
||||||
run: |
|
run: |
|
||||||
cd sas
|
cd sas
|
||||||
cp sasjsbuild/viya.json ../client/dist
|
cp sasjsbuild/viya.json ../client/dist/viya.json
|
||||||
cd ..
|
cd ..
|
||||||
zip -r frontend.zip ./client/dist
|
zip -r frontend.zip ./client/dist
|
||||||
|
|
||||||
@ -277,8 +277,8 @@ jobs:
|
|||||||
URL="https://git.datacontroller.io/api/v1/repos/dc/dc/releases/$RELEASE_ID/assets?access_token=${{ secrets.RELEASE_TOKEN }}"
|
URL="https://git.datacontroller.io/api/v1/repos/dc/dc/releases/$RELEASE_ID/assets?access_token=${{ secrets.RELEASE_TOKEN }}"
|
||||||
curl -k $URL -F attachment=@frontend.zip
|
curl -k $URL -F attachment=@frontend.zip
|
||||||
curl -k $URL -F attachment=@sas/demostream_sas9.sas
|
curl -k $URL -F attachment=@sas/demostream_sas9.sas
|
||||||
curl -k $URL -F attachment=@sas/demostream_viya.sas
|
curl -k $URL -F attachment=@sas/viya.sas
|
||||||
curl -k $URL -F attachment=@sas/sasjs_server.json.zip
|
curl -k $URL -F attachment=@sas/sasjs_server.json.zip
|
||||||
curl -k $URL -F attachment=@sas/sas9.sas
|
curl -k $URL -F attachment=@sas/sas9.sas
|
||||||
curl -k $URL -F attachment=@sas/viya.sas
|
curl -k $URL -F attachment=@sas/viya_noweb.sas
|
||||||
curl -k $URL -F attachment=@sas/viya.json
|
curl -k $URL -F attachment=@sas/viya_noweb.json
|
||||||
|
41
CHANGELOG.md
41
CHANGELOG.md
@ -1,3 +1,44 @@
|
|||||||
|
## [6.15.2](https://git.datacontroller.io/dc/dc/compare/v6.15.1...v6.15.2) (2025-06-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* pipeline updates for DC.html ([624a7a8](https://git.datacontroller.io/dc/dc/commit/624a7a8f37f0265cf576da310ac330c75aa417cf))
|
||||||
|
|
||||||
|
## [6.15.1](https://git.datacontroller.io/dc/dc/compare/v6.15.0...v6.15.1) (2025-06-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* updating pipeline to default to streaming on viya ([4b55894](https://git.datacontroller.io/dc/dc/commit/4b558948d997f456ff25a12a58827fe0d2075493))
|
||||||
|
|
||||||
|
# [6.15.0](https://git.datacontroller.io/dc/dc/compare/v6.14.10...v6.15.0) (2025-06-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* makedata with context name ([da4d0b2](https://git.datacontroller.io/dc/dc/commit/da4d0b28c7109afd6f96455e1e0e80a40d25a942))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* viya deploy context ([6c96ef7](https://git.datacontroller.io/dc/dc/commit/6c96ef7fb0a55754a84ff0a8bbab838b78c1acaf))
|
||||||
|
|
||||||
|
## [6.14.10](https://git.datacontroller.io/dc/dc/compare/v6.14.9...v6.14.10) (2025-06-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* bump core ([0e8503e](https://git.datacontroller.io/dc/dc/commit/0e8503ed2bb22a0fc3924ac929e7f19626772e0a))
|
||||||
|
* default to home directory for SAS Drive in Viya ([9682b54](https://git.datacontroller.io/dc/dc/commit/9682b548e6106d99d97dcc023a35d93addfd5170))
|
||||||
|
|
||||||
|
## [6.14.9](https://git.datacontroller.io/dc/dc/compare/v6.14.8...v6.14.9) (2025-06-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* default DC path for viya ([f3125ff](https://git.datacontroller.io/dc/dc/commit/f3125ff4641e47e33cb203228f5b1014ea3343bc))
|
||||||
|
|
||||||
## [6.14.8](https://git.datacontroller.io/dc/dc/compare/v6.14.7...v6.14.8) (2025-05-28)
|
## [6.14.8](https://git.datacontroller.io/dc/dc/compare/v6.14.7...v6.14.8) (2025-05-28)
|
||||||
|
|
||||||
|
|
||||||
|
@ -98,14 +98,14 @@
|
|||||||
|
|
||||||
<label for="dcloc" class="mt-20 clr-control-label">DC Loc</label>
|
<label for="dcloc" class="mt-20 clr-control-label">DC Loc</label>
|
||||||
<div class="mb-10 clr-control-container dc-loc-input-wrapper">
|
<div class="mb-10 clr-control-container dc-loc-input-wrapper">
|
||||||
<div class="clr-input-wrapper">
|
<div class="clr-input-wrapper small-mt">
|
||||||
<input clrInput name="dcloc" [(ngModel)]="dcPath" />
|
<input clrInput name="dcloc" [(ngModel)]="dcPath" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label for="dcloc" class="mt-20 clr-control-label">SAS Admin group</label>
|
<label for="dcloc" class="mt-20 clr-control-label">SAS Admin group</label>
|
||||||
<div class="mb-10 clr-control-container">
|
<div class="mb-10 clr-control-container">
|
||||||
<div class="clr-input-wrapper">
|
<div class="clr-input-wrapper small-mt">
|
||||||
<select
|
<select
|
||||||
*ngIf="!adminGroupsLoading"
|
*ngIf="!adminGroupsLoading"
|
||||||
clrSelect
|
clrSelect
|
||||||
@ -124,6 +124,42 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<label for="computeContext" class="mt-20 clr-control-label"
|
||||||
|
>Compute Context</label
|
||||||
|
>
|
||||||
|
<div class="mb-10 clr-control-container">
|
||||||
|
<div class="clr-input-wrapper small-mt">
|
||||||
|
<select
|
||||||
|
*ngIf="!computeContextsLoading"
|
||||||
|
clrSelect
|
||||||
|
name="options"
|
||||||
|
(ngModelChange)="onComputeContextChange($event)"
|
||||||
|
[(ngModel)]="selectedComputeContext"
|
||||||
|
>
|
||||||
|
<option
|
||||||
|
*ngFor="let computeContext of computeContexts"
|
||||||
|
[value]="computeContext.id"
|
||||||
|
>
|
||||||
|
{{ computeContext.name }}
|
||||||
|
</option>
|
||||||
|
</select>
|
||||||
|
<clr-spinner
|
||||||
|
clrInline
|
||||||
|
class="spinner-sm"
|
||||||
|
*ngIf="computeContextsLoading"
|
||||||
|
></clr-spinner>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ng-container *ngIf="runningAsUser">
|
||||||
|
<label for="dcloc" class="mt-20 clr-control-label">Running as user:</label>
|
||||||
|
<div class="mb-10 clr-control-container">
|
||||||
|
<div class="clr-input-wrapper">
|
||||||
|
<p class="mt-0">{{ runningAsUser }}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
<!-- Keeping this for a reference in case future VIYA changes and starts allowing separate backend and frontend) -->
|
<!-- Keeping this for a reference in case future VIYA changes and starts allowing separate backend and frontend) -->
|
||||||
|
|
||||||
<!-- <clr-checkbox-wrapper>
|
<!-- <clr-checkbox-wrapper>
|
||||||
|
@ -13,10 +13,16 @@ import { EventService } from 'src/app/services/event.service'
|
|||||||
import { LoggerService } from 'src/app/services/logger.service'
|
import { LoggerService } from 'src/app/services/logger.service'
|
||||||
import { SasViyaService } from 'src/app/services/sas-viya.service'
|
import { SasViyaService } from 'src/app/services/sas-viya.service'
|
||||||
import { SasService } from 'src/app/services/sas.service'
|
import { SasService } from 'src/app/services/sas.service'
|
||||||
|
import { ViyaApiCurrentUser } from 'src/app/viya-api-explorer/models/viya-api-current-user.model'
|
||||||
import {
|
import {
|
||||||
Item,
|
Item,
|
||||||
ViyaApiIdentities
|
ViyaApiIdentities
|
||||||
} from 'src/app/viya-api-explorer/models/viya-api-identities.model'
|
} from 'src/app/viya-api-explorer/models/viya-api-identities.model'
|
||||||
|
import { ComputeContextDetails } from 'src/app/viya-api-explorer/models/viya-compute-context-details.model'
|
||||||
|
import {
|
||||||
|
ViyaComputeContexts,
|
||||||
|
Item as ComputeContextItem
|
||||||
|
} from 'src/app/viya-api-explorer/models/viya-compute-contexts.model'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-automatic-deploy',
|
selector: 'app-automatic-deploy',
|
||||||
@ -34,6 +40,7 @@ export class AutomaticComponent implements OnInit {
|
|||||||
|
|
||||||
@Output() onNavigateToHome: EventEmitter<any> = new EventEmitter<any>()
|
@Output() onNavigateToHome: EventEmitter<any> = new EventEmitter<any>()
|
||||||
|
|
||||||
|
public selectedComputeContext: string = ''
|
||||||
public makeDataResponse: string = ''
|
public makeDataResponse: string = ''
|
||||||
public jsonFile: any = null
|
public jsonFile: any = null
|
||||||
public autodeploying: boolean = false
|
public autodeploying: boolean = false
|
||||||
@ -48,7 +55,12 @@ export class AutomaticComponent implements OnInit {
|
|||||||
public recreateDatabase: boolean = true
|
public recreateDatabase: boolean = true
|
||||||
public createDatabaseLoading: boolean = false
|
public createDatabaseLoading: boolean = false
|
||||||
public adminGroupsLoading: boolean = false
|
public adminGroupsLoading: boolean = false
|
||||||
|
public currentUserInfoLoading: boolean = false
|
||||||
|
public computeContextsLoading: boolean = false
|
||||||
public adminGroups: { id: string; name: string }[] = []
|
public adminGroups: { id: string; name: string }[] = []
|
||||||
|
public runningAsUser: string | undefined
|
||||||
|
public currentUserInfo: ViyaApiCurrentUser | null = null
|
||||||
|
public computeContexts: ComputeContextItem[] = []
|
||||||
|
|
||||||
/** autoDeployStatus
|
/** autoDeployStatus
|
||||||
* This object presents the status for two steps that we have for deploy.
|
* This object presents the status for two steps that we have for deploy.
|
||||||
@ -74,27 +86,117 @@ export class AutomaticComponent implements OnInit {
|
|||||||
) {}
|
) {}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.getAdminGroups()
|
this.loadData()
|
||||||
|
}
|
||||||
|
|
||||||
|
public async loadData() {
|
||||||
|
await this.getAdminGroups()
|
||||||
|
await this.getComputeContexts()
|
||||||
|
await this.getCurrentUser()
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
if (this.selectedComputeContext) {
|
||||||
|
this.onComputeContextChange(this.selectedComputeContext)
|
||||||
|
}
|
||||||
|
}, 500)
|
||||||
|
}
|
||||||
|
|
||||||
|
public async getComputeContexts() {
|
||||||
|
return new Promise<void>((resolve, reject) => {
|
||||||
|
this.computeContextsLoading = true
|
||||||
|
|
||||||
|
this.sasViyaService.getComputeContexts().subscribe(
|
||||||
|
(res: ViyaComputeContexts) => {
|
||||||
|
this.computeContextsLoading = false
|
||||||
|
|
||||||
|
const defaultContext = res.items.find(
|
||||||
|
(item: ComputeContextItem) =>
|
||||||
|
item.name === 'SAS Job Execution compute context'
|
||||||
|
)
|
||||||
|
|
||||||
|
if (defaultContext) {
|
||||||
|
this.selectedComputeContext = defaultContext.id
|
||||||
|
}
|
||||||
|
|
||||||
|
this.computeContexts = res.items
|
||||||
|
|
||||||
|
resolve()
|
||||||
|
},
|
||||||
|
(err) => {
|
||||||
|
reject(err)
|
||||||
|
}
|
||||||
|
)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
public async getCurrentUser() {
|
||||||
|
return new Promise<void>((resolve, reject) => {
|
||||||
|
this.currentUserInfoLoading = true
|
||||||
|
|
||||||
|
this.sasViyaService.getCurrentUser().subscribe(
|
||||||
|
(res: ViyaApiCurrentUser) => {
|
||||||
|
this.currentUserInfoLoading = false
|
||||||
|
|
||||||
|
this.currentUserInfo = res
|
||||||
|
|
||||||
|
this.dcPath = `/export/viya/homes/${res.id}`
|
||||||
|
|
||||||
|
resolve()
|
||||||
|
},
|
||||||
|
(err) => {
|
||||||
|
console.error('Error while getting current user', err)
|
||||||
|
reject(err)
|
||||||
|
}
|
||||||
|
)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
public async getAdminGroups() {
|
public async getAdminGroups() {
|
||||||
this.adminGroupsLoading = true
|
return new Promise<void>((resolve, reject) => {
|
||||||
|
this.adminGroupsLoading = true
|
||||||
|
|
||||||
this.sasViyaService.getAdminGroups().subscribe((res: ViyaApiIdentities) => {
|
this.sasViyaService
|
||||||
this.adminGroupsLoading = false
|
.getAdminGroups()
|
||||||
// Map admin groups with only needed fields
|
.subscribe((res: ViyaApiIdentities) => {
|
||||||
this.adminGroups = res.items.map((item: Item) => {
|
this.adminGroupsLoading = false
|
||||||
return {
|
// Map admin groups with only needed fields
|
||||||
id: item.id,
|
this.adminGroups = res.items.map((item: Item) => {
|
||||||
name: item.name
|
return {
|
||||||
|
id: item.id,
|
||||||
|
name: item.name
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
resolve()
|
||||||
|
}),
|
||||||
|
(err: any) => {
|
||||||
|
this.adminGroupsLoading = false
|
||||||
|
this.loggerService.error('Error while getting admin groups', err)
|
||||||
|
this.eventService.showAbortModal('admin groups', err)
|
||||||
|
|
||||||
|
reject(err)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
public async onComputeContextChange(computeContextId: string) {
|
||||||
|
this.sasViyaService
|
||||||
|
.getComputeContextById(computeContextId)
|
||||||
|
.subscribe((res: ComputeContextDetails) => {
|
||||||
|
if (res.attributes && res.attributes.runServerAs) {
|
||||||
|
this.runningAsUser = res.attributes.runServerAs
|
||||||
|
} else {
|
||||||
|
this.runningAsUser = this.currentUserInfo?.id || 'unknown'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}),
|
}
|
||||||
(err: any) => {
|
|
||||||
this.adminGroupsLoading = false
|
public getComputeContextName(id: string): string | undefined {
|
||||||
this.loggerService.error('Error while getting admin groups', err)
|
return (
|
||||||
this.eventService.showAbortModal('admin groups', err)
|
this.computeContexts.find(
|
||||||
}
|
(context: ComputeContextItem) => context.id === id
|
||||||
|
)?.name || undefined
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -168,6 +270,19 @@ export class AutomaticComponent implements OnInit {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Get and run service using the selected context name
|
||||||
|
let selectedComputeContextName = this.sasJsConfig.contextName
|
||||||
|
|
||||||
|
if (this.selectedComputeContext.length && this.computeContexts.length) {
|
||||||
|
const computeContextName = this.getComputeContextName(
|
||||||
|
this.selectedComputeContext
|
||||||
|
)
|
||||||
|
|
||||||
|
if (computeContextName) {
|
||||||
|
selectedComputeContextName = computeContextName
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* We are overriding default `sasjsConfig` object fields with this object fields.
|
* We are overriding default `sasjsConfig` object fields with this object fields.
|
||||||
* Here we want to run this request using original WEB method.
|
* Here we want to run this request using original WEB method.
|
||||||
@ -175,7 +290,7 @@ export class AutomaticComponent implements OnInit {
|
|||||||
*/
|
*/
|
||||||
let overrideConfig = {
|
let overrideConfig = {
|
||||||
useComputeApi: null,
|
useComputeApi: null,
|
||||||
contextName: this.sasJsConfig.contextName,
|
contextName: selectedComputeContextName,
|
||||||
debug: true
|
debug: true
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -209,6 +324,8 @@ export class AutomaticComponent implements OnInit {
|
|||||||
MAC: macMsg
|
MAC: macMsg
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.updateIndexHtmlComputeContext()
|
||||||
})
|
})
|
||||||
.catch((err: any) => {
|
.catch((err: any) => {
|
||||||
this.eventService.showAbortModal('makedata', JSON.stringify(err))
|
this.eventService.showAbortModal('makedata', JSON.stringify(err))
|
||||||
@ -223,6 +340,50 @@ export class AutomaticComponent implements OnInit {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Only when on Viya, this method will update the `contextname` in the `DataController.html` on the SAS drive
|
||||||
|
* This is needed to ensure that the DC will use the same compute context `makedata` service used to run against.
|
||||||
|
*/
|
||||||
|
public async updateIndexHtmlComputeContext() {
|
||||||
|
const indexHtmlContent = await this.sasService.getFileContent(
|
||||||
|
`${this.appLoc}/services`,
|
||||||
|
'DataController.html'
|
||||||
|
)
|
||||||
|
|
||||||
|
if (!indexHtmlContent) {
|
||||||
|
this.loggerService.error(
|
||||||
|
`Failed to get DataController.html at ${this.appLoc}/services`
|
||||||
|
)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const computeContextName = this.getComputeContextName(
|
||||||
|
this.selectedComputeContext
|
||||||
|
)
|
||||||
|
|
||||||
|
if (!computeContextName) {
|
||||||
|
this.loggerService.error(
|
||||||
|
`Compute context name not found for ID: ${this.selectedComputeContext} | List: ${JSON.stringify(this.computeContexts)}`
|
||||||
|
)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const updatedContent = indexHtmlContent.replace(
|
||||||
|
/contextname="[^"]*"/g,
|
||||||
|
`contextname="${computeContextName}"`
|
||||||
|
)
|
||||||
|
|
||||||
|
await this.sasService
|
||||||
|
.updateFileContent(
|
||||||
|
`${this.appLoc}/services`,
|
||||||
|
'DataController.html',
|
||||||
|
updatedContent
|
||||||
|
)
|
||||||
|
.catch((err: any) => {
|
||||||
|
this.loggerService.error(`Failed to update DataController.html: ${err}`)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
public downloadFile(
|
public downloadFile(
|
||||||
content: any,
|
content: any,
|
||||||
filename: string,
|
filename: string,
|
||||||
|
@ -1,12 +1,21 @@
|
|||||||
import { HttpClient } from '@angular/common/http'
|
import {
|
||||||
|
HttpClient,
|
||||||
|
HttpContext,
|
||||||
|
HttpErrorResponse,
|
||||||
|
HttpHeaders,
|
||||||
|
HttpParams
|
||||||
|
} from '@angular/common/http'
|
||||||
import { Injectable } from '@angular/core'
|
import { Injectable } from '@angular/core'
|
||||||
import { Observable } from 'rxjs'
|
import { catchError, Observable, throwError } from 'rxjs'
|
||||||
import { Collection } from '../viya-api-explorer/models/collection.model'
|
import { Collection } from '../viya-api-explorer/models/collection.model'
|
||||||
import { AppStoreService } from './app-store.service'
|
import { AppStoreService } from './app-store.service'
|
||||||
import { ViyaApis } from '../viya-api-explorer/models/viya-apis.models'
|
import { ViyaApis } from '../viya-api-explorer/models/viya-apis.models'
|
||||||
import { ViyaApiFolderMembers } from '../viya-api-explorer/models/viya-api-folder-content.model'
|
import { ViyaApiFolderMembers } from '../viya-api-explorer/models/viya-api-folder-content.model'
|
||||||
import { ViyaApiFolder } from '../viya-api-explorer/models/viya-api-folder.model'
|
import { ViyaApiFolder } from '../viya-api-explorer/models/viya-api-folder.model'
|
||||||
import { ViyaApiIdentities } from '../viya-api-explorer/models/viya-api-identities.model'
|
import { ViyaApiIdentities } from '../viya-api-explorer/models/viya-api-identities.model'
|
||||||
|
import { ViyaApiCurrentUser } from '../viya-api-explorer/models/viya-api-current-user.model'
|
||||||
|
import { ViyaComputeContexts } from '../viya-api-explorer/models/viya-compute-contexts.model'
|
||||||
|
import { ComputeContextDetails } from '../viya-api-explorer/models/viya-compute-context-details.model'
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
providedIn: 'root'
|
providedIn: 'root'
|
||||||
@ -74,7 +83,7 @@ export class SasViyaService {
|
|||||||
|
|
||||||
this.serverUrl = adapterConfig?.serverUrl || ''
|
this.serverUrl = adapterConfig?.serverUrl || ''
|
||||||
|
|
||||||
//example collection request
|
// example collection request
|
||||||
// this.getByCollection('jobs').subscribe((res) => {
|
// this.getByCollection('jobs').subscribe((res) => {
|
||||||
// console.log('res', res)
|
// console.log('res', res)
|
||||||
// })
|
// })
|
||||||
@ -94,7 +103,7 @@ export class SasViyaService {
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
getByUrl(url: string): Observable<Collection> {
|
getByUrl(url: string): Observable<Collection> {
|
||||||
return this.http.get<Collection>(`${this.serverUrl}${url}`, {
|
return this.get<Collection>(`${this.serverUrl}${url}`, {
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -105,23 +114,32 @@ export class SasViyaService {
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
getByCollection(apiCollection: string): Observable<Collection> {
|
getByCollection(apiCollection: string): Observable<Collection> {
|
||||||
return this.http.get<Collection>(`${this.serverUrl}${apiCollection}`, {
|
return this.get<Collection>(`${this.serverUrl}${apiCollection}`, {
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
getComputeContexts(): Observable<any> {
|
getComputeContexts(): Observable<ViyaComputeContexts> {
|
||||||
return this.http.get<any>(`${this.serverUrl}/compute/contexts`, {
|
return this.get<ViyaComputeContexts>(`${this.serverUrl}/compute/contexts`, {
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getComputeContextById(id: string): Observable<ComputeContextDetails> {
|
||||||
|
return this.get<ComputeContextDetails>(
|
||||||
|
`${this.serverUrl}/compute/contexts/${id}`,
|
||||||
|
{
|
||||||
|
withCredentials: true
|
||||||
|
}
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param path Path to the folder
|
* @param path Path to the folder
|
||||||
* @returns The folder info object
|
* @returns The folder info object
|
||||||
*/
|
*/
|
||||||
getFolderByPath(path: string): Observable<ViyaApiFolder> {
|
getFolderByPath(path: string): Observable<ViyaApiFolder> {
|
||||||
return this.http.get<any>(
|
return this.get<ViyaApiFolder>(
|
||||||
`${this.serverUrl}/folders/folders/@item?path=${path}`,
|
`${this.serverUrl}/folders/folders/@item?path=${path}`,
|
||||||
{
|
{
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
@ -130,7 +148,7 @@ export class SasViyaService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getFolderMembers(folderId: string): Observable<ViyaApiFolderMembers> {
|
getFolderMembers(folderId: string): Observable<ViyaApiFolderMembers> {
|
||||||
return this.http.get<any>(
|
return this.get<ViyaApiFolderMembers>(
|
||||||
`${this.serverUrl}/folders/folders/${folderId}/members`,
|
`${this.serverUrl}/folders/folders/${folderId}/members`,
|
||||||
{
|
{
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
@ -139,11 +157,63 @@ export class SasViyaService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getAdminGroups(limit: number = 5000): Observable<ViyaApiIdentities> {
|
getAdminGroups(limit: number = 5000): Observable<ViyaApiIdentities> {
|
||||||
return this.http.get<any>(
|
return this.get<ViyaApiIdentities>(
|
||||||
`${this.serverUrl}/identities/groups?sortBy=name&limit=${limit}`,
|
`${this.serverUrl}/identities/groups?sortBy=name&limit=${limit}`,
|
||||||
{
|
{
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getCurrentUser(): Observable<ViyaApiCurrentUser> {
|
||||||
|
return this.get<ViyaApiCurrentUser>(
|
||||||
|
`${this.serverUrl}/identities/users/@currentUser`,
|
||||||
|
{
|
||||||
|
withCredentials: true
|
||||||
|
}
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
get<T>(
|
||||||
|
url: string,
|
||||||
|
options?: {
|
||||||
|
headers?:
|
||||||
|
| HttpHeaders
|
||||||
|
| {
|
||||||
|
[header: string]: string | string[]
|
||||||
|
}
|
||||||
|
context?: HttpContext
|
||||||
|
observe?: 'body'
|
||||||
|
params?:
|
||||||
|
| HttpParams
|
||||||
|
| {
|
||||||
|
[param: string]:
|
||||||
|
| string
|
||||||
|
| number
|
||||||
|
| boolean
|
||||||
|
| ReadonlyArray<string | number | boolean>
|
||||||
|
}
|
||||||
|
reportProgress?: boolean
|
||||||
|
responseType?: 'json'
|
||||||
|
withCredentials?: boolean
|
||||||
|
transferCache?:
|
||||||
|
| {
|
||||||
|
includeHeaders?: string[]
|
||||||
|
}
|
||||||
|
| boolean
|
||||||
|
}
|
||||||
|
): Observable<T> {
|
||||||
|
return this.http.get<T>(url, options).pipe(
|
||||||
|
catchError((err: HttpErrorResponse) => {
|
||||||
|
console.log('url', url)
|
||||||
|
console.log('err.status', err.status)
|
||||||
|
if (err.status === 449 || err.status === 401) {
|
||||||
|
// Retry once if we got a 449
|
||||||
|
return this.http.get<T>(url, options)
|
||||||
|
}
|
||||||
|
// Otherwise propagate the error
|
||||||
|
return throwError(() => err)
|
||||||
|
})
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -657,4 +657,17 @@ export class SasService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Viya specific functions
|
||||||
|
public getFileContent(folderPath: string, fileName: string) {
|
||||||
|
return this.sasjsAdapter.getFileContent(folderPath, fileName)
|
||||||
|
}
|
||||||
|
|
||||||
|
public updateFileContent(
|
||||||
|
folderPath: string,
|
||||||
|
fileName: string,
|
||||||
|
content: string
|
||||||
|
) {
|
||||||
|
return this.sasjsAdapter.updateFileContent(folderPath, fileName, content)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
export interface ViyaApiCurrentUser {
|
||||||
|
creationTimeStamp: string
|
||||||
|
modifiedTimeStamp: string
|
||||||
|
id: string
|
||||||
|
type: string
|
||||||
|
name: string
|
||||||
|
links: Link[]
|
||||||
|
version: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Link {
|
||||||
|
method: string
|
||||||
|
rel: string
|
||||||
|
href: string
|
||||||
|
uri: string
|
||||||
|
type: string
|
||||||
|
}
|
@ -0,0 +1,34 @@
|
|||||||
|
export interface ComputeContextDetails {
|
||||||
|
attributes?: Attributes
|
||||||
|
createdBy: string
|
||||||
|
creationTimeStamp: string
|
||||||
|
description: string
|
||||||
|
id: string
|
||||||
|
launchContext: LaunchContext
|
||||||
|
launchType: string
|
||||||
|
links: Link[]
|
||||||
|
modifiedBy: string
|
||||||
|
modifiedTimeStamp: string
|
||||||
|
name: string
|
||||||
|
version: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Link {
|
||||||
|
method: string
|
||||||
|
rel: string
|
||||||
|
href: string
|
||||||
|
uri: string
|
||||||
|
type?: string
|
||||||
|
responseType?: string
|
||||||
|
itemType?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface LaunchContext {
|
||||||
|
contextId: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Attributes {
|
||||||
|
reuseServerProcesses: string
|
||||||
|
runServerAs: string
|
||||||
|
serverMinAvailable: string
|
||||||
|
}
|
@ -0,0 +1,36 @@
|
|||||||
|
export interface ViyaComputeContexts {
|
||||||
|
accept: string
|
||||||
|
count: number
|
||||||
|
items: Item[]
|
||||||
|
limit: number
|
||||||
|
links: Link2[]
|
||||||
|
name: string
|
||||||
|
start: number
|
||||||
|
version: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Link2 {
|
||||||
|
method: string
|
||||||
|
rel: string
|
||||||
|
href: string
|
||||||
|
uri: string
|
||||||
|
type: string
|
||||||
|
itemType: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Item {
|
||||||
|
createdBy: string
|
||||||
|
id: string
|
||||||
|
links: Link[]
|
||||||
|
name: string
|
||||||
|
version: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Link {
|
||||||
|
method: string
|
||||||
|
rel: string
|
||||||
|
href: string
|
||||||
|
uri: string
|
||||||
|
type?: string
|
||||||
|
responseType?: string
|
||||||
|
}
|
@ -3884,6 +3884,12 @@ app-header-actions {
|
|||||||
|
|
||||||
// END OF CSP WORKAROUND
|
// END OF CSP WORKAROUND
|
||||||
|
|
||||||
|
.clr-input-wrapper.small-mt {
|
||||||
|
.clr-form-control {
|
||||||
|
margin-top: 5px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body[cds-theme="dark"] {
|
body[cds-theme="dark"] {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: $trackColor $thumbColor;
|
scrollbar-color: $trackColor $thumbColor;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dcfrontend",
|
"name": "dcfrontend",
|
||||||
"version": "6.14.8",
|
"version": "6.15.2",
|
||||||
"description": "Data Controller",
|
"description": "Data Controller",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@saithodev/semantic-release-gitea": "^2.1.0",
|
"@saithodev/semantic-release-gitea": "^2.1.0",
|
||||||
|
18
sas/package-lock.json
generated
18
sas/package-lock.json
generated
@ -6,8 +6,8 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "dc-sas",
|
"name": "dc-sas",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sasjs/cli": "^4.12.5",
|
"@sasjs/cli": "^4.12.7",
|
||||||
"@sasjs/core": "^4.57.0"
|
"@sasjs/core": "^4.58.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@coolaj86/urequest": {
|
"node_modules/@coolaj86/urequest": {
|
||||||
@ -45,14 +45,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sasjs/cli": {
|
"node_modules/@sasjs/cli": {
|
||||||
"version": "4.12.5",
|
"version": "4.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@sasjs/cli/-/cli-4.12.5.tgz",
|
"resolved": "https://registry.npmjs.org/@sasjs/cli/-/cli-4.12.7.tgz",
|
||||||
"integrity": "sha512-y6JFATKlTyTl0gRPpDBPL1rwZsyeuyp5uEz7HMA7raSzQuNa6QZ1oO1Er91I7+cLUg0Ndh5aSNGKYOdBRStQ2g==",
|
"integrity": "sha512-KcXSR+3dRgINOLiN+7oJbzWsNQu7qm1YQ7eaVqiHTZI429BSgZez9+7p1bq09R4otHN8IzMAgLP9se/r9p9yJA==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sasjs/adapter": "4.11.3",
|
"@sasjs/adapter": "4.11.3",
|
||||||
"@sasjs/core": "4.57.0",
|
"@sasjs/core": "4.58.1",
|
||||||
"@sasjs/lint": "2.4.3",
|
"@sasjs/lint": "2.4.3",
|
||||||
"@sasjs/utils": "3.5.2",
|
"@sasjs/utils": "3.5.2",
|
||||||
"adm-zip": "0.5.10",
|
"adm-zip": "0.5.10",
|
||||||
@ -77,9 +77,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sasjs/core": {
|
"node_modules/@sasjs/core": {
|
||||||
"version": "4.57.0",
|
"version": "4.58.1",
|
||||||
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.57.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.58.1.tgz",
|
||||||
"integrity": "sha512-iJiLnW4oY15InGerXXWtrjc1YpJ9UDz72+r7Odfr/yYR7RxIhtXGjYQIqyQu6US+cS/0b2pi12LZB6VnfMS/pA==",
|
"integrity": "sha512-Qp6KAtp1VZcmN5HLGSIUE9H41qpFuihWLbjNygOYp+NRs/Y8VagpHrYeyIQbh3cSgchiJEMXudLql8hoU06wpg==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@sasjs/lint": {
|
"node_modules/@sasjs/lint": {
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sasjs/cli": "^4.12.5",
|
"@sasjs/cli": "^4.12.7",
|
||||||
"@sasjs/core": "^4.57.0"
|
"@sasjs/core": "^4.58.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
"httpsAgentOptions": {
|
"httpsAgentOptions": {
|
||||||
"allowInsecureRequests": false
|
"allowInsecureRequests": false
|
||||||
},
|
},
|
||||||
"appLoc": "/Public/app/dc",
|
"appLoc": "/Public/app/dcplaceholder",
|
||||||
"macroFolders": [
|
"macroFolders": [
|
||||||
"sasjs/targets/viya/macros_viya"
|
"sasjs/targets/viya/macros_viya"
|
||||||
],
|
],
|
||||||
@ -109,7 +109,6 @@
|
|||||||
"binaryFolders": [],
|
"binaryFolders": [],
|
||||||
"buildConfig": {
|
"buildConfig": {
|
||||||
"initProgram": "sasjs/utils/buildinitviya.sas",
|
"initProgram": "sasjs/utils/buildinitviya.sas",
|
||||||
"termProgram": "sasjs/utils/buildtermviya.sas",
|
|
||||||
"buildResultsFolder": "sasjsresults",
|
"buildResultsFolder": "sasjsresults",
|
||||||
"buildOutputFolder": "sasjsbuild",
|
"buildOutputFolder": "sasjsbuild",
|
||||||
"buildOutputFileName": "viya.sas"
|
"buildOutputFileName": "viya.sas"
|
||||||
@ -128,7 +127,15 @@
|
|||||||
"sasjs/utils/viyadeploy.sh"
|
"sasjs/utils/viyadeploy.sh"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contextName": "Datacontroller compute context"
|
"streamConfig": {
|
||||||
|
"streamWeb": true,
|
||||||
|
"streamWebFolder": "web",
|
||||||
|
"webSourcePath": "../client/dist",
|
||||||
|
"streamServiceName": "DC",
|
||||||
|
"streamLogo": "favicon.ico",
|
||||||
|
"assetPaths": []
|
||||||
|
},
|
||||||
|
"contextName": "SAS Job Execution compute context"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "viyacloud",
|
"name": "viyacloud",
|
||||||
@ -312,38 +319,6 @@
|
|||||||
"assetPaths": []
|
"assetPaths": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "server-vlad",
|
|
||||||
"serverUrl": "https://sas.4gl.io:5000",
|
|
||||||
"serverType": "SASJS",
|
|
||||||
"httpsAgentOptions": {
|
|
||||||
"allowInsecureRequests": false
|
|
||||||
},
|
|
||||||
"appLoc": "/30.SASApps/app/dc",
|
|
||||||
"macroFolders": [
|
|
||||||
"sasjs/targets/server/macros_server"
|
|
||||||
],
|
|
||||||
"programFolders": [
|
|
||||||
"sasjs/db/datactrl"
|
|
||||||
],
|
|
||||||
"serviceConfig": {
|
|
||||||
"serviceFolders": [
|
|
||||||
"sasjs/targets/server/services_server/admin",
|
|
||||||
"sasjs/targets/server/services_server/usernav"
|
|
||||||
],
|
|
||||||
"initProgram": "sasjs/utils/serviceinitserver.sas",
|
|
||||||
"termProgram": "",
|
|
||||||
"macroVars": {}
|
|
||||||
},
|
|
||||||
"streamConfig": {
|
|
||||||
"streamWeb": true,
|
|
||||||
"streamWebFolder": "webv",
|
|
||||||
"streamServiceName": "DataController",
|
|
||||||
"webSourcePath": "../client/dist",
|
|
||||||
"streamLogo": "favicon.ico",
|
|
||||||
"assetPaths": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "mihajlo",
|
"name": "mihajlo",
|
||||||
"serverUrl": "https://sas.4gl.io",
|
"serverUrl": "https://sas.4gl.io",
|
||||||
|
27
sas/sasjs/services/admin/dirlist.sas
Normal file
27
sas/sasjs/services/admin/dirlist.sas
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/**
|
||||||
|
@file
|
||||||
|
@brief Fetches directories to facilitate configuration
|
||||||
|
@details The service can also be invoked using the following URL param:
|
||||||
|
|
||||||
|
@li &parent= (parent path)
|
||||||
|
|
||||||
|
<h4> SAS Macros </h4>
|
||||||
|
@li mp_dirlist.sas
|
||||||
|
|
||||||
|
@version 9.2
|
||||||
|
@author 4GL Apps Ltd
|
||||||
|
@copyright 4GL Apps Ltd. This code may only be used within Data Controller
|
||||||
|
and may not be re-distributed or re-sold without the express permission of
|
||||||
|
4GL Apps Ltd.
|
||||||
|
|
||||||
|
**/
|
||||||
|
|
||||||
|
%global parent;
|
||||||
|
/* if no flavour is specified, default to root */
|
||||||
|
%let parent=%sysfunc(coalescec(&parent,/));
|
||||||
|
|
||||||
|
%mp_dirlist(path=&parent,outds=dirlist, maxdepth=2)
|
||||||
|
|
||||||
|
%webout(OPEN)
|
||||||
|
%webout(OBJ,dirlist)
|
||||||
|
%webout(CLOSE)
|
@ -7,6 +7,7 @@
|
|||||||
@li mf_getapploc.sas
|
@li mf_getapploc.sas
|
||||||
@li mf_mkdir.sas
|
@li mf_mkdir.sas
|
||||||
@li mf_trimstr.sas
|
@li mf_trimstr.sas
|
||||||
|
@li mp_abort.sas
|
||||||
@li mpe_getvars.sas
|
@li mpe_getvars.sas
|
||||||
@li mpe_makedata.sas
|
@li mpe_makedata.sas
|
||||||
@li mpe_makedatamodel.sas
|
@li mpe_makedatamodel.sas
|
||||||
@ -50,9 +51,33 @@ options noquotelenmax;
|
|||||||
%put &=admin;
|
%put &=admin;
|
||||||
|
|
||||||
%mf_mkdir(&dcpath)
|
%mf_mkdir(&dcpath)
|
||||||
|
%mp_abort(iftrue= (&syscc ne 0)
|
||||||
|
,mac=&_program
|
||||||
|
,msg=%str(Unable to create &dcpath using &sysuserid)
|
||||||
|
)
|
||||||
%mf_mkdir(&dcpath/secret)
|
%mf_mkdir(&dcpath/secret)
|
||||||
%mf_mkdir(&dcpath/dc_staging)
|
%mf_mkdir(&dcpath/dc_staging)
|
||||||
|
|
||||||
|
/* check we have physical permissions to the DCLIB folder */
|
||||||
|
data _null_;
|
||||||
|
putlog "dcpath=&dcpath/permTest.txt";
|
||||||
|
putlog "sysuserid=&sysuserid";
|
||||||
|
data _null_;
|
||||||
|
file "&dcpath/permTest.txt";
|
||||||
|
run;
|
||||||
|
%mp_abort(iftrue= (&syscc ne 0)
|
||||||
|
,mac=&_program
|
||||||
|
,msg=%str(User &sysuserid does not have WRITE permissions to: &dcpath )
|
||||||
|
)
|
||||||
|
filename delfile "&dcpath/permTest.txt";
|
||||||
|
data _null_;
|
||||||
|
rc=fdelete('delfile');
|
||||||
|
run;
|
||||||
|
%mp_abort(iftrue= (&syscc ne 0)
|
||||||
|
,mac=&_program..sas
|
||||||
|
,msg=%str(User &sysuserid could create (but not delete) &dcpath/permTest.txt )
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
libname &dclib "&dcpath";
|
libname &dclib "&dcpath";
|
||||||
%global admin;
|
%global admin;
|
||||||
@ -60,11 +85,23 @@ libname &dclib "&dcpath";
|
|||||||
%mpe_makedatamodel(lib=&dclib)
|
%mpe_makedatamodel(lib=&dclib)
|
||||||
%mpe_makedata(lib=&dclib,mpeadmins=&admin,path=%str(&dcpath))
|
%mpe_makedata(lib=&dclib,mpeadmins=&admin,path=%str(&dcpath))
|
||||||
|
|
||||||
|
%mp_abort(iftrue=(&syscc ne 0)
|
||||||
|
,mac=&sysmacroname
|
||||||
|
,msg=%str(Err during &dclib build)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
/* sample data library */
|
/* sample data library */
|
||||||
%mf_mkdir(&dcpath/dc_demo)
|
%mf_mkdir(&dcpath/dc_demo)
|
||||||
libname dcdemo "&dcpath/dc_demo";
|
libname dcdemo "&dcpath/dc_demo";
|
||||||
%mpe_makesampledata(outlib=DCDEMO)
|
%mpe_makesampledata(outlib=DCDEMO)
|
||||||
|
|
||||||
|
%mp_abort(iftrue=(&syscc ne 0)
|
||||||
|
,mac=&sysmacroname
|
||||||
|
,msg=%str(Err during demo data build)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
/* the DC precode is stored in the root of the project */
|
/* the DC precode is stored in the root of the project */
|
||||||
%let root=%mf_getapploc(&_program)/services;
|
%let root=%mf_getapploc(&_program)/services;
|
||||||
%put &=root;
|
%put &=root;
|
||||||
@ -167,7 +204,7 @@ run;
|
|||||||
*/
|
*/
|
||||||
%mp_abort(iftrue=(&syscc ne 0)
|
%mp_abort(iftrue=(&syscc ne 0)
|
||||||
,mac=&sysmacroname
|
,mac=&sysmacroname
|
||||||
,msg=%str(Err during DB build)
|
,msg=%str(Err during settings job creation)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,4 +4,9 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
options nonotes nomprint;
|
options nonotes nomprint;
|
||||||
|
|
||||||
|
/* update apploc to default to user home area if not set */
|
||||||
|
%let apploc=%sysfunc(ifc("&apploc"="/Public/app/dcplaceholder"
|
||||||
|
,/Users/&sysuserid/My Folder/Data Controller
|
||||||
|
,&apploc));
|
Reference in New Issue
Block a user