Problem:  Location types are missing when adding data from a business system

相关信息
Article ID: 42351
Bug Id: N/A
Software:
Esri Maps for IBM Cognos 5.0, 5.0.1
Esri Maps for MicroStrategy 1.1
Esri Maps for SAP BusinessObjects 1.0
Platforms: N/A

问题描述
When adding a business data layer to the map, the list of location types is not displayed.

This issue occurs during the Add data workflow. After selecting the dataset to add to the map and clicking Next, the ‘How is location represented in your data?’ area of the page is blank.



原因
The built-in proxy mechanism of the Esri Maps plugin is unable to complete a request to the LocationProviders.xml file.
已邀请:

EsriSupport

赞同来自:

解决方案
The solution to this problem is to modify the proxy configuration file.
  1. Open the Esri Maps proxy configuration file in a standard text editor such as Notepad++. The location of this file depends on the product used: • In Esri Maps for SAP BusinessObjects: <web_application_server_install_dir>/em4bobj/dashb/proxy.config • In Esri Maps for MicroStrategy: <web_application_server_install_dir>/plugins/em4mstr/{asp or jsp}/proxy.config • In Esri Maps for IBM Cognos: <em4c_install_dir>\temp\proxy.conf
  2. In Esri Maps for SAP BusinessObjects or Esri Maps for MicroStrategy locate the attribute called 'mustMatch'.
    • In Esri Maps for IBM Cognos: a. Set the 'upStreamProxy' value to 'true'. b. Specify the URL and port for the 'upStreamProxyUrl' parameter.
    If the 'mustMatch' (or 'matchUrls') property is set to 'true', and http://la.arcgis.com is not listed in the serverUrls parameter, it must be added: • In Esri Maps for SAP BusinessObjects and Esri Maps for MicroStrategy: a. Add a new URL attribute to the serverUrl element and specify http://la.arcgis.com as the url.
    • In Esri Maps for IBM Cognos: a. Add a new 'serverUrl' property to the file and use http://la.arcgis.com as the value for the parameter.
  3. Verify that there are no syntax or typographical errors in the proxy.config file. Save and close the file.
  4. Restart the web server and clear the browser cache for the changes to take effect.


创建及修改时间
Created: 3/25/2014

Last Modified: 2/3/2015
原文链接
http://support.esri.com/en/kno ... 42351

要回复问题请先登录注册