I have upgraded from SQL 2008 to SQL 2008 R2.
Deploy the cubes to server by using files (.asdatabase, .deploymenttargets, .configsettings, .deploymentoptions) in command prompt using Microsoft.AnalysisServices.Deployment.exe in silent mode.
When i deploy using SQL 2008, user id and password is there. But if i deploy using SQL 2008 R2, user id and password is null.
The deployment process is same for both which is through command prompt, but why in SQL 2008 R2 user id/password is null?
Any help will be great.