diff --git a/docs/dci-troubleshooting.md b/docs/dci-troubleshooting.md index dbf07b5..0780a4d 100644 --- a/docs/dci-troubleshooting.md +++ b/docs/dci-troubleshooting.md @@ -58,4 +58,19 @@ If you wish to change the default *libref* or *libname* then there are TWO items 2) The `mpelib` macro variable and the libname statement in the `/Admin/Data_Controller_Settings` stored process. !!! note - Be sure to make this change *after* running the configurator, to ensure the tables are first registered! \ No newline at end of file + Be sure to make this change *after* running the configurator, to ensure the tables are first registered! + + +## Permission is needed to access the ServerContext Object + +After a successful install, your business user may see the following message: + +![Permission is needed to access the ServerContext object attached to the stored process.](img/error_obtaining_stp.png) + +> Error obtaining stored process from repository +> +> Permission is needed to access the ServerContext object attached to the stored process. + +The reason is that the context chosen when importing the SPK (perhaps, SASApp) is not available to your business user. It's likely you have multiple contexts. + +The SPK must be re-imported with the correct context chosen. This may require regenerating the tables, or adjusting the permissions, if the new context uses a different system account. \ No newline at end of file diff --git a/docs/img/dataflow.svg b/docs/img/dataflow.svg new file mode 100644 index 0000000..7ea8b13 --- /dev/null +++ b/docs/img/dataflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/dataflow_transparent.png b/docs/img/dataflow_transparent.png new file mode 100644 index 0000000..0bcf5ec Binary files /dev/null and b/docs/img/dataflow_transparent.png differ diff --git a/docs/img/dataflow_white.png b/docs/img/dataflow_white.png new file mode 100644 index 0000000..78133a6 Binary files /dev/null and b/docs/img/dataflow_white.png differ diff --git a/docs/img/error_obtaining_stp.png b/docs/img/error_obtaining_stp.png new file mode 100644 index 0000000..e2b26cd Binary files /dev/null and b/docs/img/error_obtaining_stp.png differ