RE: [mapguide-users] EXTERNAL_API not documented in doxygen

2007-11-01 Thread Bruce Dechant
There are 3 defines that control what ends up in the API and what is documented. 1) PUBLISHED_API - These APIs are documented and officially supported. 2) EXTERNAL_API - These APIs are NOT documented because they are NOT officially supported and may be removed in a future release without

RE: [mapguide-users] Error.log of MapGuide Enterprise

2007-11-06 Thread Bruce Dechant
MGE 2008 installer should have installed the FDO providers.xml file. Did you try reinstalling the MGE 2008 server? Here is a copy of what the providers.xml file should look like. ?xml version=1.0 encoding=UTF-8 standalone=no ? FeatureProviderRegistry FeatureProvider

RE: [mapguide-users] Mapguide 2.0 Beta1 vs 1.2 performance

2007-11-21 Thread Bruce Dechant
The performance difference can be attributed to the fact that this is a Beta version being compared to a Release version. Some things to consider: - 1.2 used the GD renderer, whereas, 2.0 is using the new AGG renderer (looks much better) - there are several places in the code that have not been

RE: [mapguide-users] ArcSDE 9.2 and MapGuide 1.2

2007-11-30 Thread Bruce Dechant
Hi, The following steps should help: 1) Stop the MGE2008 server service by opening the Services applet from the Administration tools and stopping the service named MapGuide Enterprise 2008 Server 2) Make a backup copy of the C:\Program

RE: [mapguide-users] FeatureReader

2007-12-11 Thread Bruce Dechant
There is no limit. Is an exception being thrown? If so that would give you a clue as to why it is not working as expected. Thanks, Bruce From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ary sucaya Sent: Monday, December 10, 2007 9:20 AM To: Mapguide User Subject: [mapguide-users]

RE: [mapguide-users] Adding a Coordinate System to MGE/MGOS

2007-12-13 Thread Bruce Dechant
MGE keeps the coordinate system definitions inside the installed Mentor dictionary files which is not stored as OGC WKT. Map is typically the tool used to add new coordinate systems to Mentor dictionary files. MGOS uses PROJ4 and I'm not familiar with adding new coordinate systems to it.

RE: [mapguide-users] Adding a Coordinate System to MGE/MGOS

2007-12-14 Thread Bruce Dechant
://www.epsg.org/CurrentDB.html EPSG Geodetic Parameter Dataset ). Regards, Maksim Sestic Bruce Dechant wrote: MGE keeps the coordinate system definitions inside the installed Mentor dictionary files which is not stored as OGC WKT. Map is typically the tool used to add new coordinate systems

RE: [mapguide-users] Vista IIS7

2007-12-19 Thread Bruce Dechant
I have been using the upcoming 2.0 beta on Vista without any issues using Apache. I have not tried IIS yet. Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian Sent: Wednesday, December 19, 2007 2:41 PM To: MapGuide Users Mail List

RE: [mapguide-users] Vista IIS7

2007-12-20 Thread Bruce Dechant
IIS7 The old vista involveds some tweeks but worked don't know about beta...let me know...I'm outta town can help if needed for anyone else.se -Original Message- From: Bruce Dechant [EMAIL PROTECTED] To: MapGuide Users Mail List mapguide-users@lists.osgeo.org Sent: 12/19/07 3:53 PM Subject

RE: [mapguide-users] Feature Joins absolutely broken in MGOS 2.0.0 RC1

2008-01-28 Thread Bruce Dechant
This is a known issue I will be looking at next week. Thanks, Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie Ng Sent: Monday, January 28, 2008 8:25 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Feature Joins absolutely

RE: [mapguide-users] Initial Map-Load Time

2008-01-29 Thread Bruce Dechant
The initial map loading delay is because none of the data needed by the server is cached, ie: FDO connection, schema, class, spatial context information, etc... Once the map has been loaded this information is cached by the server and makes returning it very quick for subsequent users. The

RE: [mapguide-users] Oracle Max 10 Connections

2008-01-29 Thread Bruce Dechant
The connection limit for specific providers is specified in the serverconfig.ini file. Please check this setting: DataConnectionPoolSizeCustom Example of the above: DataConnectionPoolSizeCustom = Autodesk.Oracle:10 If the above setting is not limiting the # of Oracle connections then the

RE: [mapguide-users] Feature Joins absolutely broken in MGOS 2.0.0 RC1

2008-02-11 Thread Bruce Dechant
There is a known issue with feature joins in RC1. It is being looked at. Thanks, Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Rizzo Sent: Monday, February 11, 2008 9:58 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users]

RE: [mapguide-users] Feature Joins absolutely broken in MGOS 2.0.0 RC1

