|
POST
|
Corbin: You might need to change the Metadata Style in the Customize->ArcCatalog Options->Metadata tab. I needed to change it to FGDC CSDGM Metadata in order to access the Fields information. In addition, if the feature class is stored in SDE, then you would need to have sufficient privileges to edit metadata. In my organization, data is categorized via schema and the schema owner is given metadata editing privileges. I hope this info helps.
... View more
11-09-2012
10:28 AM
|
0
|
0
|
3988
|
|
POST
|
To All Enhanced Search Widget Users: I have a search with an ID field of 8 characters where I would like to just have a wildcard for the last character with a requirement of at least 7 characters before the Search is enabled. I would just like to change the config file and avoid modifying the uncompiled action script code, if that is possible. This is the search I have for matching the end of the user input value, but it allows too many results to be found. <value prompt="Example: M1234567" isvaluerequired="true">upper(ID) LIKE upper('[value]%') I have values of say M1234561, M1234562, M1234563, M1234564, M1234565 and M1234559, M1239999, M1230000. I want to just get back the first 5 values (M1234561, M1234562, M1234563, M1234564, M1234565) if I enter M123456. I would not want the user to be able to search for M123 which would retrieve all of these records. The feature class has thousands of entries so I am currently getting thousands of returns if I am able to perform a search with less than 7 characters.
... View more
11-07-2012
05:20 AM
|
0
|
13
|
2559
|
|
POST
|
OK, but where is the pointer that indicates which version of Flex Viewer you are building your application against. I can have the folder where my application resides named "???"v30, but it could still be using v25 components that are installed on the same server.
... View more
10-22-2012
08:13 AM
|
0
|
0
|
658
|
|
POST
|
Robert: If that is the case, how do you know which version of the Flex Viewer software you are building your application against?
... View more
10-22-2012
07:45 AM
|
0
|
0
|
658
|
|
POST
|
To All Flex Viewer Users: Can you have multiple versions (builds) of the Flex Viewer software installed on the same server? If you have an older version of Flex Viewer on a server and then install a newer version, will only the new version be available to the Flex Viewer applications stored on that server?
... View more
10-22-2012
07:31 AM
|
0
|
5
|
1238
|
|
POST
|
Chris: Does the Locate Widget give you the ability to provide a list for both the 1st street candidate and then the cross street candidate?
... View more
10-17-2012
08:31 AM
|
0
|
0
|
687
|
|
POST
|
To All Flex Viewer Users: Is there a compiled widget out there that would allow the user to enter 2 street names and the widget would zoom into the intersection of these streets?
... View more
10-16-2012
12:24 PM
|
0
|
3
|
933
|
|
POST
|
Thanks Mathew. It was an access issue. I was running the python script as myself and it worked, but the scheduled task was being run as a domain account where the password will never change. I created a share on the remote computer in a specific folder where the data was stored and gave this domain account access to this share. Now the scheduled task works as expected. I'm kind of perplexed, though, why no error message was thrown up to indicate explicitly that there was no access to this location.
... View more
10-11-2012
11:10 AM
|
0
|
0
|
697
|
|
POST
|
To All Python Scripters: I am trying to modify a python script to Delete Features from a file gdb on a remote computer and append new features from an SDE database on the network to this feature class on the remote computer. This script currently works for updating data on a file gdb on an ArcGIS Server server on the network, but it is not working for the remote computer. In addition, the error trapping I have enabled is not showing that there are any problems and the script appears to be running to completion as per print statements I have added to the code. Has anyone ever encountered a problem such as this? By any chance does the remote computer location need to be shared? I am currently trying to access the remote computer by its UNC name of //"workstation #/c:/GIS_Testing/file_geo.gdb. Any help or hints are greatly appreciated. Thank you.
... View more
10-11-2012
07:44 AM
|
0
|
2
|
983
|
|
POST
|
Here is a bat file I have that runs the .py script below and includes writing to a log file from both the bat file and the py script. You should also check Run with highest privileges: @echo off echo Start time: %time% > Road_Index_Update.log echo ------------ Update time: %time% echo ------------ Create Road Index ------------- echo ------------ Create Road Index ------------- >> Road_Index_Update.log Feature_Class_for_Road_Index.py >> Road_Index_Update.log echo End time: %time% echo ' ' >> Road_Index_Update.log echo End time: %time% >> Road_Index_Update.log @echo on
... View more
09-28-2012
11:34 AM
|
0
|
0
|
4083
|
|
POST
|
Robert: I do not mean to hijack this post, but I have a question directly related to the scenario that Reed is experiencing. Would the locks that you are speaking about in regards to the ArcGIS Server mapservices apply to both the source data originating from a file geodatabases and SDE geodatabases? Are the locks handled differently in each geodatabase?
... View more
09-27-2012
06:35 AM
|
0
|
0
|
1669
|
|
POST
|
When you are using the demo, where does a pdf that you create get saved to? Does the enduser have any control over this with the demo version?
... View more
09-18-2012
08:19 AM
|
0
|
0
|
5514
|
|
POST
|
Is the ArcSDESQLExecute command available in python run in Arc v10.0? Is there an error message that would arise from this statement in python that can be trapped by a try except statement?
... View more
09-17-2012
10:36 AM
|
0
|
0
|
616
|
|
POST
|
To All SDE Python Users: Is there a way in python code to determine if an SDE connection is available or not? I would like a scheduled task to check if SDE is available before attempting to extract data from SDE to a file geodatabase.
... View more
09-17-2012
07:23 AM
|
0
|
3
|
1168
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 02-11-2026 10:42 AM | |
| 1 | 12-22-2025 10:08 AM | |
| 1 | 09-26-2025 06:10 AM | |
| 1 | 09-04-2025 02:19 PM | |
| 1 | 08-29-2025 08:29 AM |
| Online Status |
Online
|
| Date Last Visited |
Thursday
|