Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Historising Alarms in QuestDB #13

Open
ajaywazir opened this issue Jun 30, 2024 · 3 comments
Open

Historising Alarms in QuestDB #13

ajaywazir opened this issue Jun 30, 2024 · 3 comments

Comments

@ajaywazir
Copy link

Hi,
I added QuestDB connection string to SQlHISALM connector
while connection is ok and table is automatically created but there is following error while saving actual data?
Any idea what I could be doing wrong?

Error message:Nuget安装:SqlSugar.QuestDb.RestAPI ,QuestDb中请使用:await db.RestApi().BulkCopyAsync(list) 注意是db.RestApi()不是db.Fastest Exception stack:SqlSugar.SqlSugarException: Nuget安装:SqlSugar.QuestDb.RestAPI ,QuestDb中请使用:await db.RestApi().BulkCopyAsync(list) 注意是db.RestApi()不是db.Fastest at SqlSugar.Check.ExceptionEasy(String enMessage, String cnMessage) at SqlSugar.QuestDBFastBuilder.ExecuteBulkCopyAsync(DataTable dt) at SqlSugar.FastestProvider1._BulkCopy(List1 datas) at SqlSugar.FastestProvider1.<>c__DisplayClass13_0.<<BulkCopyAsync>b__0>d.MoveNext() --- End of stack trace from previous location --- at SqlSugar.ContextMethods.PageEachAsync[T](IEnumerable1 pageItems, Int32 pageSize, Func2 action) at SqlSugar.FastestProvider1.BulkCopyAsync(List1 datas) at ThingsGateway.Plugin.SqlHisAlarm.SqlHisAlarm.InserableAsync(List1 dbInserts, CancellationToken cancellationToken)

image
image
image
image
image

@kimdiego2098
Copy link
Owner

ok, sqlHisAlarm QuestDB Will be supported in version 6.0.3.66 soon

@ajaywazir
Copy link
Author

ok, sqlHisAlarm QuestDB Will be supported in version 6.0.3.66 soon

Thanks. The tag historisation also does not work in this scenario.
Hope you can implement both.

Thanks

@kimdiego2098
Copy link
Owner

ok, sqlHisAlarm QuestDB Will be supported in version 6.0.3.66 soon

Thanks. The tag historisation also does not work in this scenario. Hope you can implement both.

Thanks

Using another plugin for historical data storage, thingsgateway.plugin.questdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants