Combine repositories
You can use the ogs_combine
library to combine the information contained in several OmniGroupServer repositories into a single repository. The source repositories can be the same type or different types.
DEPRECATED: The ogs_combine
library is deprecated in OmniGroupServer 10.8.0 and later.
Micro Focus recommends that you use GroupServerJobType=Combine
with the GroupServerSections
parameter to combine repositories.
The ogs_combine
library is still available for existing implementations, but it might be incompatible with new functionality. The library might be removed in future.
The following is an example task that uses the ogs_combine
library.
[Combine] GroupServerLibrary=ogs_combine GroupServerSections=Text,LDAP GroupServerShowAlternativeNames=TRUE //Any settings from "All Repositories" [Text] GroupServerLibrary=ogs_text TextFile=Text.txt //Only Text specific settings, GroupServerLibrary, GroupServerIncremental and GroupServerSections are allowed. [LDAP] GroupServerLibrary=ogs_ldap LDAPServer=hostname //Only LDAP specific settings, GroupServerLibrary, GroupServerIncremental and GroupServerSections are allowed.