We are currently facing an issue where we are using a mapping inside a REST API that enriches the messages with the response of a stored procedure and then returns those value. The way that we set this up is that we imported the database and call the stored procedure in the graphical mapping. However now when we want to deploy this from our Test environment to our Acceptance environment we need to change the selected database in the mapping as we have a separate database for each environment.
I have two problems with this approach.
1) This means that you have to do a change to your flow, which would theoretically mean a new version which then has to be tested again.
2) This means that it becomes harder to automate as some manual labour is required when moving your version from T to A
So what is the best approach to this?
------------------------------
Pieter van de Braak
------------------------------