Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

DDK Driver - 'Server Status' reports 'Bad Version Info'

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • DDK Driver - 'Server Status' reports 'Bad Version Info'
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
307
AndrewScott
Admiral AndrewScott
96
BevanWeiss
Spock BevanWeiss
90
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
36
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
Experimentalist
Lieutenant JG Experimentalist
Lieutenant JG

Posted: ‎2020-11-27 05:29 AM . Last Modified: ‎2023-05-03 12:07 AM

0 Likes
8
3499
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-11-27 05:29 AM . Last Modified: ‎2023-05-03 12:07 AM

DDK Driver - 'Server Status' reports 'Bad Version Info'

I am currently writing an EcoStruxure Geo SCADA Expert driver using the DDK for Geo SCADA Expert version 6.81.7488, Geo SCADA Expert 2019 June 2020 update.

 

When I start the server the  DBStartup log reports:

 

[DRV] <Driver Name> Version = 6.81.7488.1, Publisher = Aaawesome Solutions Ltd

[DRV] <Driver Name> ** Bad version info (<Driver Name>)

 

where <Driver Name> is the name of my driver

 

The driver is built using .Net Framework 4.5.2

 

The above log entries are all I have to go on at present.

 

Has anyone any idea what can cause this error? 

Labels
  • Labels:
  • Drivers
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2020-11-30 02:04 AM

0 Likes
4
3455
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-11-30 02:04 AM

The Bad Version Info error occurs if the version information in the driver assembly is missing a version number, a company or a support link: These correspond to the following attributes in the AssemblyInfo file:

  • AssemblyCompany
  • AssemblySupportLink
  • AssemblyVersion / AssemblyFileVersion

 

https://docs.microsoft.com/en-us/dotnet/standard/assembly/set-attributes 


Andrew Scott, R&D Principal Technologist, AVEVA

See Answer In Context

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 8
BevanWeiss
Spock BevanWeiss
Spock

Posted: ‎2020-11-27 08:53 PM

0 Likes
2
3476
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-11-27 08:53 PM

The DDK 'help' has some info on this, have you walked through all the steps in that?

 

I'd normally start with the Sample DDK driver.  Just compile this and make sure that it installs and runs correctly.

Then you can modify the appropriate module / driver projects to do what you need of it.

 

It's been quite a while since I did any DDK development, but there were a couple of other causes that resulted in the Bad Version.  From memory this would happen if your driver (the DBModule portion anyway) was throwing any Exception during initialisation also, meaning it might not be exactly a 'Bad Version'.

 

Try to cut it down so that you just have the module (i.e. no objects etc) and see if that runs, if it does, then you can slowly add objects (commenting out any interdependencies) until you've got the whole thing working.


Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

AdamWoodland
AdamWoodland Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2020-11-29 05:57 PM

In response to BevanWeiss
0 Likes
0
3464
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-11-29 05:57 PM

I don't believe it is a driver (exe) issue, too early in the startup process. Looks more like module (dll) issue.

 

My first guess would be missing or incorrect third party dlls being referenced from your module. Does your driver reference anything beyond the .NET and Geo SCADA dlls? For example Newtonsoft for some JSON handling? If one of those is not in the same path or there's a version mismatch it'll cause the module to fail to load

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2020-11-30 02:04 AM

0 Likes
4
3456
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-11-30 02:04 AM

The Bad Version Info error occurs if the version information in the driver assembly is missing a version number, a company or a support link: These correspond to the following attributes in the AssemblyInfo file:

  • AssemblyCompany
  • AssemblySupportLink
  • AssemblyVersion / AssemblyFileVersion

 

https://docs.microsoft.com/en-us/dotnet/standard/assembly/set-attributes 


Andrew Scott, R&D Principal Technologist, AVEVA
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

Experimentalist
Lieutenant JG Experimentalist
Lieutenant JG

Posted: ‎2020-11-30 04:27 AM

In response to AndrewScott
0 Likes
0
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-11-30 04:27 AM

Andrew

 

Thanks, that was the issue, is this documented anywhere?

 

Regards

Andy

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

Experimentalist
Lieutenant JG Experimentalist
Lieutenant JG

Posted: ‎2020-11-30 04:29 AM

In response to BevanWeiss
0 Likes
0
3449
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-11-30 04:29 AM

Thanks for taking the time to reply. I could find no reference to that in the help file. Which help are you referring to?

 

 

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

MikeDash
Ensign MikeDash
Ensign

Posted: ‎2021-11-29 03:44 PM

In response to AndrewScott
0 Likes
2
2340
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-11-29 03:44 PM

I know this is an old thread, but this still appears to be an issue.

 

In the video tutorial by @sbeadle he mentions this is a issue. (See video at 5:00min mark)

