|
POST
|
Hi Cameron, I am talking on Migrating portal contents from 10.2.1 to 10.3.1 During one of the conference, I happened to talk ESRI product manager who mentioned that copying contents (10.2.1 to 10.3.1) will be an issue. Because each web map is tied IP address of server, they cannot changed merely copying. I have gone through Copy-Content example they simply copy the contents of Person A from Portal A to Person B of Portal B. I don't see any code to change any IP address or anything. Does my understanding is correct? We have more than 1000+ users, that mean do we need run the copy content script for all the users in order to migrate the contents?. We are currently migrating Portal to 10.3.1 and but all our services (Map/GP/Globe/Gecode) will remain in 10.2.1. We need to some extra time to purchase new hardware and upgrade the ArcGIS server 10.3.1. Please throw some light on this migration.
... View more
06-30-2015
12:51 PM
|
0
|
1
|
2618
|
|
POST
|
Hi Johnson, I would like to chat with you, by any chance do you have alternative way to connect with you? SR
... View more
06-23-2015
11:23 AM
|
0
|
1
|
2618
|
|
POST
|
Hi Kosgei, Have you received any information or best practice on this task?
... View more
06-19-2015
09:27 AM
|
0
|
4
|
2618
|
|
POST
|
All of sudden my GEP manager (10.2.2) website stopped working. It shows HTTP 502 error when I access. Log file shows below error message. Services are running fine, but I could not get manager up. Any clues? INFO | jvm 1 | 2015/03/05 16:18:23 | at java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2015/03/05 16:18:23 | ERROR: Bundle com.esri.ges.rest.cxf-transportrest [342] Error starting mvn:com.esri.ges.rest/cxf-transportrest/10.2.2 (org.osgi.framework.BundleException: Unresolved constraint in bundle com.esri.ges.rest.cxf-transportrest [342]: Unable to resolve 342.0: missing requirement [342.0] package; (&(package=com.esri.ges.jaxb.transport)(version>=10.2.0)(!(version>=11.0.0))) [caused by: Unable to resolve 292.0: missing requirement [292.0] package; (&(package=com.esri.ges.core)(version>=10.2.0)(!(version>=11.0.0))) [caused by: Unable to resolve 10.0: missing requirement [10.0] package; (package=javax.crypto)]]) INFO | jvm 1 | 2015/03/05 16:18:23 | org.osgi.framework.BundleException: Unresolved constraint in bundle com.esri.ges.rest.cxf-transportrest [342]: Unable to resolve 342.0: missing requirement [342.0] package; (&(package=com.esri.ges.jaxb.transport)(version>=10.2.0)(!(version>=11.0.0))) [caused by: Unable to resolve 292.0: missing requirement [292.0] package; (&(package=com.esri.ges.core)(version>=10.2.0)(!(version>=11.0.0))) [caused by: Unable to resolve 10.0: missing requirement [10.0] package; (package=javax.crypto)]] INFO | jvm 1 | 2015/03/05 16:18:23 | at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3564) INFO | jvm 1 | 2015/03/05 16:18:23 | at org.apache.felix.framework.Felix.startBundle(Felix.java:1797) INFO | jvm 1 | 2015/03/05 16:18:23 | at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192) INFO | jvm 1 | 2015/03/05 16:18:23 | at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
... View more
03-05-2015
02:26 PM
|
1
|
1
|
3922
|
|
POST
|
Hi, Has some one update the correct link for tutorial?. I am looking for email notification when vehicle tracking stops.
... View more
02-26-2015
10:22 AM
|
0
|
2
|
2269
|
|
POST
|
Hi All, We are using ArcGIS GEP 10.2.2 hangs intermittently i.e where input data is not getting polled. Input status "STARTED" but there is no data or count is not getting increased. when I check the log below is the message. Once I restart the GeoEvent service , things are working fine. I am not sure what could be the reason. error while deleting features in feature service GeoTab Delete String is f=json&rollbackOnFailure=true&where=DATETIMESTAMP<'2015-01-26 15:52:43' java.io.IOException: {"error":{"code":500,"message":"Unable to complete operation.","details":["Unable to perform deleteFeatures operation."]}} at com.esri.ges.transport.featureService.FeatureServiceOutboundTransport.validateResponse(FeatureServiceOutboundTransport.java:720)[253:com.esri.ges.framework.transport.featureservice-transport:10.2.2] at com.esri.ges.transport.featureService.FeatureServiceOutboundTransport.cleanup(FeatureServiceOutboundTransport.java:561)[253:com.esri.ges.framework.transport.featureservice-transport:10.2.2] at com.esri.ges.transport.featureService.FeatureServiceOutboundTransport.access$100(FeatureServiceOutboundTransport.java:42)[253:com.esri.ges.framework.transport.featureservice-transport:10.2.2] at com.esri.ges.transport.featureService.FeatureServiceOutboundTransport$CleanupThread.run(FeatureServiceOutboundTransport.java:622)[253:com.esri.ges.framework.transport.featureservice-transport:10.2.2] In addition I see more number of below warnings as well. org.apache.http.impl.auth.HttpAuthenticator KERBEROS authentication error: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt) Wed Feb 25 13:54:49 CST 2015 WARN org.apache.http.impl.auth.HttpAuthenticator NTLM authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials Wed Feb 25 13:54:49 CST 2015 WARN org.apache.http.impl.auth.HttpAuthenticator NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)) I am also looking for an alert message to be set up for these kind of situations, any clue?
... View more
02-25-2015
11:58 AM
|
0
|
1
|
4448
|
|
POST
|
Hello All, I am looking for a sample code or logic to display to points with graphic symbology as donut chart. My requirement is to display points as graphic with symbology as donut chart (each point has separate data for chart) . As my points are closer, while zoom in or out graphic symbology should adjust. I do not want chart within info window . There is ElementLayer concept in JS API as in Sliverlight API. I could not find donut chart in charting as well. I am completely new to Javascript, and am from C# background. Please help me on this. Thanks SR
... View more
10-22-2014
10:08 AM
|
0
|
0
|
2203
|
|
POST
|
I am looking for exact sample like this Change Layer Ordering—ArcGIS API for Flex | ArcGIS for Developers in sliverlight. I am having trouble in creating a drag and reorder list box using Sliverlight API. Any pointers is appreciated.
... View more
09-11-2014
02:19 PM
|
0
|
0
|
1802
|
|
POST
|
Hello All, I have an issue on installing ArcObjects SDK for .NET framework using ArcGIS 10.2.1 iso file on Windows 2012 R2 server. When I click "set up" nothing happens. How to fix the issue?. I am using evaluation version at this moment able to install Desktop successfully. In one of the pre-requiste .NET 3.5 SP1 is required, in windows 2012 under roles and feature .NET 3.5 is installed. I am using VS 2012 ultimate edition. FYI I am not sure what is that am missing? Kindly help me on this? Regards SR
... View more
08-25-2014
12:03 PM
|
0
|
0
|
3000
|
|
POST
|
Vince - Thanks. I have already posted in Arcobjects SDK forum.
... View more
05-21-2014
06:50 AM
|
0
|
0
|
556
|
|
POST
|
All, I am trying to insert a record in SDE feature class (which is not registered with SDE) using Arcobjects 10.2 using IFeatureBuffer.InsertFeature functionality. This throws an error message "The current table doesnt have an ArcSDE-maintained rowid column.". The same code snippet is working fine using Arcobjects 10.0. Questions: a) Has IFeatureBuffer interface has changed? ( I don't see any updates in help documentation in ESRI ) b) Is there new rule imposed in SDE to insert a data like Row ID column type should be SDE maintained in 10.2? c) Is there any impact on altering existing feature class to change the rowid type? d) Command to alter the feature class rowid column type property? Attribute Administration Utility ----------------------------------------------------- Created by layer gen ---------------------------------------------------------------- Table Owner : PROJECT_SCHEMA Table Name : TABLE1_ Registration Id : 7 Row ID Column : ID Row ID Column Type : User Maintained Row Lock : Minimum Row ID : Dependent Objects : Layer Registration Date : Sun Sep 25 20:13:28 2011 Config. Keyword : DEFAULTS User Privileges : SELECT, UPDATE, INSERT, DELETE Visibility : Visible
... View more
05-20-2014
01:28 PM
|
0
|
0
|
771
|
|
POST
|
All, I am trying to insert a record in SDE feature class (which is not registered with SDE) using Arcobjects 10.2 using IFeatureBuffer.InsertFeature functionality. This throws an error message "The current table doesnt have an ArcSDE-maintained rowid column.". The same code snippet is working fine using Arcobjects 10.0. Questions: a) Has IFeatureBuffer interface has changed? ( I don't see any updates in help documentation in ESRI ) b) Is there new rule imposed in SDE to insert a data like Row ID column type should be SDE maintained in 10.2? c) Is there any impact on altering existing feature class to change the rowid type? d) Command to alter the feature class rowid column type property? Attribute Administration Utility ----------------------------------------------------- Created by layer gen ---------------------------------------------------------------- Table Owner : PROJECT_SCHEMA Table Name : TABLE1_ Registration Id : 7 Row ID Column : ID Row ID Column Type : User Maintained Row Lock : Minimum Row ID : Dependent Objects : Layer Registration Date : Sun Sep 25 20:13:28 2011 Config. Keyword : DEFAULTS User Privileges : SELECT, UPDATE, INSERT, DELETE Visibility : Visible
... View more
05-20-2014
01:21 PM
|
0
|
3
|
768
|
|
POST
|
Ok. Now, how come ArcGIS 10.0 version can able to insert a record?. What has changed in 10.2? Do you have any information on this?. I will talk to SDE admin to see if I can set row-id column.
... View more
05-19-2014
06:31 PM
|
0
|
0
|
2840
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2020 11:23 AM | |
| 1 | 02-25-2019 01:00 PM | |
| 1 | 04-29-2021 08:33 AM | |
| 1 | 04-12-2018 02:50 PM | |
| 1 | 05-19-2014 11:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-25-2022
11:27 AM
|