I need to publish to our Prod environment which is on a different domain than the domain the Final Builder is... and I'm unable to specify (or can't find a way to do it) a new domain user/password to run the whole publishing script.
I'm only able to specify a user/password for specific action but not all.
So is there a way to run the publication under a specific domain user that will have access to the prod environment ?
Unfortunately on windows it’s not really possible just to run a portion of code under another user, only processes. So I guess the best option would be to run an instance of FBCMD using the Execute Program Action and that will allow you to specify the domain user (on the Runtime tab, under Execution properties). So your master FB project would call your publish FB project using Execute Program.