|
POST
|
Have you installed the certificate for your portal? Also, depending on the security policy within your organization, your web browser may try to block the sign in page. If the sign in page is blocked, add the website to the trusted sites list in the browser.
... View more
05-07-2014
03:25 AM
|
0
|
0
|
666
|
|
POST
|
hi there. it's been a while since your question. The OGC GeoPackage specification was recently finalized and adopted and Esri has started implementing it in ArcGIS. A quick view of what's available/planned: ArcGIS 10.2.1 An early draft of the vector specification from Fall 2013 (Draft Version 0.8.2) Desktop ArcGIS 10.2.2 The final adopted vector specification (Version 1.0) Desktop and Server ArcGIS 10.3 plans The final adopted vector and tiled raster specification (Version 1.0) Desktop, Server, and Runtime To keep up-to-date on the status of these and other support for GeoPackages in ArcGIS please visit http://esriurl.com/geopackage.
... View more
03-05-2014
07:48 AM
|
0
|
0
|
575
|
|
POST
|
For Geoportal Server related questions or discussions, please use our discussion forum on github: https://github.com/Esri/geoportal-server/issues. You can find documentation on how to add custom links to search results at: https://github.com/Esri/geoportal-server/wiki/Add-Custom-Link-to-a-Search-Result
... View more
06-14-2013
01:00 PM
|
0
|
0
|
360
|
|
POST
|
hi Brian, For Geoportal Server related questions or discussions, please use our discussion forum on github (where we also host geoportal server source code and the 19110 profile): https://github.com/Esri/geoportal-server/issues. Your problem is likely due to the indexables not being defined properly. did you create an indexables file for the ISO19110 profile? the default from github doesn't have this defined yet: <indexables fileName=""/> if you have one, feel free to submit a pull request so we can include your indexables. for an example of the indexable file, see this one: https://github.com/Esri/geoportal-server/blob/master/geoportal/src/gpt/metadata/iso/apiso-indexables.xml
... View more
06-14-2013
09:47 AM
|
0
|
0
|
449
|
|
POST
|
For Geoportal Server related questions or discussions, please use our discussion forum on github (where we host geoportal server source code): https://github.com/Esri/geoportal-server/issues If you want a user to login to their desktop/laptop and then be automatically be logged into Geoportal when accessing it, you will need to configure �??windows integrated authentication�??. How to configure this in tomcat 7 is described here: http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html you may also be interested in the Single Sign On topic on the Geoportal wiki at: https://github.com/Esri/geoportal-server/wiki/Single-Sign-On
... View more
06-14-2013
08:31 AM
|
0
|
0
|
478
|
|
POST
|
Please note we're not actively monitoring this forum. For Geoportal Server related questions or discussions, please use our discussion forum on github (where we host geoportal server source code): https://github.com/Esri/geoportal-server/issues
... View more
06-14-2013
08:28 AM
|
0
|
0
|
790
|
|
POST
|
hi Jacob, please note we're not actively monitoring this forum. For Geoportal Server related questions or discussions, please use our discussion forum on github (where we host geoportal server source code): https://github.com/Esri/geoportal-server/issues in this case, what is the URL that geoportal tries to open that results in the 404 error?
... View more
06-14-2013
08:27 AM
|
0
|
0
|
357
|
|
POST
|
if you serve your database as an ArcGIS Server Geodatabase Service then geoportal will automatically pick up metadata for each feature class and publish that. You can also extend the harvesting framework with classes that directly read from the oracle tables and pull the XML there on a daily/weekly basis.
... View more
07-31-2012
09:02 PM
|
0
|
0
|
339
|
|
POST
|
Please check out this blog post on how to configure tomcat to use encrypted passwords for the JNDI.
... View more
07-31-2012
09:00 PM
|
0
|
0
|
318
|
|
POST
|
hi, yes, that's definitely possible. please check out the Abu Dhabi Geospatial Portal. it allows you to switch between english and arabic and also switches the user interface from left-right to right-left orientation appropriately.
... View more
07-31-2012
08:52 PM
|
0
|
0
|
663
|
|
POST
|
did you login to the publish client with a Geoportal username/password that can publish content?
... View more
07-31-2012
08:40 PM
|
0
|
0
|
550
|
|
POST
|
hi, it looks like you only have this one test record published AND approved. approval is needed before items will show up in the browse navigation. also check the content of .../geoportal/WEB-INF/classes/gpt/search/browse/browse.xml to be like: <treeCollection>
<tree key="browseCatalog" fileName="gpt/search/browse/browse-catalog.xml"/>
<tree key="browseResource" fileName="gpt/search/browse/browse-resource.xml"/>
</treeCollection> and that the browse-catalog.xml is populated like so: <tree>
<label>name</label>
<identifier>id</identifier>
<!-- Catalog -->
<item>
<id>0</id>
<name resourceKey="catalog.browse.toc.browseCatalog"></name>
<query>searchText=*:*</query>
<!-- Content types -->
<item>
<id>1</id>
<name resourceKey="catalog.search.filterContentTypes.title"></name>
<query>contentType=application,clearinghouse,document,downloadableData,geographicActivities,geographicService,liveData,mapFiles,offlineData,staticMapImage</query>
<item>
<id>2</id>
<name resourceKey="catalog.search.filterContentTypes.application"></name>
<query>contentType=application</query>
</item>
the first <query> element shows all documents in your catalog that are approved for searching. the <query> element inside the <item> with id=1 will return documents with content types set to the ones listed, and so on.
... View more
07-31-2012
08:37 PM
|
0
|
0
|
1787
|
|
POST
|
hi, please use forward slashes (/) to indicate the location of the index files for the search index and the assertion index. for example: /gptConfig/catalog/lucene/@indexLocation="C:/data/geoportalserver/index" /gptConfig/catalog/parameter[@key='assertion.index.location']/@value="C:/data/geoportalserver/assertion" Marten
... View more
07-31-2012
08:30 PM
|
0
|
0
|
548
|
|
POST
|
What kind of metadata file you are trying to validate/upload? What was that exe I am seeing in your attachmet.? yes, Geoportal Server does not parse executable files.
... View more
07-31-2012
08:25 PM
|
0
|
0
|
621
|
|
POST
|
See my response at: http://forums.arcgis.com/threads/59179-ArcGIS-Server-9.3-ESRI-Geoportal-Server-1.2-compatibility?p=207444&viewfull=1#post207444. especially if you have the .NET version of server this should not be an issue as you won't run into having multiple Java versions.
... View more
06-15-2012
07:17 AM
|
0
|
0
|
352
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-12-2019 01:58 PM | |
| 1 | 06-11-2016 07:55 AM | |
| 2 | 03-05-2016 06:56 AM | |
| 1 | 04-11-2015 08:31 AM | |
| 1 | 07-19-2014 06:30 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|