I am losing my user/password information in the connectionstring when I generate the bin files in the Visual Studio( .asdatabase, .configsettings, .deploymentoptions, .deploymentttargets, .assecurityinformation ), I need to pass these bin files to another team member install/deploy these files in production using the deployment wizard. I have 2 problems:
Problem 1( Deployment Wizard ): The ConnectionString of the Data Source is losing the User ID/Password value configured in Visual Studio, and need to manually add this values in Deployment Wizard.
Problem 2( Xlma Deployment script ): After manually add this values in Deployment Wizard, the XMLA deployment script originated by Deployment Wizard losses the User ID/Password value in the connection string, needing another manually intervention, now in the XMLA deploy script.
What I want: Configure the connection string in Visual Studio, build the project, and pass the bin files to another person use the deployment wizard only 'next, next, finish' to generate the XMLA script and run the script, without any manual intervention. If problem 1 is impossible to resolve, at least the XLMA deploy script with the User ID/Password information without manually intervention( problem 2 ) would help me a lot.
My Data Source in Visual Studio is configured as Inherit( I already tried service account, doesn't work ) and save password. I change the Project configuration in Visual Studio 'RemovePassword' to False, doesn't work too.
My Visual Studio version is 2017, my Analysis Services version is 2014. My SQL Server version is 2014 too and Deployment Wizard 2014 too.
Thank You