Pages

Thursday 8 May 2014

Image Web Server imgae not displaying due to bad request

The Image may not display correctly if you do not specify the correct service wmts
Be aware mapinfo only uses wms at present so service path will be different

Tuesday 8 April 2014

The given key was not present in the dictionary

Exception caught; rethrowing.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at GBM.BindingEngine.Core.Binding.FindStores()
   at GBM.BindingEngine.Core.Binding.get_OtherStores()
   at GBM.DataServices.MapTransfer.Handlers.TransferDataHandler.TransferData(Task task, String taskFolder, String configFolder, String failuresFolder, String payloadFolder, NameValueCollection contextClientSettings)
   at GBM.DataServices.MapTransfer.Handlers.TransferDataHandler.Work(Task task)



This error is likely to mean that you have specified a data store on a binding that no longer exists

Tuesday 7 January 2014

There was a probelm performing the info: Exception has been thrown by the target of an invocation.

If you see this error it is an indication that the table that the cutom form or link definition is over failed to open correctly. This usually only happen on view tables (tab file header pointed to another tab file)

Eg:

!table
!version 900
!charset WindowsLatin1

Definition Table
Open Table "D:\Projects\Projects_gbmweb\Santos Sharepoint Test 3\InterativeMaps\Wsv_mview_all.TAB" as Wsv_mview_all Hide

Create View WSV_FIELDS AS
SELECT
   FEATURE, GEOMETRY_CODE,
   obj
FROM
   Wsv_mview_all
WHERE
   FEATURE = 'WSV_FIELDS'