Hello!
I'm looking for guidance on the correct procedure to add a new Target Object Store (TOS) in our CP4BA v21.0.3 or 22.0.2 non-production environment. Our goal is to configure this new TOS to act as a separate Target Environment for deploying new Case solutions.
We've been researching the process and noticed that in newer versions of CP4BA (like 24.0.1), this seems to be handled declaratively and very elegantly directly in the Custom Resource (CR) YAML, using the case.tos_list
parameter.
For example, the documentation for 24.0.1 shows something like this:
baw_configuration:
- name: instance1
case:
tos_list:
- object_store_name: "TOS1"
connection_point_name: "cpe_conn_tos1"
# ... other parameters
- object_store_name: "TOS2"
connection_point_name: "cpe_conn_tos2"
# ... other parameters
However, this parameter does not appear to be available in version 21.0.3. The documentation we've found for our version isn't clear on the alternative, supported method.
Our main questions to the community are:
-
Has anyone here successfully added a new Target Object Store for Case on CP4BA v21.0.3 or 22.0.2?
-
What is the correct procedure for this version? Does it involve a different manual process using ACCE, the BAW Process Admin Console, or another tool to ensure the new TOS is correctly registered with the Case component?
-
Are there any specific tech notes, tutorials, or documentation pages you could point us to?
Any help or shared experience would be greatly appreciated!
Thank you everybody.