|
POST
|
I createdwith model builder and exported to python a script that runs the following commands - creates version - seelct features to be appended - appends features - post checking the option "Reconcile" and it looks like it works # Process: Create Version...
gp.CreateVersion_management(XXXX_SDE_93_sde__2_, "SURADMIN.Pre_Prod", "Historical", "PUBLIC")
# Process: Make Feature Layer...
gp.MakeFeatureLayer_management(W_Source, Source_Layer, "STATUS = 'GIS Completed'", XXXX_SDE_93_sde, ".....")
# Process: Append...
gp.Append_management("Source_Layer", W_Historical__2_, "TEST", "", "")
# Process: Reconcile Version...
gp.ReconcileVersion_management(XXXX_SDE_93_sde, "LocalVersion.Historical", "SURADMIN.Pre_Prod", "BY_OBJECT", "FAVOR_TARGET_VERSION", "LOCK_AQUIRED", "NO_ABORT", "POST")
... View more
05-17-2011
09:31 AM
|
0
|
0
|
1492
|
|
POST
|
Hi all I need to copy records that are compelted from one feature to another feature in a weekly basis. Because both features are versioned, let me know if this sequence is correct: - first create a version - reconcile - append records records from one FC to the other - post I got the following error message: Error 000533: the version can not be posted to the weconcile version. Reconcile must be performed before the post operation has been done. Failed to execute post. please advise!
... View more
05-16-2011
12:02 PM
|
0
|
4
|
4544
|
|
POST
|
Hi all is there any tool in ArcGIs that will allow us to convert to ODF format for map display and geocoding thanks
... View more
04-05-2011
09:35 AM
|
0
|
0
|
693
|
|
POST
|
How can I check if a GDB_OBJECTCLASSES row corresponds to the dropped feature class? How can I check if any entry in GDB_DOMAINS corresponds to the object class ID? All features and tables were deleted in the sde instance.. What we need is a way to fix the problem. What do you suggest? Does an GDB_OBJECTCLASSES row that corresponds to the dropped table exist? Is there an entry in GDB_DOMAINS which corresponds to the object class ID? The easiest way to uncorrupt the geodatabase registry is to create a table with the name of the dropped table via SQL, then use Catalog to delete it. - V
... View more
03-21-2011
07:14 AM
|
0
|
0
|
1376
|
|
POST
|
Oracle 10G ArcSDE 9.3 ArcCatalog 9.3.1 last package available The domain is not referenced by a feature in the database Features have been deleted
... View more
03-21-2011
06:35 AM
|
0
|
0
|
1376
|
|
POST
|
Hi all We have domaisn in our sde dataabse that are not associated with feature classes but when deleting them they look they are used by a feature. Is there a way to remove them when ArcCatalog does not allow it
... View more
03-21-2011
02:48 AM
|
0
|
5
|
1658
|
|
POST
|
Hi all, I am using ArcGIs 9.3 and I have in my computer VS 2005 and VS 2010. Where are the Web ADF and ArcMap Add-in project templates in VS 2010? I can see them in VS 2005. Please advise
... View more
03-08-2011
07:51 AM
|
0
|
5
|
4081
|
|
POST
|
Hi all whenever the IGeoProcessorResult does not execute correctly would like to stop my program, to raise an exception. This code only shows error messages, bot does not stop the program: Execute the server tool
Dim result As ESRI.ArcGIS.Geoprocessing.IGeoProcessorResult
result = CType(GP.Execute("CalculateBestPath", parameters, Nothing), ESRI.ArcGIS.Geoprocessing.IGeoProcessorResult)
If result.Status = esriJobStatus.esriJobSucceeded
For Count As Integer = 0 To result.MessageCount - 1
Console.WriteLine(result.GetMessage(Count))
Next Count
End If
... View more
03-03-2011
12:43 PM
|
0
|
0
|
1243
|
|
POST
|
http://forums.esri.com/Thread.asp?c=93&f=986&t=92260
... View more
03-01-2011
09:50 AM
|
0
|
0
|
608
|
|
POST
|
Hi all How can I connect for VBA to an Oracle database? What is the DSN-less connection to Oracle syntax? Regards
... View more
03-01-2011
08:50 AM
|
0
|
1
|
1224
|
|
POST
|
Hi all How to export a FC or table to a csv file with Modelbuilder
... View more
02-28-2011
04:08 AM
|
0
|
1
|
4000
|
|
POST
|
In this case there are some invalid rows in the table http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=34133
... View more
02-18-2011
03:31 AM
|
0
|
0
|
946
|
|
POST
|
Hi all, Is there a way to fix Delta Tables (Adds Table and Deletes Table), when they look in bad shape: This is the result I see when executing: Analyze, and checking "Adds" in the component to analyze Start Time: Fri Feb 18 08:19:14 2011 ERROR 999999: Error executing function. Underlying DBMS error[ORA-20000: Unable to analyze TABLE "XXXX"."A1046", insufficient privileges or does not exist ORA-06512: at "SYS.DBMS_STATS", line 13427 ORA-06512: at "SYS.DBMS_STATS", line 13457 ORA-06512: at line 1 ] Failed to execute (Analyze) And This is the resul I see when executing: Analyze, and checking "Deletes" in the component to analyze Start Time: Fri Feb 18 08:21:23 2011 ERROR 999999: Error executing function. Underlying DBMS error[ORA-20000: Unable to analyze TABLE "XXXX"."D1046", insufficient privileges or does not exist ORA-06512: at "SYS.DBMS_STATS", line 13427 ORA-06512: at "SYS.DBMS_STATS", line 13457 ORA-06512: at line 1 ] Failed to execute (Analyze).
... View more
02-18-2011
03:22 AM
|
0
|
1
|
1135
|
|
POST
|
Hi all Suddenly editable layers in an instance in SDE started showing the following error message: Error reading OID from table. Reading rows has been stopped. Check that the datasource is valid. Underlying DBMS error[ORA-00942: table or view does not exists ..] I checked in the oracle side and tables are full of rows, but in ArcCatalog the feature is empty. Please help!!!
... View more
02-17-2011
04:38 PM
|
0
|
0
|
4505
|
|
POST
|
With ArcCatalog go to your file geodatabase, create a new table and them point to the MsAccess table to import the structure. Right clik and select Load --> Load Data to upload the data from access to your file geodatabase
... View more
02-17-2011
05:15 AM
|
0
|
0
|
5317
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 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 |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|