POST
|
Kim, Did you find a solution for this? I need to do something similar with our water distribution system. Were you using the snap geoprocessing tool?
... View more
06-01-2017
02:40 PM
|
0
|
0
|
747
|
POST
|
LarryAdgate & rastrauch Sure! Give me a bit to strip out any sensitive information from the script and add in some more descriptive comments. If you don't hear from me within a few days give me a shout.
... View more
05-31-2017
03:21 PM
|
2
|
2
|
683
|
POST
|
A little late to your post, but figured I'd put in my $0.02. Hopefully you've found a solution that will work for you! We are a small-ish sized water utility: 27,000 service connections on over 600 miles of water main. I am using python to automate the reconcile-post process. It works well for us because there are only 3 of us editing at one time and rarely are there any conflicts. I perform QAQC edits in the DEFAULT version and favor all conflicts towards that version, and that's good enough for me. If the automated conflict resolution is a concern, you can set a parameter in the script process to abort if any conflicts are found, review the conflicts, then re-run the script. You might want to re-search the implications of aborting the process when a conflict is found. One problem of course is that usually you would want to run the script after-hours or on the weekends and now that possibly leaves you attached to reviewing conflicts after hours. I built in error handling throughout the script and have it write to a SQL Server logging table the specific error that was found or if the script was run successfully. A SQL Server trigger on the logging table or function in python to send an email after an error is raised would take it to the next level; I have yet to do that.... In general, I have found automating the process to be a big help. There are many errors that can be introduced when doing this process manually, and hard-coding in all the steps in the right order has reduced a lot of headaches for me.
... View more
05-31-2017
01:39 PM
|
2
|
15
|
2104
|
POST
|
I want to design a bulletproof method to deal with schema changes in a two-way replication environment. The setup is pretty simple: a parent replica where most of the editing and any schema changes will take place, replicated to a child where attribute editing will take place, but no schema changes will be made. The GP tools offered be ESRI for comparing/importing schema XML have limitations, and I want the synchronization process to be automated and handle ANY and ALL schema changes that are made in the parent database. In order to do this I am thinking the workflow would be like this: Synchronize replicas Un-register replicas Delete contents from child database Run "create replica" tool to re-create replicas and copy the replicated datasets to the child database. Am I correct to think this would handle all schema changes? I get that it would be expensive and add a good amount of run time to an automated script, but I don't want to deal with any schema errors. I want the process to be automated, and arcpy doesn't have a tool to un-register replicas, so I would have to use arcobjects within a python script to un-register the replicas. Anyone have any experience/success in doing that? Thanks!
... View more
05-18-2017
01:38 PM
|
0
|
0
|
516
|
POST
|
What to do if the permission changes wont take effect? Tried multiple times to make the changes and they wouldn't take. Called ESRI support and they said to re-boot; only after re-boot did the changes take effect.
... View more
08-10-2016
03:58 PM
|
0
|
0
|
1064
|
POST
|
Step 1: Grant read/write Using SQL server management studio expand the security tab, then the logins tab open the properties for the AGS server account login (by default the username is "arcgis" and it could be a domain or local user), then click User mapping in the top pane, select the db in question now in the bottom pane check the boxes nect to datareader and datawriter roles click ok Step 2: Remove AGS account from sysadmin server role Expand the security tab, expand the Server Roles tab open the properties for the sysadmin role select your AGS account user and click "remove" Step 3: reboot the server. I had our IT department do this for me.
... View more
08-10-2016
12:03 PM
|
1
|
2
|
1064
|
POST
|
Thank you. I mapped the ArcGIS Server account to all of it's associated databases with read/write privileges, then removed it from the sysadmin server role, and then had to re-boot the server for the changes to take effect.
... View more
08-10-2016
10:25 AM
|
1
|
4
|
1064
|
POST
|
ArcGIS Server 10.2.2 SQL Server 2008 R2 DBO owned schema I noticed that our ArcGIS Server account is in the sysadmin server role in our SQL Server 2008. Does ArcGIS Server place the server account in that role by default? Seems like too high level of permissions for the server account.... I think a problem I am having is stemming from this. When I block connections to the database from ArcCatalog, the ArcGIS Server account is still able to connect while I'm doing database management tasks and it causes them to fail.
... View more
08-04-2016
11:06 AM
|
0
|
6
|
2144
|
POST
|
I have global default values set for each of my features in their geodatabase. When I add a feature in collector, the default values do not populate. Am I missing something? Is there somewhere else that you have to specify default field values in order for them to come through in collector?.. I sure hope not....
... View more
07-13-2016
04:04 PM
|
3
|
1
|
3004
|
POST
|
Confusing. I can see why many people would make the same mistake as me.... Thanks again.
... View more
03-04-2016
03:38 PM
|
0
|
1
|
275
|
POST
|
Was I incorrect to have "home" at the end? or is there another issue?
... View more
03-04-2016
03:33 PM
|
0
|
3
|
858
|
POST
|
I was using https://<domain-URL>/webadapter/home I removed "home" from the end and tried logging into collector. It works! Thank you so much!
... View more
03-04-2016
03:31 PM
|
2
|
1
|
858
|
POST
|
Ok, Yes, it is fully secure and there is no wildcard certificate assigned.
... View more
03-04-2016
03:03 PM
|
0
|
7
|
858
|
POST
|
Aravind, thanks for the reply! Not coming from GoDaddy. I'll have to check with our IT Dept to find if it is a wildcard certificate. The cert is issued by thawte SSL CA - G2 (not sure if that says anything about it being a wildcard or not).....
... View more
03-04-2016
02:53 PM
|
0
|
9
|
858
|
POST
|
Built-in named user. I am using the initial administrator username and password to try and sign in on Collector.
... View more
03-04-2016
12:02 PM
|
0
|
11
|
858
|
Title | Kudos | Posted |
---|---|---|
1 | 05-23-2024 02:22 PM | |
1 | 02-06-2024 03:33 PM | |
3 | 10-31-2023 02:05 PM | |
1 | 07-24-2020 10:11 AM | |
1 | 08-10-2016 12:03 PM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|