ssrs-subscription 相关问题


在SSRS分组表达式中使用多选参数值

我们在 ssrs 报告中有一个多值参数“Group BY”,它的值作为数据集的可用字段名称,我想将选定的值传递给分组表达式可以...


Microsoft Bing v7 搜索参数不起作用

我正在尝试 MS Bing v7 API。 如果我输入一个curl请求: 卷曲-H“Ocp-Apim-Subscription-Key:” https://api.bing.microsoft.com/v7.0/search?q=vintage+cars&count=25&


SSRS 数据集刷新字段不起作用,但可以通过查询设计器运行查询

我有一个动态 SQL 过程,它是 SSRS 中的数据源。当我单击刷新字段时,没有任何反应。但是,当我通过查询设计器运行并传入所需的参数时,查询返回...


SSRS 表达式查找和 Max 不能一起工作

= MAX(LookupSet("SR 轻石脑油",Fields!DISPLAY_NAME.Value, Fields!Max.Value, "LIMS_VALUES")) 部署报告后,报告 UI 出现错误。 以下是数据集...


SSRS Report Server 2019 提示输入用户名和密码

我已经安装了 SQL Server 2019 报告服务,创建了我的数据源和报告。数据源使用 SQL Server 身份验证。 我已将服务帐户设置为网络服务,并且...


Django-channels 实例关闭时间过长而被杀死

谁能告诉我可能是什么问题? 警告应用程序实例 谁能告诉我可能是什么问题? 警告应用程序实例 wait_for=> 连接 关闭时间过长并被终止。 我的阿斯吉 "^subscription", channels_jwt_middleware(MyConsumer.as_asgi(schema=schema)) ) application = ProtocolTypeRouter({ "http": django_asgi_app, "websocket": QueryAuthMiddleware( URLRouter([ subscription_url, ]) ), })``` my custom MyConsumer ```class MyConsumer(GraphQLWSConsumer): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.profile_id = None async def __call__(self, scope, receive, send): user = scope.get("user", None) time_zone = await get_current_timezone(user) self.profile_id = scope.get("active_profile_id", None) self.timezone = time_zone if time_zone else settings.TIME_ZONE await super().__call__(scope, receive, send) async def connect(self): await super().connect() await change_status(True, self.profile_id) async def disconnect(self, close_code, *args, **kwargs): await super().disconnect(close_code) await change_status(False, self.profile_id)``` 解决我的问题 daphne -b 0.0.0.0 -p $SERVER_PORT --application-close-timeout 60 --proxy-headers server.asgi:application


© www.soinside.com 2019 - 2024. All rights reserved.