Forum Home › Forums › Runtime Bugs › Server Bugs › The problem of InfluxDB on Scada V6
- This topic has 5 replies, 2 voices, and was last updated 1 year, 2 months ago by
Mikhail.
-
AuthorPosts
-
September 20, 2022 at 2:08 pm #10844
xdwokcn
ParticipantI try to transfer min Data to InfluxDB ,and set URL like “127.0.0.1:8086” and set the correct token, bucket, orgnazition. but when I restart the server, it report the error like this:
2022-09-20 22:06:59 [DESKTOP-1KFL78H][DESKTOP-1KFL78H$][INF] Archive in DAT format: C:\Users\1\Documents\ScadaProjects\Test1\Data\Min\
2022-09-20 22:06:59 [DESKTOP-1KFL78H][DESKTOP-1KFL78H$][INF] Archive copy in DAT format: C:\Users\1\Documents\ScadaProjects\Test1\Data\MinCopy\
2022-09-20 22:06:59 [DESKTOP-1KFL78H][DESKTOP-1KFL78H$][ERR] Resolver could not find assembly ‘System.Private.Uri.resources, Version=6.0.0.0, Culture=zh-CN, PublicKeyToken=b03f5f7f11d50a3a’
requested by ‘System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’
2022-09-20 22:06:59 [DESKTOP-1KFL78H][DESKTOP-1KFL78H$][ERR] Resolver could not find assembly ‘System.Private.Uri.resources, Version=6.0.0.0, Culture=zh-Hans, PublicKeyToken=b03f5f7f11d50a3a’
requested by ‘System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’
2022-09-20 22:06:59 [DESKTOP-1KFL78H][DESKTOP-1KFL78H$][ERR] Resolver could not find assembly ‘System.Private.Uri.resources, Version=6.0.0.0, Culture=zh, PublicKeyToken=b03f5f7f11d50a3a’
requested by ‘System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’
2022-09-20 22:06:59 [DESKTOP-1KFL78H][DESKTOP-1KFL78H$][ERR] Error calling the MakeReady method of the MinCopy archive:
System.UriFormatException: Invalid URI: The URI scheme is not valid.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at RestSharp.RestClientOptions..ctor(String baseUrl)
at InfluxDB.Client.Api.Client.ApiClient..ctor(InfluxDBClientOptions options, LoggingHandler loggingHandler, GzipHandler gzipHandler)
at InfluxDB.Client.InfluxDBClient..ctor(InfluxDBClientOptions options)
at InfluxDB.Client.InfluxDBClientFactory.Create(InfluxDBClientOptions options)
at InfluxDB.Client.InfluxDBClientFactory.Create(String url, Char[] token)
at Scada.Server.Modules.ModArcInfluxDb.Logic.InfluxHAL.MakeReady()
at Scada.Server.Engine.ArchiveHolder.MakeReady()-
This topic was modified 1 year, 2 months ago by
xdwokcn.
September 21, 2022 at 7:31 am #10854Mikhail
ModeratorSystem.Private.Uri is a part of .NET. May be you should install Chinese language pack for .NET.
You can try downloading the dll from https://www.nuget.org/packages/System.Private.Uri/ , unzip it and copy the requested file into SCADA\ScadaServer\Mod\ModArcInfluxDb.Logic\ directory.September 21, 2022 at 7:33 am #10855Mikhail
ModeratorCould you provide a screenshot of the archive settings?
September 21, 2022 at 10:17 am #10858xdwokcn
ParticipantNow, the influxDB is work well, I think it maybe something wrong with my OS.
September 21, 2022 at 10:18 am #10859xdwokcn
ParticipantCan you see the screenshot of the archive settings?
September 22, 2022 at 10:25 am #10885Mikhail
ModeratorCan you see the screenshot of the archive settings?
No, I can’t.
-
This topic was modified 1 year, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.