|
POST
|
Modern annotation is more geodatabase than ArcSDE. You can't use ArcSDE tools to manipulate annotation featureclasses directly, so I'd vote "not supposed to work". - V
... View more
04-20-2010
12:49 PM
|
0
|
0
|
422
|
|
POST
|
Google shows half a dozen different InfoNets. Which one are you using? What formats does it support for export? ArcSDE dosn't support a great many formats directly, but supports dozens of standards through ArcGIS. Getting data into a database configured with ArcSDE is generally a simple exercise. Necessary privileges for ArcSDE use are determined by relational database -- which one are you planning to use? - V
... View more
04-20-2010
06:40 AM
|
0
|
0
|
711
|
|
POST
|
For what kind of information are you looking? A search on "Personal ArcSDE" at www.esri.com returns 308 documents, many of which would appear to be useful. The documentation also covers this topic: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003n00000007000000.htm -V
... View more
04-16-2010
08:47 AM
|
0
|
0
|
5112
|
|
POST
|
Windows passes environment variables when a process is started. The parent process for xp_cmdshell is the SQL-Server instance, which didn't have the SDEHOME and PATH set at the time it started, hence your problem. Yes, restarting the service should have accomplished the same as a reboot. - V
... View more
04-15-2010
12:27 PM
|
0
|
0
|
1249
|
|
POST
|
Have you tried executing a "Set" command, to see what the PATH contains? It's possible that the process is stripped of non-essential environment for security reasosns. Have you tried running a batch script from 'xp_cmdshell' with the ArcSDE command inside the .BAT file? Might as well tuck a "Set" in there too. - V
... View more
04-15-2010
06:27 AM
|
0
|
0
|
1249
|
|
POST
|
ArcSDE isn't generating this message, so I have no idea what is going on. I'm assuming you're using Desktop to load. Have you tried a command-line loading tool with the same data? Have you tried enabling tracing, and looking at the sequence of functions? Have you tried using 'sdetable -o describe' on the table to see if the attributes agree (the rowid column cannot allow NULLs, and must be SDE-set for ArcGIS to load it)? - V
... View more
04-14-2010
07:34 PM
|
0
|
0
|
1080
|
|
POST
|
Client applications use the getservbyname() function to map service name to port number. Depending on how your server is configured, this may include a lookup in /etc/services, but certainly not in $SDEHOME/etc/services.sde. The "insufficient permissions" error is unrelated to your port issue. If you enable tracing by setting SDETRACELOC and SDETRACEMODE variables, you might get more information about what is happening. http://edndoc.esri.com/arcsde/9.1/capi_concepts/trace_functions.htm - V
... View more
04-14-2010
10:18 AM
|
0
|
0
|
696
|
|
POST
|
ArcSDE requires that the geometry column permit NULL values. Registered rowid columns are required to be NOT NULL. - V
... View more
04-14-2010
04:27 AM
|
0
|
0
|
1080
|
|
POST
|
Is the etc/sevices entry the last line in the file? Are you connecting from the same host, or a different one? If different, does *it* have a services entry? What does 'sdemon -o status' report? What does 'sdelayer -o describe' report? - V
... View more
04-11-2010
06:41 AM
|
0
|
0
|
929
|
|
POST
|
Don't grant SELECT to PUBLIC on these other schemas - V
... View more
04-09-2010
06:17 AM
|
0
|
0
|
3910
|
|
POST
|
Before deleting the database, delete the ArcSDE service it serves. This should be as simple as stopping the service and using 'sdeservice -o delete -i esri_sde'. Once the service is gone, you can just detach the database and delete the datafiles. - V
... View more
04-09-2010
03:49 AM
|
0
|
0
|
1265
|
|
POST
|
Benchmarking of spatial index parameters tends to be specific to individual installs. I've found that the "best" parameters vary from site to site. While there isn't much value in publishing the results, there is benefit in doing your own testing with "large" layers which might produce the most improvement. Keep in mind that there is no one "ArcSDE" index -- there are probably a dozen different rough guidelines that will produce different "best" performance with different data and query methodologies, and optimizing the data can greatly impact the net performance. Finally, you should make sure that the tests closely correspond to the operations being performed -- No amount of spatial index tuning will improve a full table scan query. There may in fact be times where you want to use scale dependency from the application client to query different tables, tuned differently, at different scales. If you want to do your own benchmarking, there are utilities in 'se_toolkit' that provide individual layer performance calculations, and well as statistical analysis tools that could provide feedback for spatial index grid sizing. See the old Forums for details -- http://forums.esri.com/Thread.asp?c=158&f=2290&t=303576&mc=1#949714 Good luck. - V
... View more
04-08-2010
11:08 AM
|
0
|
0
|
1965
|
|
POST
|
Yes -- http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=36459 - V
... View more
04-08-2010
08:40 AM
|
0
|
0
|
892
|
|
POST
|
There's an entire whitepaper on coordref computation, so I won't go into detail, but the -x/-m/-z/-P/-G options are one way to define coordref, and -R is the other (but it assumes you have a coordref you want to match already defined in the database instance). You will *not* be able to successfully register a layer unless the registered rowid column maps to a 4-byte integer with positive, non-zero values [1 - 2^31-1]. If 'sdetable -o describe' doesn't report SE_INT32, registration will not succeed. - V
... View more
04-08-2010
08:35 AM
|
0
|
0
|
1992
|
|
POST
|
Add a '-t sdo_geometry'. Don't use '-g', because it does not apply to SDO_GEOMETRY, only ST_GEOMETRY. You really ought to *explicitly* specify the x/y coordinate reference, instead of giving 'sdelayer' the option of choosing any values it wants (try '-x -210,-120,1000000'). - V
... View more
04-08-2010
07:40 AM
|
0
|
0
|
1992
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 03-27-2026 12:04 PM | |
| 1 | 02-25-2026 07:30 PM | |
| 2 | 10-10-2025 07:28 AM | |
| 2 | 10-07-2025 11:00 AM | |
| 1 | 08-13-2025 07:10 AM |