Has anyone had any success using the SSAS Deployment Utility for SQL Server 2012 (Microsoft.AnalysisServices.Deployment.exe)? It should be possible to run it in 3 modes:1. Silent mode (/s) - no user interaction, logging to console or a specified log file2. Answer mode - this launches the Deployment Wizard, no deployment takes place, but choices made are written back to the files originally created by the Build process.3. Output mode - no deployment takes places, but the XMLA deployment script is written to a user-specified file.The only mode in which I can get it to do anything is 'answer mode', but that is not much use for inclusion in an automated deployment process.It makes no difference whether running on a 32-bit or 64-bit environment.I found a post on another site from someone who was having exactly the same problem and in the end they ditched the utility and did everything via a PowerShell script! I don't mind going down that route if I have to, but I just thought I'd put the question out there.I can feel a Connect issue coming on....;-)RegardsLempster
↧