Hey Gang, I created a database query, and in order to make the WF shareable, I added user inputs/actions for username and password.
I added "username" to the database connection string so that I wasn't putting MY user ID out for everyone. When you hit the magic wand, everything works fine. But I accidently hit the "run" button instead, which is easy to do, and naturally the database login failed because "username" is not a real user id.
Then my unique tools and data cleansing tools (and probably others I didn't notice) lost their configurations....the windows were blank because no data came through, and the tools reconfigured to receiving no fields, and reported that they needed to be configured.
Is there a way to guard against this? Like can I turn off the "run" button, or force the tools to remember their configs?