Running into an issue Microsoft.AnalysisServices via a SSIS VB Script task. I have a package written to process SSAS cubes via SSIS packages; query the SSAS server to build XMLA scripts. The packages work properly locally (Win7 with SQL2012 SP1) but fail serverside (Win2008R2 with SQL2012 SP1). Running through the agent or through DTSExecUtil gives a non-descript error of 'Exception has been thrown by the target of an invocation'. Running through SSDT, it seems that the server cannot locate Microsoft.AnalysisServices. Looks like the proper DLL has been registered in the GAC and can be found at C:\Program Files (x86)\Microsoft SQL Server\110\SDK\Assemblies. Not sure where to look next; any assistance will be appreciated.
↧