The cdinterop-user-records.properties file may be modified
while Sterling B2B Integrator is
running. Changes take effect immediately. To add or modify entries
in this file for local users:
Before you begin
You should be aware that because changes to the cdinterop-user-records.properties
file take effect immediately, you cannot use customer_overrides.properties
to preserve them. Instead, you should save the file with a different
name to create a backup.
Procedure
- Make a copy of the cdinterop-user-records.properties file:
$ cd <install_dir>/properties
$ cp cdinterop-user-records.properties cdinterop-user-records.properties.copy
|
- Use a text editor to make the desired changes to the cdinterop-user-records.properties.copy
file:
$ vi cdinterop-user-records.properties.copy
|
- To add or modify entries in this file, use this syntax:
gis-userid / upload | download = gis-path-prefix
userid ([cdsa-name] | / ) upload | download = gis-path-prefix
|
If cdsa-name is not specified, separate the User ID from
the upload/download parameter name with a slash (/).
- Save the file.
- Commit the changes:
$ cd <install_dir>/properties
$ cp cdinterop-user-records.properties.copy cdinterop-user-records.properties
|