2008-02-11 Thread Bruce Dechant
This issue was also in RC2. I have tracked down the issue and fixed it. See trac ticket http://trac.osgeo.org/mapguide/ticket/429 Thanks, Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Dechant Sent: Monday, February 11, 2008 2:24 PM

RE: [mapguide-users] Feature Joins absolutely broken in MGOS 2.0.0 RC1

2008-02-12 Thread Bruce Dechant
correctly (re: ticket 429) or at all :( - Jackie Bruce Dechant wrote: This issue was also in RC2. I have tracked down the issue and fixed it. See trac ticket http://trac.osgeo.org/mapguide/ticket/429 Thanks, Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [mapguide-users] Initial Map-Load Time

2008-03-06 Thread Bruce Dechant
10 minutes of non-activity. Are there other settings to change? Thanks, Denis - Original Message From: Bruce Dechant [EMAIL PROTECTED] To: MapGuide Users Mail List mapguide-users@lists.osgeo.org Sent: Tuesday, January 29, 2008 11:45:22 AM Subject: RE: [mapguide-users] Initial Map

RE: [mapguide-users] Feature Joins

2008-03-10 Thread Bruce Dechant
Chris, MGOS 1.2 did have some join issues and I believe you might be encountering one of them. Are you doing an inner or outer join? With MGOS 2.0 I have joined SDFs with Access many times in the following cases: Inner 1-1 Inner 1-Many Outer 1-1 Outer 1-Many The above worked for my use cases

RE: [mapguide-users] Problems with SDF/Database Joins (Oracle)

2008-03-11 Thread Bruce Dechant
Joins (Oracle) Hi Bruce, I too find this problem annoying during the development/testing stages, as our db schemas are in flux. Having to restart mapguide everytime the db changes is time consuming. So how would I go about disabling caching on a per-provider level? - Jackie Bruce Dechant wrote

RE: [mapguide-users] SelectFeatures and Joins

2008-03-12 Thread Bruce Dechant
Greg, I verified your issue and have found the problem in the 2.0 code. I will create a trac ticket for this. The fix for this issue is a simple code fix and I will submit my code fix for it to the Trunk 2.0 code tomorrow. Thanks, Bruce From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [mapguide-users] Finding out if a server is Open Source or Enterprise

2008-03-25 Thread Bruce Dechant
The only way to do this now is to check the underlying coordinate system library (PROJ4 or Mentor) as mentioned by Kenneth. Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hameister Sent: Tuesday, March 25, 2008 10:18 AM To:

RE: [mapguide-users] Getting Started Site Admin Problem

2008-03-26 Thread Bruce Dechant
Hi, The problem is that this error message is returned for any problem which includes when the server is not running. The current message isn't very helpful in the case where the server isn't actually running. Can you please create a trac ticket for this defect so that it can be looked at?

RE: [mapguide-users] SDF 3 and MGOS 2.0

2008-04-01 Thread Bruce Dechant
Yannick, Can you describe the join you are using? Ie: Outer, Inner, 1-1, 1-many. Could it be a case issue between the primary and secondary keys? Ie: CA != ca, but CA = CA (Join is case sensitive) Are you using multiple join keys? Is the SDF the primary and the Access database the secondary?

RE: [mapguide-users] MgCoordinateSystemMeasure problem in MGE 2009

2008-05-05 Thread Bruce Dechant
Jim, For the 2.0 release the coordinate system API had 2 changes. Please see http://trac.osgeo.org/mapguide/wiki/MapGuideRfc35 The above RFC removed the constructors for creating MgCoordinateSystemTransform and MgCoordinateSystemMeasure directly. For your case you can now create the measure

RE: [mapguide-users] Adding a new Coord Sys

2008-05-08 Thread Bruce Dechant
You are 1/2 way to having this setup. :) The changes you have done below have updated the server to understand the coordinate system you have added, but you still need to update the web tier. Make the exact same changes to the same files in the C:\Program

RE: [mapguide-users] Please try your operation later as the resource was busy

2008-05-16 Thread Bruce Dechant
Mark, The error you see below is typically a result of the resource still being used by someone else. However, if a feature reader is not closed and you try to do something with the same resource (update) it can report that it is in use still and therefore busy. Since you are closing your

RE: [mapguide-users] Please try your operation later as the resource was busy

2008-05-16 Thread Bruce Dechant
this weekend and if it's not my code i will submit a trac ticket. Bruce Dechant wrote: Mark, The error you see below is typically a result of the resource still being used by someone else. However, if a feature reader is not closed and you try to do something with the same resource (update) it can

RE: [mapguide-users] SDF UnManaged?

