|
POST
|
If I make the following change in the parameter list for the script tool: change display name from Lu Code Field to %Lu Code Field%. It works fine. Still, do not understand why it crashes when I try to use the connect tool?
... View more
04-03-2018
12:18 PM
|
0
|
3
|
1776
|
|
POST
|
Figured it out. It has to do with the license level running on our server vs my desktop. I have advanced license on my desktop, they have standard license running on our server. arcpy.FeatureToPoint_management requires advanced license. That's why it worked on my desktop but not on the server. Would be nice to find a list of what license level is required for all functions.
... View more
04-03-2018
07:38 AM
|
0
|
0
|
1553
|
|
POST
|
I have the following model. Whenever I try to use the connect tool to make a connection from "Lu Code Field" to "Get LuCodes" and select "Field". After this is completed, ArcMap crashes. Does the same thing whether I try doing this on desktop ArcMap or citrix ArcMap. Appreciate any thoughts. Thanks, Chris
... View more
04-03-2018
07:34 AM
|
0
|
4
|
2090
|
|
POST
|
Hi Kevin, unfortunately as yet I haven't made much more progress from what you see here. It got frustrating on my end trying to troubleshoot this as I do not have permission to publish services in our environment and it requires putting in a helpdesk ticket to IT and it just got bottlenecked with me making repeated requests to republish or refresh the service. So I've put it aside for a bit and am trying to get them to give me permissions to publish services to our dev environment. Sorry I haven't better news for you. Once I'm back on track I'll update this thread.
... View more
03-26-2018
10:02 AM
|
0
|
1
|
1103
|
|
POST
|
Hi Kevin, I do not know why I was not able to see "set as input to geoprocessing".
... View more
03-26-2018
09:58 AM
|
0
|
0
|
1103
|
|
POST
|
I have a small script tool that works fine in desktop version of arcmap but when I try to run it from the catalog tab in the citrix version of arcmap I get the following error: I found the following link related to the error 000824: https://support.esri.com/en/technical-article/000013100 Adding the arcpy.CheckOutExtension makes no difference to the error. Here is the code for the script: import arcpy
locno = arcpy.GetParameterAsText(0)
year = locno[3:7]
inFc = "//work/work/plan/luam/1p2007/" + year + "/" + locno + "/data_for_item.gdb|data/proposed_LOC_polygon"
outFc = "//work/work/plan/luam/1p2007/" + year + "/" + locno + "/data_for_item.gdb|data/site_location"
arcpy.AddMessage('in: ' + inFc)
arcpy.AddMessage('out: ' + outFc)
arcpy.CheckOutExtension('AgendaMapping')
arcpy.FeatureToPoint_management(inFc,outFc) I wonder if it could have anything to do with the licensing level that I may have for arcmap citrix? I'm just taking a guess on this based on the "The tool is not licensed" comment. Any thoughts appreciated. Thanks
... View more
03-23-2018
06:32 AM
|
0
|
3
|
1680
|
|
POST
|
Quick question, is it fine to change the addin version number just by editing it in the config.xml file rather than opening up the wizard and doing it there? thanks
... View more
03-19-2018
05:44 AM
|
0
|
1
|
2674
|
|
POST
|
Thank you Dan. ‘Relative’ would then have the script in the same location as the toolbox.
... View more
03-17-2018
05:35 AM
|
0
|
4
|
2674
|
|
POST
|
Hello all, I know that I can drag files into the "Install" folder for an add-in and those files will be packaged with the add-in (and I assume installed locally). What I'm wondering is if I drag a python toolbox (that has a few models and a number of script tools) into the install folder. The scripts that the script tools link to are located on the network. Is there any way to have the scripts also in the "Install" folder so that all models/scripts will run locally? It's quite possible that I am confused around this topic and where different things are executing. Thanks
... View more
03-16-2018
08:52 PM
|
0
|
6
|
2884
|
|
POST
|
Super. Thanks Robert. I will check them out. Sent from my iPhone
... View more
03-08-2018
09:27 AM
|
0
|
0
|
1220
|
|
POST
|
Hello everyone, Is there a widget available which would allow me to: add a new polygon to a feature service (if possible to snap to points on parcel layer while drawing new feature, would be a bonus) add attribute information for the new polygon (3 text fields) Thanks all for any help!
... View more
03-08-2018
08:57 AM
|
0
|
2
|
1299
|
|
POST
|
Hi Blake, yes I found that removing the reference to the mxd file and instead using parameters to pass in the feature layer improved overall performance down to around 0.7 seconds. I think the calculations perform very fast it’s just the overhead getting there.
... View more
02-16-2018
08:22 AM
|
1
|
0
|
4195
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-10-2020 03:34 PM | |
| 1 | 02-23-2021 11:53 AM | |
| 1 | 02-16-2021 09:15 AM | |
| 1 | 12-10-2020 07:46 AM | |
| 1 | 01-18-2019 09:54 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-22-2021
04:31 PM
|