|
POST
|
Are you running over a network where you are in a remote office? When this was triggered for me, that was my scenario. Today at Pre (knock on wood), I am not seeing the issue with Pre Publishing from a remote location. Also, I was putting up a lot of data in the service (multiple fcs with 800,000 records). Lately, my service testing has been a bit more refined. Is there a lot of data for you in your service because that may be the cause as well. I know this doesn't help but this was my thinking when this happened at beta 2.
... View more
03-07-2012
12:21 PM
|
0
|
0
|
2810
|
|
POST
|
Yep, I know about the Feedback button, I have used it many times. I also know that technically 10.1 hasn't been released, and therefore there is a strong likelihood that Esri will see this post as to why I have posted here in place of the Feedback button. Typically I would use Feedback when I am not in an open beta/pre-release program. Now if no one sees the post and If its not updated, then its not updated, no worries.
... View more
03-07-2012
12:07 PM
|
0
|
0
|
1317
|
|
POST
|
http://resourcesbeta.arcgis.com/en/help/system-requirements/10.1/index.html#/ArcGIS_Desktop_10_1_System_Requirements/015100000002000000/ Python requirement for Geoprocessing: ArcGIS for Desktop geoprocessing tools require that Python 2.7.x and Numerical Python 1.3.0 are installed. If the ArcGIS for Desktop setup does not find either Python2.7.x or Numerical Python (NumPy) 1.3.0 installed on the target computer, Python 2.7.150 and Numerical Python 1.3.0 will be installed during a complete installation. You can choose a Custom installation to unselect the Python feature and avoid installing it. Additionally, if the Python setup is executed during the ArcGIS for Desktopinstallation, you will be provided with the opportunity to choose its installation location. The Python installation location should not include spaces. Shouldn't there be a listing for Matplotlib in the requirements section.
... View more
03-07-2012
09:25 AM
|
0
|
4
|
2871
|
|
POST
|
When I first run arcpy in Wing on a 64 bit server, I see: >>>import arcpy Creating catid files C:\Users\tcronin\AppData\Local\ESRI\Server10.1\Configuration\CATID\arcgis_indexer.catid.ecfg Create JARID File... outfile=C:\Users\tcronin\AppData\Local\ESRI\Server10.1\Configuration\JARID\arcgis_indexer.jarid.ecfg Is this the expected behavior? I am assuming this is happening since Server install does not create the .pth file and does not automatically configure. Is this a correct assumption? Will there be a comparison chart showing the differences between 32 and 64 bit versions of arcpy? This is A OK right to run python this way. I would rather just run everything here since we tend to kill (crash) python 32 with data overhead.
... View more
03-01-2012
06:11 PM
|
0
|
1
|
2188
|
|
POST
|
If we built a WPF application at 10, and at 10.1 with the new WPF Runtime, what will the licensing and cost be for those that build on top of the WPF API?
... View more
02-28-2012
03:35 PM
|
0
|
0
|
748
|
|
POST
|
Well it appears there is an update for this tool at 10.1 pre release.
... View more
02-24-2012
01:56 PM
|
0
|
0
|
1544
|
|
POST
|
It would be nice to have more samples in the fieldmappings class like for removing fields, rather than just merging.
... View more
02-22-2012
04:33 PM
|
0
|
0
|
499
|
|
POST
|
if I understand correctly, yes, there are 6 rules that have to be cleaned in topology prior to the load. The topology can then be used for the actual load. You have boundary ( poly, lines), because you should have both, think of the fabric as being comparable to the coverage data model. So, ideally, you should have a poly, Pline, control is nice. Throw your poly and lines into a topology. http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009000000004000000.htm Loads polygon and line features that participate in a topology into a target parcel fabric. The topology requires a predefined set of topology rules: Line�??Must be Covered by Boundary Of (polygon) Line�??Must Not Self-Overlap Line�??Must Not Self-Intersect Line�??Must be Single Part Line�??Must Not Intersect Or Touch Interior Polygon�??Boundary Must be Covered By (Line) Take a look at this pdf as well. http://www.esri.com/library/whitepapers/pdfs/loading_data_parcel_fabric.pdf
... View more
02-16-2012
04:27 PM
|
0
|
0
|
2752
|
|
POST
|
hi, can someone help me. i'm having a problem to find where the survey analyst tool in ArcGIS 10. i hv been trying to find it at costumize menu, but there's no tools survey analyst.or mayand one more thing is, can someone tell me can i just ignore to enable the survey analyst if i want to make least square adjustment for cadastral fabric? Survey Analyst as a product is no more. Survey Analyst is the Parcel Editor Tools. The Cadastral Fabric is now known as the Parcel Fabric.
... View more
02-15-2012
02:45 PM
|
0
|
0
|
2752
|
|
POST
|
Service Publishing Result Staging Failure: Compressing the service definition failed Using 10.1 beta 2 for both Desktop and Server. Any ideas? Posting here since everything else has been moved.
... View more
02-14-2012
10:46 AM
|
0
|
10
|
9335
|
|
POST
|
Now if I could just figure out how to stop a service. Like playing with .url and ._url, though.
... View more
02-02-2012
03:29 PM
|
0
|
0
|
2441
|
|
POST
|
So, are there dependencies between _server_admin and arcpy or arcgisscripting? I want to copy this home and remotely play with connecting to Esri ArcGIS Online services, and try it with other FOSS products. Thanks Jason S for this, btw.
... View more
02-02-2012
03:17 PM
|
0
|
2
|
3782
|
|
POST
|
Look promising. SELECT b.OBJECTID + 0 OBJECTID, b.APN, b.City, b.AOI, b.Description, b.GlobalID, b.StateTRA, b.Request, b.MajorDistrict, b.Redev_Agency, b.LAFCO_Numb, b.CFD_Numb, b.Shape, b.OBJECTID - b.OBJECTID SDE_STATE_ID FROM ASSESSORGIS.ACR_GIS.STATEPROPOSALS b LEFT HASH JOIN (SELECT SDE_DELETES_ROW_ID, SDE_STATE_ID FROM ASSESSORGIS.ACR_GIS.d22 WHERE SDE_STATE_ID = 0 AND DELETED_AT IN (SELECT l.lineage_id FROM AssessorGIS.dbo.SDE_states s INNER LOOP JOIN AssessorGIS.dbo.SDE_state_lineages l ON l.lineage_name = s.lineage_name WHERE s.state_id = AssessorGIS.dbo.SDE_get_view_state() AND l.lineage_id <= s.state_id)) d ON b.OBJECTID = d .SDE_DELETES_ROW_ID WHERE d .SDE_STATE_ID IS NULL UNION ALL SELECT a.OBJECTID + 0 OBJECTID, a.APN, a.City, a.AOI, a.Description, a.GlobalID, a.StateTRA, a.Request, a.MajorDistrict, a.Redev_Agency, a.LAFCO_Numb, a.CFD_Numb, a.Shape, a.SDE_STATE_ID FROM ASSESSORGIS.ACR_GIS.a22 a LEFT HASH JOIN (SELECT SDE_DELETES_ROW_ID, SDE_STATE_ID FROM ASSESSORGIS.ACR_GIS.d22 WHERE DELETED_AT IN (SELECT l.lineage_id FROM AssessorGIS.dbo.SDE_states s INNER LOOP JOIN AssessorGIS.dbo.SDE_state_lineages l ON l.lineage_name = s.lineage_name WHERE s.state_id = AssessorGIS.dbo.SDE_get_view_state() AND l.lineage_id <= s.state_id)) d ON (a.OBJECTID = d .SDE_DELETES_ROW_ID) AND (a.SDE_STATE_ID = d .SDE_STATE_ID) WHERE a.SDE_STATE_ID IN (SELECT l.lineage_id FROM AssessorGIS.dbo.SDE_states s INNER LOOP JOIN AssessorGIS.dbo.SDE_state_lineages l ON l.lineage_name = s.lineage_name WHERE s.state_id = AssessorGIS.dbo.SDE_get_view_state() AND l.lineage_id <= s.state_id) AND d .SDE_STATE_ID IS NULL
... View more
01-18-2012
09:24 AM
|
0
|
0
|
576
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 08-01-2022 02:13 PM | |
| 1 | 08-04-2022 02:37 PM | |
| 1 | 08-01-2022 02:10 PM | |
| 1 | 08-01-2022 02:30 PM | |
| 3 | 06-21-2022 02:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|