I am using a Dynamic Input tool in my workflow which does not allow to use file based connection. Because I need to process huge volume of data everyday in the off hour business, I decided to upload it to the gallery and schedule the nightly execution. Here's a scenario that I am trying to resolve, no luck so far.
My Gallery Admin created a SQL Server DB connection and shared with my studio. It was initially defaulted to "WIndows Authentication". When I try to upload the workflow, it fails because my ID does not have access to database (ERROR: Login Failed for user domain\userid). There is a generic user id which is used to access the database. I asked the Admin to default the connection to "SQL Authentication". When I refreshed connection on my Designer and tried uploading the workflow to gallery, it failed again. This time it was taking some default user from gallery which runs all the workflows on the gallery.
Is there a way that user is prompted to provide user credential? Or is there something different that I should do?