Re: [mapguide-users] MGTileSeeder Help

2018-02-09 Thread Tim Price
Thanks Hans, I did try the OSGeo.OGR provider and assuming I setup the Feature Source correctly (See Image) it still did not tile seed properly. This is the only layer in the tileSetDefinition too. I've attached a full work up of my issue in the image. Have a good weekend!

Re: [mapguide-users] MGTileSeeder Help

2018-02-09 Thread Hans Milling
If MapGuide crashes/hangs, try to add your Shape files with the OGR provider instead of the SHP provide. From time to time we have clients who experience problems using the SHP provider, then OGR provider works better for Shape files. -- Sent from:

Re: [mapguide-users] MGTileSeeder Help

2018-02-07 Thread Tim Price
Update on my issue. I got a look at the beginning of the error. Seems like a timeout issues. But what ServerConfig parameter would I change to help the MGTileSeeder from timing out? (See attached Image) I also witnessed the Bounding Box parameter is not respected and the same number of tiles are

Re: [mapguide-users] MGTileSeeder Help

2018-02-06 Thread Tim Price
Thanks Crispin - Where is the parameter to alter parallel/concurrent requests (serverconfig.ini doesn't seem to have one related to tiling)? Also - I don't see a MGSettings.ini file (unless you were just aliasing the serverconfig.ini file) The old MGCooker did have a editable parameter for

Re: [mapguide-users] MGTileSeeder Help

2018-02-06 Thread Crispin_at_Linknode
Concurrent access to SHP files - shouldn't be an issue? Have you tried throttling back parallel/concurrent requests in the tiler to 1 to see if that solves, then ramp up again. The MGSettings.ini file isn't set-up for high performance running. It's a black art, but maybe altering the default

Re: [mapguide-users] MGTileSeeder Help

2018-02-06 Thread Tim Price
Thanks for replying guys. I am not tiling any Rasters at all. I've tried just testing one shapefile source at two scale levels. Looking at things in Fiddler - Everything seems fine (All Result = 200) and the tiles builds successfully before the crash with no failure or details on the crash

Re: [mapguide-users] MGTileSeeder Help

2018-02-04 Thread Crispin_at_Linknode
Are you creating tiles from vector sources or rasters? Not sure this will help, but there is a lot of load on the raster provider on the server with tiling and so if you run the MGSERVER in interactive mode (ie on Windows you would stop the service, start a CMD prompt and set the GDAL debug

Re: [mapguide-users] MGTileSeeder Help

2018-02-02 Thread Jackie Ng
I've ... never seen this error before??? The only thing I can suggest is to use a tool like fiddler (https://www.telerik.com/fiddler) and see what particular requests are failing. You should be able to see the urls of the failing requests and then be able to isolate even further (does it error on

[mapguide-users] MGTileSeeder Help

2018-02-02 Thread Tim Price
Hey Everyone - We're looking at the MGTileSeeder with great anticipation. However I keep crashing the MGTileSeeder on both my Development and Production MapGuide Server (both MGOS 3.1.0.9064) after just a few tiles are generated successfully. (See Attached Image) I am using a tileSetDefinition