查询SSISB参数 - get_parameter_values总是返回null? [英] Querying SSISB parameters - get_parameter_values always returns null?

查看:59
本文介绍了查询SSISB参数 - get_parameter_values总是返回null?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

SSISDB附带了一个存储过程 - get_parameter_values()。这将检索项目和包范围参数信息。但是,有两个问题,我想知道是否有人知道 -



  1. @package_name参数这个SP应该接受NULL,然后返回所有包的信息。它没有 - 它只是抱怨param为空。
  2. 返回的"parameter_value"在查看SSDT中的IS目录时,列几乎总是NULL并且很少反映任何设置值?

解决方案

嗨  pksr1, 


1,  它只是抱怨参数是null。


这似乎是一个已知问题。 


请检查此链接:  从SSISDB目录中获取参数值:一个错误?


2,  返回的"parameter_value""列几乎总是NULL并且很少反映在SSDT中查看IS目录时设置的任何值


是的,它不会显示设计时值。如果在部署到SSISDB后更改了值,它将显示新值,而不是NULL。 



There is a stored procedure that comes with SSISDB - get_parameter_values(). This retrieves project and package scope parameter information. However, there are two issue with this which I wonder if anyone knows anything about -

  1. the @package_name parameter to this SP is supposed to accept NULL and then return information on all packages. It doesn't - it just complains that the param is null.
  2. The returned "parameter_value" column is almost always NULL and rarely reflects any value set when looking through the IS catalog in SSDT?

解决方案

Hi pksr1, 

1, it just complains that the param is null.

It seems like a known issue. 

Please check this link: Get Parameter Values from SSISDB Catalog: a bug?

2, The returned "parameter_value" column is almost always NULL and rarely reflects any value set when looking through the IS catalog in SSDT

Yes, it will not show the design-time value. If the value is changed after deployed to SSISDB, it will show the new value, instead of NULL. 


这篇关于查询SSISB参数 - get_parameter_values总是返回null?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