08-07-2016 04:27 PM - edited 08-26-2016 07:42 PM
Hope I can share it ... official information from the support system.
___________________________________________________
Hi, I attached an EP for GMSC 2016 which should fix your displacement issue. In addition this EP fixes the "unsupported Format" issue in case of ECW.
Please replace the existing Intergraph.Emea.Maps.dll in your assembly cache which should be at:
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Intergraph.Emea.Maps\v4.0_16.0.0.0__9d92a70b1d7f7210
In addition please reset your iis (iisreset) and clean up your Temporary ASP.NET files an
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
BEFORE you UPDATE to the next version (SP or Major Version)
You will have to repair the installation first in order to reset the assembly cache.
___________________________________________________
DLL is here.
Regards,
Jakub
10-13-2016 05:27 AM
Hello,
I have a GM2016 instance.
I have:
Now, I have an error in the administrator log file when I "Test settings" my raster feature (message bellow). The TileService also doesn't work on this feature. Did I miss a step in the patch installation?!
13.10.2016 14:21:20 ERROR - Controller Feature has raised an exception in Action TestSettings.
Intergraph.Emea.Maps.MapSourceQueryException: Cannot perform query on Map Source.
at Intergraph.Emea.Maps.MapSource._Query(Geometry queryGeometry, BoundingBox mapRange)
at Intergraph.Emea.Maps.MapServerImpl.CreateMapOutput(MapLayer layer, Double leftBoundary, Double bottomBoundary, Double rightBoundary, Double topBoundary, MapOutputSettings outputSettings)
at Intergraph.Emea.SmartClient.Administrator.FeatureController.TestSettings(Feature feature)
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult)
--- Inner exception ---
System.TypeInitializationException: The type initializer for 'Intergraph.Emea.Maps.RasterOutput' threw an exception.
at Intergraph.Emea.Maps.RasterOutput..ctor(IEnumerable`1 sourceRaster, BoundingBox mapRange, MapOutputSettings outputInfo)
at Intergraph.Emea.Maps.SpatialDbMapSource.QueryRasterData(Geometry mapRange)
at Intergraph.Emea.Maps.MapSource._Query(Geometry queryGeometry, BoundingBox mapRange)
--- Inner exception ---
System.ApplicationException: Can't load requested DLL: C:\Program Files\Intergraph\GeoMedia SmartClient\Program\gdal\x64\plugins\ogr_OCI.dll
193: %1 n’est pas une application Win32 valide.
at Intergraph.Emea.Maps.GdalConfiguration.ConfigureOgr()
10-14-2016 05:42 AM
Hi Yohann,
I think your issue is related to this post:
ciao,
Stefano
10-14-2016 08:39 AM
Yes, Stefano, thank you.
11-01-2016 05:47 AM
@yly wrote:
System.ApplicationException: `D:\Data\TIGF\Ortho_ECW\\47-2012-0520-6345-LA93.ecw' not recognised as a supported file format.
Does anyone know which are the supported raster formats? I couldn't find on documentation.
I'm trying to use mrsid images and got the same error.
11-02-2016 02:08 AM
it should be any raster format supported by GDAL. In the case of MrSID I see there is a need of an external SDK, so I assume they are not supported in our case.
Regards,
Stefano
11-02-2016 02:12 AM - edited 08-23-2017 12:47 AM
Hi,
GMSC 2016.1 uses a thirdparty C# component which wraps GDAL 1.9.2 1.11.1. The following formats will be tested by us:
ECW v3 is not supported by GDAL 1.9.2, therefore you have to use one of the follwing workarounds:
ECW v3 is supported by GDAL 1.11.1 which is used by GMSC 2016.1
If you check the list of GDAL supported formats ( http://gdal.org/1.11/formats_list.html - Compiled by default), than you will see that GDAL supports a huge number of raster formats.
In addition the GMSC 2016 setup installs the following plugins (see [GMSC_INSTALL]\Program\Gdal\x64\plugins) .
Please note that all these formats will not be tested by the GMSC team and we can't guarantee that any of these formats still work after a version upgrade.
So @rmontemor the following page should provide us all necessary information about your mrsid stuff:
http://gdal.org/1.11/frmt_mrsid.html
Best Regards,
Steve
11-02-2016 02:44 AM
FYI: The information of my last post will be added to the GMSC 2016 documentation (Load Feature from Database).