2008-05-20 Thread Bruce Dechant
What version of MGOS are you using? The latest MGOS and MGE2009 Studio still allow alias folders for SDF. Thanks, Bruce From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rock Beans Sent: Tuesday, May 20, 2008 9:23 AM To: MapGuide Users Mail List Subject: [mapguide-users] SDF

RE: [mapguide-users] Calculating a Euclidean Distance in Javascript

2008-05-21 Thread Bruce Dechant
This is the exact code that is being executed by the MeasureEuclideanDistance API: double CCoordinateSystem::MeasureEuclideanDistance(double x1, double y1, double x2, double y2) { double distance = 0.0; MG_TRY() distance = ::sqrt(::pow(x1 - x2, 2.0) + ::pow(y1 - y2, 2.0));

RE: [mapguide-users] MS SQL and SDF Join Problem

2008-09-17 Thread Bruce Dechant
Hi, So just to clarify: You are joining: SDF - Primary MS SQL - Secondary Inner join 1 to 1 When join key has a space as in ID 001 you only get 1st record of join, but if you change it to ID001 then it works. Have you created a MapGuide trac ticket for this (bug tracker)?

RE: [mapguide-users] Maintaining MapGuide Session during Restart

2009-01-28 Thread Bruce Dechant
Bruce, What you are doing by trying to replace the session repository of a running server is problematic and could lead to server instability. You really shouldn't do this. The session repository is meant for temporary runtime data only and not for persistent data. If you want any of your

RE: [mapguide-users] Maintaining MapGuide Session during Restart

2009-01-29 Thread Bruce Dechant
into a library object? Is there even a way of creating a copy of the session as XML? thanks, Bruce W Bruce Dechant wrote: Bruce, What you are doing by trying to replace the session repository of a running server is problematic and could lead to server instability. You really shouldn't do

RE: [mapguide-users] Lack of Coordinate Systems

2009-03-24 Thread Bruce Dechant
Ryan, Is your PROJ_LIB environment setting pointing to the nad directory? Is your GDAL_DATA environment setting pointing to the data directory? If you are running the MapGuide server from a script ensure that it is not altering the above environment settings. The categories.txt file needs to

RE: [mapguide-users] Server Admin Service

2009-03-24 Thread Bruce Dechant
Sandra, Have a look at the ServerAdmin.h file is gives a list of the APIs. Here is a snippet from the header file that mentions what the service does: /// This class contains methods to allow MapGuide clients to perform administration related /// operations: /// - Server Configuration /// -

RE: [mapguide-users] Why MgMap::Create is so slow

2009-04-28 Thread Bruce Dechant
Bruno, It is slow because for every layer in the map the web tier sends 2 requests (Authenticate + GetResourceContent) to the server. So in your map case there would be a minimum of 400 requests to the server. This is something we are aware of and would like to change. We have some test maps

RE: [mapguide-users] QUERYMAPFEATURES

2009-06-22 Thread Bruce Dechant
Hi, You are seeing the error because there are several SELECTIONVARIANT values missing from the source code. I believe the reason they are missing is that only the most common ones have been added as not all providers support all of the ones allowed by FDO. The code that controls this is

[mapguide-users] RE: MG Security question

2009-08-26 Thread Bruce Dechant
Tom, I don't know of any document describing the security of MGOS. In regards to your concern over serveradminhelper it is hard coded to use the default administrator user name and password - so credentials are still required just no dialog. If you plan on using MGOS or any other system that

RE: [mapguide-users] error out of memory

2010-01-21 Thread Bruce Dechant
Is it possible to move to the 2.1 release as there have been numerous memory leak fixes done? Thanks, Bruce -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of CroNicoRn Sent: Wednesday, January 20, 2010 12:42 AM

RE: [mapguide-users] Problems/Questions with the ArcSDE 3.5 Provider

2010-06-18 Thread Bruce Dechant
Bill, This is normal behavior. The MapGuide server caches the FDO connection so that it can be reused later - this is for performance reasons. All of the changes mentioned below are done inside the serverconfig.ini file. If you need to drop these cached connections sooner you can do the

RE: [mapguide-users] MgFeatureReader.Close() doesnt close postgis connections

2010-07-13 Thread Bruce Dechant
James, Closing the reader doesn't close the connection on the server side - this is due to the connection pooling. If you want to ensure that it does get closed you could add the postgis provider to the list of excluded providers. Doing so will have a negative impact on performance though.

RE: [mapguide-users] build mapguide with VS2010

2010-11-22 Thread Bruce Dechant
It can be built with VS2010 if you use the VS2008 compiler - I have tried this. We have not added updated VS2010 project files to SVN yet. It has not been fully updated to VS2010 - ie: VS2010 compiler. Thanks, Bruce From: