[mapguide-users] Re: Can we create a layer from the datatable returned by storedprocedure

2012-05-14 Thread T.kiran kumar reddy
Thanks for your reply. But if i create a view by joining two tables or stored procedure in view maps are coming fine but i am unable to select any property selection is not working properly. Is there any solution for this? Regards T.krian -- View this message in context:

[mapguide-users] lables of layer not displaying

2012-05-14 Thread T.kiran kumar reddy
Dear all i am creating a package of three layers. I have sectors, blocks and plots of a town data. i created three separate layers for three. First sector on top of that block on top of that plots. Every sector consists nearly 200 to 400 blocks and every block contain 1-40 plots. I am showing

[mapguide-users] Re: Can we create a layer from the datatable returned by storedprocedure

2012-05-14 Thread GordonL
yes, you need to create an index on one the columns, so MapGuide 'knows' what the index is. if you can't index, you can't select. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Can-we-create-a-layer-from-the-datatable-returned-by-storedprocedure-tp4946188p4974402.html

[mapguide-users] Error: Session has expired or is invalid. Please log in again. Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Chris Gountanis
Could this be a sign of some kind of brute force or some kind of DoS attack? Anyone else have this issue with a public server? MapGuide 2.2 Open Source / IIS / Windows 2008. Please respond as we have a client that is about to drop MapGuide because of this and we don't have much of a solution yet.

[mapguide-users] Re: Error: Session has expired or is invalid. Please log in again. Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread GordonL
It could just be a heavy user.. http://osgeo-org.1560.n6.nabble.com/Maximum-Number-of-connections-td4182886.html gordon -- View this message in context:

Re: [mapguide-users] Error: Session has expired or is invalid. Please log in again. Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Gabriele Monfardini
Hi, On Mon, May 14, 2012 at 4:15 PM, Chris Gountanis cgounta...@mpowerinnovations.com wrote: Could this be a sign of some kind of brute force or some kind of DoS attack? Anyone else have this issue with a public server? MapGuide 2.2 Open Source / IIS / Windows 2008. Please respond as we have a

Re: [mapguide-users] Error: Session has expired or is invalid. Please log in again. Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Ryan Northcott
Yes, Asia IPs usually mean DOS attacks. I recommend you get a software firewall (eg. peerblock) on your server to monitor how many, and what frequency these Asian IPs are coming in. If you see requests coming in every 2-3 seconds, then you can be safe that your domain is on a list somewhere and

[mapguide-users] Re: srsFactory.GetTransform

2012-05-14 Thread Jackie Ng
If you run both in interactive mode, they should both indicate the coordinate system dictionary path, which should both be the value of MentorDictionaryPath in serverconfig.ini. 2.4 does not use MENTOR_DICTIONARY_PATH environment variable by default. However it will use this environment variable

[mapguide-users] Re: lables of layer not displaying

2012-05-14 Thread Jackie Ng
Are these labels of polygons? If so, label placement of polygons is at the mercy of the MapGuide renderer because it will not draw any polygon labels which do not fit in the area they are supposed to be drawn. The classic workaround is to have a separate point layer with the label data. Your

[mapguide-users] Re: Error: Session has expired or is invalid. Please log in again. Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Chris Gountanis
Yeah it's happening very fast. Many times I will see 10-15 Error: Session has expired or is invalid. Please log in again. with the SAME timestamp! The site only has about 50-80 unique hits a day and none of the users fill the error log with SESSION EXPIRED. What I am saying here is that I think

[mapguide-users] Re: srsFactory.GetTransform

2012-05-14 Thread GordonL
Thanks guys, rookie error (I forgot to move the new 64bit MgGeometry.dll from 2.4 over). All fixed! -- View this message in context: http://osgeo-org.1560.n6.nabble.com/srsFactory-GetTransform-tp4969498p4974466.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Only MOSAIC(), CLIP() and RESAMPLE() are supported.

2012-05-14 Thread Chris Gountanis
Not a huge deal, doesn't cause server crash just something I noticed in error log. Anyone have any inside info on this or a solution... or is this normal? Error: An exception occurred in FDO component. Only MOSAIC(), CLIP() and RESAMPLE() are supported. -- View this message in context:

[mapguide-users] Re: MgCooker: bad performance, I can't use it. Help!!!

2012-05-14 Thread Jackie Ng
I was not the original author of MgCooker, so I cannot explain why the official method is not (you know) the default method. Anyway, the meters-per-unit value is important because it factors into scale calculations and rendering. A bad or incorrect meters-per-unit value will cause serious

[mapguide-users] Re: Only MOSAIC(), CLIP() and RESAMPLE() are supported.

2012-05-14 Thread Jackie Ng
They are bunk messages cause by pointless tooltip queries of raster layers - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Only-MOSAIC-CLIP-and-RESAMPLE-are-supported-tp4974468p4974477.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Re: Sorting within query results

2012-05-14 Thread Jackie Ng
This gets a bit tricky because you now have to query the capabilities XML of the underlying feature source and you have to look in the capabilities XML for a particular element (I believe it's SupportsSelectOrderingtrue/SupportsSelectOrdering) If you find this element, it means the FDO provider

[mapguide-users] Re: Only MOSAIC(), CLIP() and RESAMPLE() are supported.

2012-05-14 Thread Chris Gountanis
Thanks! -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Only-MOSAIC-CLIP-and-RESAMPLE-are-supported-tp4974468p4974482.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

[mapguide-users] MapGuide 2.4 Beta and labelling NULL TEXT

2012-05-14 Thread northtron
Hello, We recently have been testing MGOS 2.4 side by side with AIMS2012 on a new server. One thing I noticed that is different on MGOS 2.2 to 2.4 is the labelling of NULL values. IF I set a Line layer (Or any shape type) to lebell from a field in it's attribute data, where there is NULL data,

[mapguide-users] Re: MapGuide 2.4 Beta and labelling NULL TEXT

2012-05-14 Thread Jackie Ng
Try: NullValue(property, replacement_value_if_null) Support for this expression function may vary. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-Beta-and-labelling-NULL-TEXT-tp4974489p4974493.html Sent from the MapGuide Users mailing list archive at

[mapguide-users] Re: Error: Session has expired or is invalid. Please log in again. Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Chris Gountanis
Not to beat a dead horse but are there any fixes in 2.4 that would prevent this type DoS attack? The billion time error Error: Session has expired or is invalid. Please log in again. obviously doesn't help anyone but I am hoping the dev team is on top of this. I really wonder what the hacker is

Re: [mapguide-users] Re: Only MOSAIC(), CLIP() and RESAMPLE() are supported.

2012-05-14 Thread Zac Spitzer
try disabling selection on raster layers in your map On Tue, May 15, 2012 at 1:14 AM, Chris Gountanis cgounta...@mpowerinnovations.com wrote: Thanks! -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Only-MOSAIC-CLIP-and-RESAMPLE-are-supported-tp4974468p4974482.html Sent

Re: [mapguide-users] Re: Error: Session has expired or is invalid. Please log in again. Server Crash from Asia IP (EVERYDAY!)

2012-05-14 Thread Zac Spitzer
2.4 has changes to the ACE threading which helps the server scale much better on windows Ryan is correct, the normal way to address DoS attacks is with firewalls, proxies and such other software which sits out front of the application server. As you are using an open source product in