During the execution of the different processes handled by SAP Convergent Charging,
data files are generated for multiple purposes
such as integration with third-party systems, error management, notifications, and
so on.
This table contains the list of file system paths related to the generated data files,
used in the FILE_METADATA table.
| Schema Version | 5.0.6 | |
| Filegroup | MONITORING_DATA | |
| Partitioned | No | |
The FILE_METADATA_PATH table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_FILE_METADATA_PATH |
|
The unique identifier of the path, used in the FILE_METADATA table | |||
| PATH |
|
The file system path |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the path, used in the FILE_METADATA table |
| Type | DECIMAL(8), NOT NULL |
| Primary Key | PK_FILE_METADATA_PATH |
| Definition | The file system path |
| Type | NVARCHAR(1000), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | MONITORING_DATA |