Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
Hi everyone,
meanwhile I have my weather site up and running. What I created in addition is a little tool to upload every new entry of the monthly log files into a MySQL database on the web. You could also use it to embed Google Charts with your weather data into your webpage. As I have no clue about PHP it is a standalone exe file which runs on the same machine as Cumulus.
I am trying to run this on Windows 7 Pro 32bit and I get "Exception in module EasyCumulusDBlink.exe at 0028C653. Error creating object. Please verify that the Microsoft Data Access Components 2.1 (or later) have been properly installed".
As I understand it MDAC is part of W7 so why am I getting this message?
Microsoft data access components are actually not used. Have you connected to a MySQL DB server? Other DB servers will not work. An MDAC error will appear if you try to connect to a Microsoft data source. For sure thats a different connection string.
You can check your connection if you type 'ODBC' in you Win7 start menu. Make sure you have a working connection to your weather database.
OK I have tested the connection using the MySQL ODBC test facility and it says I connected OK but I am still getting that error when I connect using EasyCumulusDBlink.
Just to throw an idea in... ODBC connections come in both 64 and 32 bit 'flavours' on x64 systems, you normally have to create an 32 bit ODBC for 32 bit programs.
You are right. Since the software is 32 bit you have to use the 32bit connector. There are just sometimes issues with 32 bit connectors on 64bit systems. With water01 I was trying to get it to work but we did not succeed. On my own Win7 64bit the 32bit connector works fine.