|
POST
|
Hi all I migrated an application form 9.3 to 10 and now to 10.1. In 10.1 the application runs but it does not close the console window. Unchecking the option "Enable Client Applications Windows" works but when I close the project and I reopen it the open is checked. Any ideas in how to fix this problem?
... View more
06-07-2013
09:29 AM
|
0
|
3
|
977
|
|
POST
|
The error is caused by an Invalid Grid Size. To fix it I copied the feature dataset to a file geodatabase, opened all the features with ArcCatalog inside the feature dataset and recalculated the spatial index . Then the copy/paste from the FGDB to ArcSDE 10 worked. [ATTACH=CONFIG]24207[/ATTACH] Hi all when copying a feature dataset from one ArcSDE Geodatabase in 9.3 to another ArcSDe geodatabase in 10.0 I get the following error message: ERROR 000260: Failed to copy [..... Network into ... Network Underlying DBMS error [Error executing PL/SQL Block db_stgeom_create_index::ORA-29855: se ha producido un error en la ejecución de la rutina ODCIINDEXCREATE ORA-20086: Error, Invalid Grid Size: 2nd and 3rd sizes must be at least 3 times larger than previous grid size.] The index passed was not within the valid range. Failed to execute (Copy). any ideas in how to fix that?
... View more
05-10-2013
10:58 AM
|
0
|
0
|
14640
|
|
POST
|
http://support.esri.com/es/knowledgebase/techarticles/detail/31607 http://forums.esri.com/Thread.asp?c=2&f=59&t=186592
... View more
05-10-2013
04:16 AM
|
0
|
0
|
14640
|
|
POST
|
Hi all when copying a feature dataset from one ArcSDE Geodatabase in 9.3 to another ArcSDe geodatabase in 10.0 I get the following error message: ERROR 000260: Failed to copy [..... Network into ... Network Underlying DBMS error [Error executing PL/SQL Block db_stgeom_create_index::ORA-29855: se ha producido un error en la ejecución de la rutina ODCIINDEXCREATE ORA-20086: Error, Invalid Grid Size: 2nd and 3rd sizes must be at least 3 times larger than previous grid size.] The index passed was not within the valid range. Failed to execute (Copy). any ideas in how to fix that?
... View more
05-10-2013
04:13 AM
|
0
|
8
|
25225
|
|
POST
|
Hi all In order to find what has added or remoed form a polygon I am comparing two different version of the same polygon. How can I find the portions that were added or deleted? What geoprocessing tool can I use? Thanks
... View more
03-27-2013
11:21 AM
|
0
|
2
|
7073
|
|
POST
|
Hi all, I run a process to remove some centroid for a property layer. How can I check if the polygon property layer has now a entroid or if it is missing? How can it be done with model builder? thanks
... View more
03-22-2013
11:15 AM
|
0
|
1
|
1085
|
|
POST
|
Hi all Are you running web ADF legacy applications in AcGIS 10.1? Can you edit in 10.1 with web ADF?
... View more
03-05-2013
09:53 AM
|
0
|
0
|
967
|
|
POST
|
Hi all Is there any sample similar to the one in .Net http://resources.esri.com/help/9.3/arcgisserver/adf/dotnet/developer/scenarios/develop_app_ws.htm or http://help.arcgis.com/en/sdk/10.0/serveradf_net/conceptualhelp/index.html#//0002000001s8000000 that explains how to create a web server to query GIS layers Thanks
... View more
02-27-2013
04:43 PM
|
0
|
0
|
786
|
|
POST
|
Hi all I am currently creating a web service in ArcGIs 10.0. The service takes an address, geocodes it and addis it into a point layer to represent a client call request. The question is about what is the best way to build this web service: - Talk directly with SDE. I already have two batch VB.Net applications (.exe) that work very well doing that - Use a map service or a feature service. In this case should I use Web ADF or javascript Thanks
... View more
02-25-2013
06:48 AM
|
0
|
1
|
950
|
|
POST
|
Hi all, I am doing a search by attributes on a feature class and when I retrieve the whoe, record I would like to get the information in the attributes tables under Shape as a Point shape to obtain the X and Y coordinates. How can I do that? I am using VB.net thanks
... View more
02-14-2013
03:37 PM
|
0
|
1
|
1095
|
|
POST
|
Hi all We are currently using Crystal Reports as our ArcGIS reporting tool. These are our questions: - We would like to know how we can switch to Cognos from Crystal - is there any tool that exports a Crystal report to a Cognos Report - does Cognos need a specific set up or configuration to run with an SDE Oracle Geodatabase - do we need to install any specific Esri component for Cognos in our desktop thanks
... View more
01-23-2013
04:19 AM
|
0
|
1
|
924
|
|
POST
|
Hi all I adapted this script to my applciation and when it loads the Standard Style Internet Explorer shows the following error message: "A script on this page is causing your browser to run slowly ...." [ATTACH=CONFIG]20656[/ATTACH] http://gmaps-utility-gis.googlecode.com/svn-history/r354/trunk/agsjs/examples/toc.html
... View more
01-11-2013
03:52 AM
|
0
|
5
|
4017
|
|
POST
|
Hi, where do I find the build of the TOC? I just copied your var djConfig and it worked thank you. what build of the TOC are you using? I am using version 3.2 of the API and build 2.04 of the TOC and it works fine. var djConfig = {
parseOnLoad: true,
packages: [{
"name": "agsjs",
"location": location.pathname.replace(/\/[^/]+$/, "")+'/Path/To/agsjs',
"location": 'https://gmaps-utility-gis.googlecode.com/svn/tags/agsjs/2.04/xbuild/agsjs' // for xdomain load
}]
};
... View more
01-04-2013
08:28 AM
|
0
|
0
|
1017
|
|
POST
|
Hi, I copied the source code from this page in my project and it works fine with version v=2.4 but in my form I am running v=3.2 it crashes. how can I make it work in version v=3.2? http://gmaps-utility-gis.googlecode.com/svn-history/r354/trunk/agsjs/examples/toc.html <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.4"> </script> <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.2"> </script>
... View more
01-04-2013
07:42 AM
|
0
|
4
|
1416
|
|
POST
|
Hi all I added the agsjs.dijit.TOC to one of my forms but is thre a way to remove this style section and use mine? <style> html, body { height: 98%; width: 98%; margin: 0; padding: 5px; font-family: helvetica, arial, sans-serif; font-size: 90%; } #header { font-size: 16pt; } #subheader { font-size: 12pt; } #leftPane { width: 300px; } /* this line hide layers when out of scale for the inline TOC */ #scaleDiv .agsTOCOutOfScale { display: none; } </style>
... View more
01-04-2013
06:30 AM
|
0
|
0
|
747
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM | |
| 1 | 08-05-2025 04:33 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|