简体   繁体   English

部署 SSDT 表格 Model 目标调用错误

[英]Deploy SSDT Tabular Model target of invocation error

I'm setting up a CI/CD pipeline for our analysis services deployments.我正在为我们的分析服务部署设置 CI/CD 管道。 I've configured out input files to support the wizards CLI.我已经配置了输入文件以支持向导 CLI。 When I deploy our model via the wizard UI and just click through the screens i get no deployment errors.当我通过向导 UI 部署我们的 model 并单击屏幕时,我没有收到任何部署错误。 When I attempt to call the wizard via the CLI wizardPath modelPath /s I get the the error Exception has been thrown by the target of an invocation.当我尝试通过 CLI wizardPath modelPath /s调用向导时,我得到错误Exception has been thrown by the target of an invocation. I have my ProcessOption set to DoNotProcess.我将我的 ProcessOption 设置为 DoNotProcess。 I've corrected my validation and authentication errors.我已经更正了我的验证和身份验证错误。 I'm not sure where to go from there as the error seems a bit vague.我不确定 go 从那里到哪里,因为错误似乎有点模糊。

Model.deploymentoptions Model.deploymentoptions

<DeploymentOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" 
xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" 
xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" 
xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" 
xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200">
  <PartitionDeployment>DeployPartitions</PartitionDeployment>
  <RoleDeployment>DeployRolesRetainMembers</RoleDeployment>
  <ProcessingOption>DoNotProcess</ProcessingOption>
  <ADALCache>None</ADALCache>
  <ConfigurationSettingsDeployment>Deploy</ConfigurationSettingsDeployment>
  <OptimizationSettingsDeployment>Deploy</OptimizationSettingsDeployment>
  <WriteBackTableCreation>UseExisting</WriteBackTableCreation>
</DeploymentOptions>

So I found out that i was using SSMS 17. I updated to ssms 18 and got a more informative error message.所以我发现我使用的是 SSMS 17。我更新到 ssms 18 并得到了更多信息的错误消息。 So when deploy Analysis Services make sure you are using at least ssms 18.因此,在部署 Analysis Services 时,请确保您至少使用 ssms 18。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Azure 分析服务 1500 部署 SSDT 表格 Model (1400) - Deploy SSDT Tabular Model (1400) with Azure Analysis Services 1500 部署和访问Azure AS表格项目 - deploy and access azure AS tabular project 无法将经过训练的模型部署到现有的AKS计算目标 - Cannot deploy a trained model to an existing AKS compute target 部署到 Azure 后出错:“传入的表格数据 stream (TDS) 远程过程调用 (RPC) 协议 stream 不正确。” - Error after deploy to Azure: “The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect.” 使用Visual Studio在线部署azure数据库(使用SSDT) - deploy azure database (using SSDT) with Visual studio online 将Azure目标SSDT项目部署到本地SQL Server实例? - Deploy Azure-targeted SSDT project to local SQL Server Instance? SSDT 发布失败:“无法连接到主服务器或目标服务器” - SSDT failing to publish: "Unable to connect to master or target server" 备份 Azure 分析服务表格模型 - Backup Azure Analysis Services Tabular Model 使用Azure自动处理SSAS表格模型 - Automate process SSAS tabular model using Azure 以编程方式打开与表格模型连接的 Excel 文档 - Programmatically open an Excel document with connection to a Tabular Model
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM