|
POST
|
Hi Zachary, Hi Dale, Thanks for answering. I did what both of you suggested, problem is that what I want is a more complex case. I mean that when I put in the expression a single field without manipulations, it works good ( such as the case in what dale did, and example 3 in the help). But when I put in the expression a field with manipulations (such as str or zfill), the "simple user" running the model from the toolbox can change the full expression but not (as I would have wanted it) the field name only. If only there would be a modelbuilder tool that would let me take apart the expression, maybe I could have feeded the fieldname as a parameter for the expression. I've looked at your example, you need to be exposing the variable as a parameter, not the whole expression. Can you please try to create a variable as I suggested? Insert the variable and call it (rename it) 'Field Name'; and expose it as a model parameter. Then in your expression, reference that as %Field Name%. Since you would presumably have a limited number of fields to choose from, we could then create a list so the user get's the name right every time. To reiterate: if you expose your entire expression as a parameter, the user will be able to mess with it when the model is run. [ATTACH=CONFIG]23232[/ATTACH] [Note: if there will always be the same input to your model; you don't need to expose that as a parameter either, just hardwire it in] EDIT: Ok looked at this once again. I forgot that with the calculate field tool you can create a variable from the field name itself. I'm pretty sure that this will work right here: [ATTACH=CONFIG]23251[/ATTACH] Ignore the thumbnail below.
... View more
04-05-2013
03:23 AM
|
0
|
0
|
2627
|
|
POST
|
I think I understand what you're looking to do, and if I do understand correctly I think you want to use inline variable substitution. So you want the model to allow a user defined input which is an attribute from the field "city_code_int". In this example let's say we have a landowner dataset and we want to create a model which simply updates a field called 'County'; the user only has to input the county name as a string value. In MB create a variable: Insert>Create Variable and choose string as the type. Rename the variable 'County Name' and expose it as a model parameter. In the calculate field tool, reference the variable using inline substitution: '%County Name%' (note that I've included single quotes to satisfy the field calculation. Here's a quick example: [ATTACH=CONFIG]23197[/ATTACH] When the model is executed, all the user has to input is the string value of the county name. I hope that answers your question, and if not sorry if I missed the point.
... View more
04-04-2013
04:26 AM
|
0
|
0
|
2627
|
|
POST
|
Curt, I just wanted to circle back to this and provide a thanks. I got really busy after I posted this and just didn't get a chance to reply. I feel pretty dumb for not knowing exactly what the Boolean parameter does. My biggest challenge was incorporating this into my model I'm comfortable with the if/else within python, but building that into my model wasn't working for me, so I ended up attempting to convert the model all into python. the problem then is that the model essentially has linear pathways and the derived/intermediate data need to all be defined uniquely within python and that's where I ran into problems. I'm not exactly sure where this leaves me, but you did answer my question at least!
... View more
04-03-2013
07:10 AM
|
0
|
0
|
1309
|
|
POST
|
Not sure if this is the right forum, but it seemed to make sense to me. A bit of background; we are contemplating creating a database to handle/store historical transactions which will be maintained with an interface outside of ArcGIS. I choose/desire to step outside the geodatabase for this information because there are limitations in the hierarchical design and relationships within the GDB, the interface for the required updates is comparatively cumbersome and time consuming, and having external (non ArcGIS interface) editing against the GDB leaves me feeling uneasy. For these reasons, it makes sense to me to have this information contained within a separate database. I know you can make joins to specific tables within another database, but can you access the relational functionality/behavior contained within them through a join? Does anyone work with a similar scenario like this?
... View more
04-03-2013
06:41 AM
|
0
|
0
|
464
|
|
POST
|
We are working on fix for this issue in the ArcGIS Explorer desktop 10.2 release. Mark I'm glad to hear it since I think it will be over a year now since we've been able to use AGX (given the previous bug with web adaptor at 10.1.0). AGX Online doesn't support secured services either (never has) so that's not a viable option.
... View more
04-03-2013
03:40 AM
|
0
|
0
|
577
|
|
POST
|
#NIM090209 ArcGIS Server services are not listed when logging in with valid credentials in ArcGIS Explorer 2500 ESRI, there seems to be ongoing authentication issues on nearly every platform at one time or another. Before SP1 there as another issues with AGX when using the webadaptor and secured services. Do the majority of ESRI users work in the public/non-secured realm?
... View more
04-02-2013
04:54 AM
|
0
|
5
|
2658
|
|
POST
|
Thanks for the responses. I'm kind of leaning towards the arcpy solution, but it seems every example uses an arcpy.function. Can anyone provide an example of just testing whether a parameter exists? I'm getting better with arcpy, but I'm still in need of examples to jump start the process.
... View more
03-18-2013
04:23 AM
|
0
|
0
|
1309
|
|
POST
|
My ideal would be a radio button that has a 'yes/no' option. But I know that's not going to happen. I don't think the background of this particular model matters for the sake of this discussion, but if someone wants to see it i'll post a graphic. Basically the GP task extracts interactively selects the data and makes it available for download via the Extract Data to Zip file script. I'd like there to be an option of merging the data before the extraction. I know how to get the data to merge, but only as a separate model, so i'm looking to somehow expose a user input parameter/value which would then cause the model to merge the data as an alternative. Any suggestions within the model builder environment?
... View more
03-15-2013
12:03 PM
|
0
|
5
|
2844
|
|
POST
|
Ok, what happens if you secure the folder with the same roles/credentials as the services? And before that, what happens if you supply the REST endpoint for one of the secured services in the browser?
... View more
03-13-2013
03:06 PM
|
0
|
0
|
1102
|
|
POST
|
Noel, How many points are we talking about here? We had a similar change-over in our state years back with many lingering NAD27 reference points out there (necessary for basic digitizing). This may have simply been a function of our state plane coordinate system, but we were able to use some simple math to adjust the coordinates datum when needed. It all depends on how many points and how cumbersome its going to be to input them in a table, or if that's even needed...because if its not its likely going to be simpler to attack it from a different angle.
... View more
03-13-2013
12:33 PM
|
0
|
0
|
795
|
|
POST
|
Lisa, sorry if I missed it, but are the secured services contained within a folder, or at root? If at root, I suspect trouble there. If at folder, someone will ask you to check the roles at that level (I know I know...). So, the summary questions: Secured Items at root or folder? when you say services location: are you referring to navigating to rest via browser or via the add layers within the flex builder? If navigating via browser, try clearing browser cache; if flex try logging out and back in again. last, you could always try to restart the services...shouldn't have to at 10.1 but worth a try! Get back to us, we'll get ya fixed up.
... View more
03-13-2013
12:23 PM
|
0
|
0
|
1102
|
|
POST
|
In choosing the data storage type for our enterprise deployment, ESRI assured us that each type would support any stated functionality (FWIW). What I will say next is just an item that you may want to look into more. I'm not sure why the 'default' type is SQL Geometry (sort of counter intuitive to me), but we initially configured our (2012) DB with that type and had very poor performance. We tried updating the spatial indexes to no avail...our express instance was faster. So ESRI tech support informed us that this was a known issue for MS SQL 2012 and we shifted our storage type to SDE Binary and things were much (much!) faster. I am failing to recollect whether or not the following patch had been applied before or after http://support.esri.com/en/downloads/patches-servicepacks/view/productid/67/metaid/1954 but you may have already. I have read anecdotal evidence that the patch had not helped people until they shifted storage type, so I'd be curios to know what your current performance is like. I'm not 100% sure if you will find the above information beneficial, but I figured it should at least be passed along.
... View more
03-13-2013
03:59 AM
|
0
|
0
|
381
|
|
POST
|
Well, i feel bad attaching this to the original post/thread now as the solution appears to be unrelated. For my situation: in my model, I had one of the derived outputs as 'model parameter'. So, after the GP service ran, it populated the map contents with that new layer. I removed it as a model parameter, and now I can edit values immediately after running the GP service. The only thing I can take a guess at is that SL was getting confused with the newly added layer somehow.
... View more
03-11-2013
09:27 AM
|
0
|
0
|
638
|
|
POST
|
Almost identical behavior for me, but with the edit value tool: newly added features only open the standard pop-up, no editing.
... View more
03-08-2013
01:06 PM
|
0
|
0
|
638
|
|
POST
|
have you setup your port bindings in IIS? are you using a fully qualified domain name to access your web site or just the machine name? can you ping the machine name successfully from server to server? You say you can access via the IP, right? if so I'm wondering if just modifying your host file will do the job.
... View more
03-01-2013
07:41 AM
|
0
|
0
|
1004
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-06-2024 06:58 AM | |
| 1 | 12-16-2022 07:01 AM | |
| 1 | 08-09-2024 06:55 AM | |
| 1 | 08-13-2024 05:58 PM | |
| 1 | 07-23-2024 08:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-24-2025
05:12 AM
|