https://www.youtube.com/watch?v=tVEIMkj9PnM

But I don't think it is mentioned in any documentation elsewhere.

 

It might be nice to update the error message in GeoSCADA to something like "Unable to load metadata", and/or provide a few more details in the log.

 

My issue is, some of those properties are not available in .NET version 4.8 AssemblySupportLink, AssemblyHelpLink, AssemblyUpdateInformation

 

The example here:

https://github.com/GeoSCADA/Sample-DataFeeder

does not include those 3 attributes, and I get the "Bad Version Error" when I compile it.

When I try to add AssemblySupportLink I get the Visual Studio error:

"Error CS0246 The type or namespace name 'AssemblySupportLinkAttribute' could not be found (are you missing a using directive or an assembly reference?) DataFeeder C:\Users\Parasyn\Source\Repos\Sample-DataFeeder\DataFeeder\Properties\AssemblyInfo.cs"

 

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2021-11-30 01:58 AM . Last Modified: ‎2021-11-30 02:02 AM

In response to MikeDash
0 Likes
0
2314
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-11-30 01:58 AM . Last Modified: ‎2021-11-30 02:02 AM

@MikeDash These properties are not related to the .NET Framework version.

NB. None of the released version of Geo SCADA use .NET Framekwork 4.8, the upcoming Geo SCADA 2021 release will be the first version using .NET Framework 4.8.

 

C# Example

 

[assembly: AssemblyTitle("<title>")]
[assembly: AssemblyDescription("<description>")]
[assembly: AssemblyConfiguration("<configuration>")]
[assembly: AssemblyCompany("<company>")]
[assembly: AssemblyProduct("<product>")]
[assembly: AssemblyCopyright("<copyright>")]
[assembly: AssemblyTrademark("<trademark>")]
[assembly: AssemblyCulture("<culture>")]
[assembly: AssemblySupportLink("<link>")]
[assembly: AssemblyHelpLink("<link>")]
[assembly: AssemblyUpdateInformation("<link>")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

 

 

VB.NET Example

 

<Assembly: AssemblyTitle("<title>")> 
<Assembly: AssemblyDescription("<description>")> 
<Assembly: AssemblyCompany("<company>")> 
<Assembly: AssemblyProduct("<product>")> 
<Assembly: AssemblyCopyright("<copyright>")> 
<Assembly: AssemblyTrademark("<trademark>")> 
<Assembly: AssemblySupportLink("<link>")> 
<Assembly: AssemblyHelpLink("<link>")> 
<Assembly: AssemblyUpdateInformation("<link>")> 

<Assembly: AssemblyVersion("1.0.0.0")> 
<Assembly: AssemblyFileVersion("1.0.0.0")> 

 


Andrew Scott, R&D Principal Technologist, AVEVA
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

BevanWeiss
Spock BevanWeiss
Spock

Posted: ‎2021-12-01 03:25 PM

In response to MikeDash
0 Likes
0
2299
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-12-01 03:25 PM


@MikeDash wrote:

...

The example here:

https://github.com/GeoSCADA/Sample-DataFeeder

does not include those 3 attributes, and I get the "Bad Version Error" when I compile it.

When I try to add AssemblySupportLink I get the Visual Studio error:

"Error CS0246 The type or namespace name 'AssemblySupportLinkAttribute' could not be found (are you missing a using directive or an assembly reference?) DataFeeder C:\Users\Parasyn\Source\Repos\Sample-DataFeeder\DataFeeder\Properties\AssemblyInfo.cs"

 


I don't believe those are Geo SCADA Expert Drivers.  They are just client applications, so they don't need to match versions 1:1 with the Geo SCADA Expert server (nor expose the Assembly properties mentioned by Andrew).

 

It's important to note the distinction between a Client Application and a Driver in the Geo SCADA Expert world.

In general, Client Applications are much nicer to develop (the build/deploy/debug cycle is much easier, and faster).

In terms of functional capabilities, they are really quite similar.

It's more in the coupling that they are different, the driver is tightly coupled into Geo SCADA Expert (in terms of in service configuration and also in terms of the build / deploy process), so it's really only for that reason that you might favour the creation of a driver instead of just a client application.

 

Given the Geo SCADA Expert release cadence, developing (and supporting) out of tree drivers is becoming quite labour intensive.  Unless there's really a strong reason to have some development as a driver (i.e. its behaviour/configuration would need to be synchronised between servers and has a reasonably high turnover in configuration data... like it's for a currently unsupported protocol or similar.. in which case the limitations of the Simple Drive model might cause frustrations anyway), you'd likely be better off developing it as a stand alone application (whether user driven, or service model).


Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of