Container Directories
This article describes the main directories used by Xtract Universal.iQ containers. They are used to store persistent data, configuration files, certificates and libraries for Xtract Universal.iQ. The directories can be accessed by administrators via the volume mapped to an Xtract Universal.iQ container.
Directory Overview
An Xtract Universal.iQ container contains the following folder structure:
xuiq/
├── data/
│ ├── config/
│ ├── logs/
│ ├── private/
│ └── usageStatistics/
└── input/
├── certs/
├── libs/
├── pse/
└── <Product>License.json
data/
This directory stores the application's persistent state. It requires write access.
logs/
This directory stores logs, see Logs.
config/
This directory stores all SAP connections, destinations,service definitions and other settings.
private/
This directory stores keys for encrypted SAP passwords.
usageStatistics/
This directory stores usage data of Xtract Universal.iQ. For more information refer to Settings - Usage Data or our privacy policy.
input/
This directory serves as the central location for user-provided configuration files, certificates, and libraries required by the application. It supports read-only mounting.
certs/
This directory stores certificates for TLS. Certificate files use either:
.crtextension with a corresponding.keyfile by the same name.pfxfiles without a password
libs/
This directory contains external libraries used by the application, e.g., for Secure Network Communication and WebSocket connections. Libraries use the .so extension on Linux or .dll extension on Windows.
pse/
This directory stores Personal Security Environment (PSE) files for WebSocket RFC connections, see Create a Client PSE to connect to SAP Cloud Systems.
Written by: Markus Eckert, Valerie Schipka