We have a similar problem. We have a database at each one of our plants that are exactly the same. We want to have the same set of adapter services for all of them. We can not dynamically change the database that we run the adapter services on. In fact, we can not even make a copy of the adapter services and change the connection in developer. I have a feature request in, and webMethods says, that it will be in the next major release of the Adapter Development Kit.
For your problem, if you use the and the on your adapter services, you should be fine. Then your database connection parameters change for each environment, and your adapter services don’t have to. We are using Oracle, and each user has a default schema. I don’t know if this will work for DB2, but it seems that it should.
#Integration-Server-and-ESB#webMethods#webMethods-General