POST
|
Hi everyone, I just installed Portal For ArcGIS 10.3.1 and it has no configuration for the emails sent, as you may know, the email notifications are really necesarry for example when a user forgets its pasword and requests to be reset, an email is sent to him so he can reset the password, or may be when he or she is added to a group. I have been looing in the documentation for Portal for ArcGIS looking for the places to configure this with no luck, could anyone please give me some guidance about this?. P.S: I'm using built in acounts.
... View more
12-02-2015
12:42 PM
|
0
|
1
|
3843
|
POST
|
Nope, all the other applications are web applications
... View more
12-02-2015
12:17 PM
|
0
|
0
|
45
|
POST
|
Hi Eric, Thanks for your reply, I'm not using the proxySetUp, but I think it is not the case, as I can see in the Documentation (correct me if I'm wrong), this is for cases when it is necesary to use a Proxy for accesing internet, in my Case I'm using a Reverse Proxy, which are not the same.
... View more
11-26-2015
05:40 AM
|
0
|
2
|
45
|
POST
|
We have developed an Android App that connects to a Federated ArcGIS Server services using a Web Map., the app does a lot of things, besides charging the web map, and it works on an environment development environment where the web adaptors (of ArcGIS Server and Portal) are directly accesible through Internet. Now, we have mudated to a production environment where whe have a reverse proxy on top of the servers where the Web Adaptors reside, and the applications fails in the query related data with a generic exception: 6804-6804/com.segip.verificadores E/com.segip.verificadores.view.OnlineEditionMapActivity﹕ Error al ejecutar related query : null java.io.IOException at java.io.InputStream.reset(InputStream.java:218) at com.esri.core.geodatabase.GeodatabaseFeatureServiceTable.a(SourceFile:946) at com.esri.core.geodatabase.GeodatabaseFeatureServiceTable.a(SourceFile:113) at com.esri.core.geodatabase.GeodatabaseFeatureServiceTable$2.a(SourceFile:2159) at com.esri.core.geodatabase.GeodatabaseFeatureServiceTable$2.call(SourceFile:2114) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) at java.util.concurrent.FutureTask.run(FutureTask.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) at java.lang.Thread.run(Thread.java:856) The rare part is the it doens't fail when the query ralated objects reieves only 7 or less objectIds, when we pass 8 or more it fails with this exception. I have reviewed the ArcGIS Server Logs and it seems that the query has been processed just fine in the server, I also tested the related query from Services Directory, and it also Works, it is just when using the Android App, I don't know what else to do. I'm thinking that my Reverse Proxy could be the problem, but all of my services are being used by another web applications through the same Reverse Proxy and it works. My reverse Proxy is an IIS Web Site configured with URL Re Write with rules to my Server where the Web Adaptors are located. final RelatedQueryParameters relatedQueryParameters = new RelatedQueryParameters(); relatedQueryParameters.setObjectIds(oids); relatedQueryParameters.setRelationshipId(0); relatedQueryParameters.setOutFields(new String[]{"estado_verificacion", "objectid"}); relatedQueryParameters.setReturnGeometry(false); GlobalContext.featureServiceTableDomicilio = new GeodatabaseFeatureServiceTable(SettingContext.FEATURE_SERVER_DOMICILIO, GlobalContext.credentials, 0); GlobalContext.featureServiceTableDomicilio.initialize(new CallbackListener<GeodatabaseFeatureServiceTable.Status>() { @Override public void onCallback(GeodatabaseFeatureServiceTable.Status status) { GlobalContext.featureServiceTableDomicilio.queryRelated(relatedQueryParameters, new CallbackListener<Map<Long, FeatureResult>>() { @Override public void onCallback(Map<Long, FeatureResult> longFeatureResultMap) { ........ } @Override public void onError(final Throwable throwable) { runOnUiThread(new Runnable() { @Override public void run() { log.error("Error al ejecutar related query : " + throwable.getMessage(), throwable); ........... } }); } } ); } @Override public void onError(final Throwable throwable) { runOnUiThread(new Runnable() { @Override public void run() { log.error("Erro al cargar datos : " + throwable, throwable); ....... } }); } });
... View more
11-20-2015
11:41 AM
|
0
|
4
|
3024
|
POST
|
Hi everyone, I'm facing an implementation of Portal For ArcGIS with federated ArcGIS For Server 10.3.1, using built in identity store. We need to make this implementation available on Internet and also on Intranet. I would like to know what would be the best way of doing this without affecting web applications or affecting them the least possible. thanks on regard.
... View more
07-16-2015
04:27 PM
|
1
|
1
|
3958
|
POST
|
thanks for your help Bruce, that was the problem, after I planarize the street lines, it started to work, then I realized tha for intersections I don't have to put the city info, just the street names and it works just fine.
... View more
10-29-2014
03:00 PM
|
0
|
1
|
28
|
POST
|
then I must be doing something wrong, I've added 4 fields to my streets featureCass, FromLeft, ToLeft, FromRight, ToRight. All of them are Short integer, and used field calculator to set their values to zero. Then I've created a Dual Range Address locator (both on the same File Geodatabase) with this properties: my address locator works just fine when I look for specific streets but still fails for intersections Joe Borgione I'm pretty new at working with address locators, and maybe I'm missing something, since you made it work, any idea what could be wrong?
... View more
10-29-2014
01:45 PM
|
0
|
3
|
28
|
POST
|
Joe, I've also tryed what you suggested an it doesn't work , the locator works fine for searching streets by name, and if I look the properties I can see that the Suport intersections options is set to true, but when I search a street It always returns Address not found. Does anyone else know a workaround?, the thing is that I won't have range info.
... View more
10-28-2014
02:19 PM
|
0
|
5
|
28
|
POST
|
I have the same problem, I'm using the " US Address - Street Name" Address Locator Style because the streets lines FC that I'm using has no information about nhouse numbers range at all, for that reason I wanted to use intersections. Did anyone finally make this work? or is it a fact that this style doesn't support intersections?. Any comments would be helpfull.
... View more
10-28-2014
07:44 AM
|
0
|
7
|
28
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|