Hi,
For the target dbs, the guys managing them are using a strange approach when they want to set up a new test environment. Instead of just creating a new database, they just clone the PROD schema in a new schema. So they basically have below setup:
- DEV DB with schemas A, B, C, D, PROD
- TEST DB with schemas A, B, C, D, PROD
- PROD DB with PROD schema
A, B, C, D are just clones of PROD
This means, that we can expect to get requests like please repoint your JDBC connection on TEST to use D schema, and we do not want to manually set the schema in adapter services as this is against our CI&CD policy
We tried to make them change their approach but we did not succeed and now we are struggling to find a solution
#webMethods-io-B2B#B2B-Integration#webMethods#webMethods-io-Integration#Integration-Server-and-ESB