From jumpinjackie at gmail.com Sun Oct 12 05:13:11 2025 From: jumpinjackie at gmail.com (Jackie Ng) Date: Sun, 12 Oct 2025 23:13:11 +1100 Subject: [mapguide-users] MapGuide Open Source 4.0 released Message-ID: We are pleased to announce that the release of MapGuide Open Source 4.0 is now available Release notes: http://trac.osgeo.org/mapguide/wiki/Release/4.0.0/Notes Downloads: http://trac.osgeo.org/mapguide/wiki/Release/4.0.0/Notes#Downloads If you find a defect, please report it using http://trac.osgeo.org/mapguide -------------- next part -------------- An HTML attachment was scrubbed... URL: From crispin at trueviewvisuals.com Sun Oct 12 09:31:08 2025 From: crispin at trueviewvisuals.com (Crispin Hoult (TrueViewVisuals)) Date: Sun, 12 Oct 2025 16:31:08 +0000 Subject: [mapguide-users] MapGuide Open Source 4.0 released In-Reply-To: References: Message-ID: Amazing... ! Well done Jackie - this project is some legacy of your recent life. Thank you. I am on leave but will start customer test migration in addition to my desktop tests on the betas now. best regards, Crispin Founder / CEO :: Linknode Ltd, trading as TrueViewVisuals ________________________________ From: mapguide-users on behalf of Jackie Ng via mapguide-users Sent: Sunday, October 12, 2025 2:13:11 PM To: MapGuide Users Mail List ; MapGuide Internals Mail List ; mapguide-announce at lists.osgeo.org Cc: Jackie Ng Subject: [mapguide-users] MapGuide Open Source 4.0 released We are pleased to announce that the release of MapGuide Open Source 4.0 is now available Release notes: http://trac.osgeo.org/mapguide/wiki/Release/4.0.0/Notes Downloads: http://trac.osgeo.org/mapguide/wiki/Release/4.0.0/Notes#Downloads If you find a defect, please report it using http://trac.osgeo.org/mapguide Tel: +44 141 374 2741 Web: TrueViewVisuals.com and RoadsOnline.co.uk [TVV and LCRIG - RoadsOnline] This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gordon.luckett at arrowgeomatics.com Tue Oct 14 07:48:52 2025 From: gordon.luckett at arrowgeomatics.com (Gordon Luckett) Date: Tue, 14 Oct 2025 10:48:52 -0400 Subject: [mapguide-users] MapGuide Open Source 4.0 released In-Reply-To: References: Message-ID: Great news Jackie! What a great event. 6 years between releases (must be correlated to the release of Saitama) Will be rolling out right away! On Sun, Oct 12, 2025 at 8:13?AM Jackie Ng via mapguide-users < mapguide-users at lists.osgeo.org> wrote: > We are pleased to announce that the release of MapGuide Open Source 4.0 is > now available > > Release notes: http://trac.osgeo.org/mapguide/wiki/Release/4.0.0/Notes > Downloads: > http://trac.osgeo.org/mapguide/wiki/Release/4.0.0/Notes#Downloads > > If you find a defect, please report it using > http://trac.osgeo.org/mapguide > _______________________________________________ > mapguide-users mailing list > mapguide-users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapguide-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From riccardo.pucci at geowebitalia.it Wed Oct 29 07:25:10 2025 From: riccardo.pucci at geowebitalia.it (Riccardo Pucci) Date: Wed, 29 Oct 2025 15:25:10 +0100 Subject: [mapguide-users] mapguide 3.1.2 vs MSSQL 2019 Message-ID: Hi everyone, and congrats to Jackie for the 4.0 release! I?m still on MapGuide 3.1.2 and I?ve run into a problem after upgrading an MSSQL database to version 2019. The server only allows TLS 1.2, and when MapGuide tries to connect we get the following error: org.osgeo.mapguide.MgFdoException: An exception occurred in FDO component. Error occurred in Feature Source (Library://GW/data/PMA_DATI_GW_sql_all.FeatureSource): An exception occurred in FDO component. RDBMS: [Microsoft][SQL Server Native Client 11.0]Encryption not supported on the client. [Microsoft][SQL Server Native Client 11.0]SSL Provider: The client and server cannot communicate, because they do not possess a common algorithm. [Microsoft][SQL Server Native Client 11.0]Client unable to establish connection. Has anyone else run into this? Unfortunately we can?t upgrade to 4.0 right away, and enabling TLS 1.1 on the server isn?t an option. Thanks! Riccardo -- Riccardo Pucci Geoweb Italia S.r.l. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gordon.luckett at arrowgeomatics.com Wed Oct 29 08:43:18 2025 From: gordon.luckett at arrowgeomatics.com (Gordon Luckett) Date: Wed, 29 Oct 2025 11:43:18 -0400 Subject: [mapguide-users] mapguide 3.1.2 vs MSSQL 2019 In-Reply-To: References: Message-ID: You may just need to replace the v11 SQL Server Native Client with the ODBC/OLEDB one: https://learn.microsoft.com/en-us/sql/connect/oledb/oledb-driver-for-sql-server?view=sql-server-ver15 On Wed, Oct 29, 2025 at 10:25?AM Riccardo Pucci via mapguide-users < mapguide-users at lists.osgeo.org> wrote: > Hi everyone, and congrats to Jackie for the 4.0 release! > > I?m still on MapGuide 3.1.2 and I?ve run into a problem after upgrading an > MSSQL database to version 2019. > The server only allows TLS 1.2, and when MapGuide tries to connect we get > the following error: > > org.osgeo.mapguide.MgFdoException: An exception occurred in FDO component. > Error occurred in Feature Source > (Library://GW/data/PMA_DATI_GW_sql_all.FeatureSource): An exception > occurred in FDO component. > RDBMS: [Microsoft][SQL Server Native Client 11.0]Encryption not supported > on the client. > [Microsoft][SQL Server Native Client 11.0]SSL Provider: The client and > server cannot communicate, because they do not possess a common algorithm. > [Microsoft][SQL Server Native Client 11.0]Client unable to establish > connection. > > Has anyone else run into this? Unfortunately we can?t upgrade to 4.0 right > away, and enabling TLS 1.1 on the server isn?t an option. > > Thanks! > Riccardo > -- > Riccardo Pucci > Geoweb Italia S.r.l. > _______________________________________________ > mapguide-users mailing list > mapguide-users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapguide-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From riccardo.pucci at geowebitalia.it Fri Oct 31 04:06:38 2025 From: riccardo.pucci at geowebitalia.it (Riccardo Pucci) Date: Fri, 31 Oct 2025 12:06:38 +0100 Subject: [mapguide-users] mapguide 3.1.2 vs MSSQL 2019 In-Reply-To: References: Message-ID: Thanks Gordon for your reply! The issue got fixed after installing the latest release of SQL Server Native Client. Turns out the error was caused by an older minor release (from 2012). It seems that the latest version of the Native Client actually works with TLS 1.2, even though it?s not officially documented and the Native Client is no longer supported by Microsoft. Thanks again for the tip Il giorno mer 29 ott 2025 alle ore 16:43 Gordon Luckett < gordon.luckett at arrowgeomatics.com> ha scritto: > You may just need to replace the v11 SQL Server Native Client with the > ODBC/OLEDB one: > > https://learn.microsoft.com/en-us/sql/connect/oledb/oledb-driver-for-sql-server?view=sql-server-ver15 > > > > On Wed, Oct 29, 2025 at 10:25?AM Riccardo Pucci via mapguide-users < > mapguide-users at lists.osgeo.org> wrote: > >> Hi everyone, and congrats to Jackie for the 4.0 release! >> >> I?m still on MapGuide 3.1.2 and I?ve run into a problem after upgrading >> an MSSQL database to version 2019. >> The server only allows TLS 1.2, and when MapGuide tries to connect we get >> the following error: >> >> org.osgeo.mapguide.MgFdoException: An exception occurred in FDO component. >> Error occurred in Feature Source >> (Library://GW/data/PMA_DATI_GW_sql_all.FeatureSource): An exception >> occurred in FDO component. >> RDBMS: [Microsoft][SQL Server Native Client 11.0]Encryption not supported >> on the client. >> [Microsoft][SQL Server Native Client 11.0]SSL Provider: The client and >> server cannot communicate, because they do not possess a common algorithm. >> [Microsoft][SQL Server Native Client 11.0]Client unable to establish >> connection. >> >> Has anyone else run into this? Unfortunately we can?t upgrade to 4.0 >> right away, and enabling TLS 1.1 on the server isn?t an option. >> >> Thanks! >> Riccardo >> -- >> Riccardo Pucci >> Geoweb Italia S.r.l. >> _______________________________________________ >> mapguide-users mailing list >> mapguide-users at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapguide-users >> > -- Riccardo Pucci Geoweb Italia S.r.l. -------------- next part -------------- An HTML attachment was scrubbed... URL: