fix: servername

This commit is contained in:
a 2025-03-10 15:59:05 +00:00
parent f96c594a8c
commit 907a5d6be6

View File

@ -22,15 +22,12 @@ The Stored Processes are deployed using a SAS Program. This should be executed
```sas ```sas
%let appLoc=/Shared Data/apps/DataController; /* CHANGE THIS!! */ %let appLoc=/Shared Data/apps/DataController; /* CHANGE THIS!! */
%let serverName=SASApp;
filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/sas9.sas"; filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/sas9.sas";
%inc dc; %inc dc;
``` ```
If you don't have internet access from SAS, download `sas9.sas` from [here](https://git.datacontroller.io/dc/dc/releases), and change the `compiled_apploc` on line 2: If you don't have internet access from SAS, download `sas9.sas` from [here](https://git.datacontroller.io/dc/dc/releases), and change the initial `compiled_apploc` and `compiled_serverName` macro variable assignments as necessary.
![](img/sas9_apploc.png)
You can also change the `serverName` here, which is necessary if you are using any other logical server than `SASApp`.
#### 2 - Deploy the Frontend #### 2 - Deploy the Frontend