POST
|
Greetings, I`m using the Data Reviewer Extension in ArcMap 10.1 and I always specify a personal GDB as the workspace. I create a Batch Job and include 7 Jobs of Invalid Domain & Null Values Check for 7 Point FeatureClasses with aprox. 180,000 Features all, then when I run this batch it starts running normally then it freezes for a long time and finally it generates the following error: --------------------------- Error saving records to the Reviewer Table --------------------------- External component has thrown an exception. --------------------------- OK --------------------------- Please advise me on how much the hardware specs should be to run this process successfully in normal performance for the above configuration, and specify if any other factor may lead to this issue. Thanks in advance...
... View more
06-03-2013
12:41 AM
|
0
|
4
|
2114
|
POST
|
Greetings, I am loading a personal Geo-database into ArcMAP 10.1 and I need to run some QA/QC tools/checks using the Data Reviewer. However when adding the DataReviewer toolbar it appeared disabled and after many tries it is still grayed out. I have the needed license installed. What I shall do tom make this running? Thanks in advance for any help received!
... View more
05-16-2013
12:00 AM
|
0
|
1
|
3365
|
POST
|
Greetings, I am new to Python but not new to ArcObject & .Net development. I just have a simple question that need some care from the Python developers if possible. I have two featureclasses loaded in ArcMap and each one of them has different fields names and different count of fields. What I need is to copy data from the 1st FC to the 2nd FC and allow the user to select fields from the 1st FC and map them with the corresponding fields in the 2nd FC and this is all using Python on ArcMap10.1. Please support me in this case ASAP. Thanks in advance...
... View more
04-22-2013
09:27 PM
|
0
|
1
|
553
|
POST
|
Greetings I have an application developed with Vb.Net 2005 and Crystal report XI used to preview many statistical reports. I always preview any report successfully, but when exporting any report that contains a Chart into pdf using the built-in export functionality in the report viewer control, the application freezes forever. While when exporting any report that does not contain any chart into pdf, it exported successfully and with no errors. So, I need to know if there is a some way / Solution / workaround that I could use to fix my issue and let my export process continue successfully. please can I have a little help over here... Please advise... Thanks in advance....
... View more
03-18-2012
08:51 PM
|
0
|
1
|
296
|
POST
|
As I mentioned before, you can use IWorkspace::DatasetNames to get the feature classes from a workspace. If your feature classes are inside feature datasets then use this method to get the feature datasets then loop through each dataset to get the feature classes. Hello Neil, I`m just wondering how I would do what you suggest, is there a way to get FeatureClasses inside a Dataset as you mentioned through code........because my FeatureClasses are all inside many Datasets...So I have to get the Dataset first then get all the FeatureClasses inside it..Is there any sample VB.Net code to do that...
... View more
03-10-2012
06:34 PM
|
0
|
0
|
121
|
POST
|
@mukundbtech: I tried your posted code and found that it is not returning all the used domains, but only the fixed ones....However I got the solution to return all the domains assigned to fields in all feature classes...But the issue now is the first one which is how to return all the feature classes in a workspace...
... View more
03-08-2012
03:06 AM
|
0
|
0
|
121
|
POST
|
Greetings I have an ArcMap 9.1 and I developed a new Vb.Net 2005 application which implements ICommand and then add it to the ArcMap Standard toolbar. This Command opens a from that will generate many statistical reports designed using Crystal report XI (11.0.0.893) ...However the version number of the CR References that are added to my application source code in the Visual Studio 2005 is: 10.2.3600.0 Now, I can preview any report successfully, but when trying to export any report that contains a Chart into pdf format using the built-in export functionality in the report viewer control, the application freezes forever. While when exporting any report that does not contain any chart into pdf format, it exported successfully and with no errors. So, I need to know if there is some way / Solution / workaround that I could use to fix my issue and let my export process continue successfully for the crystal reports that contain Charts. For more information, in order to add this Vb.Net 2005 command to ArcMap 9.1 , I had changed the ArcMap.exe.confi g found in the directory "C:\Program Files\ArcGIS\Bin" as follows: <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!-- Warning: The configSections element must be the first element under configuration -->
<configSections>
</configSections>
<startup>
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v1.1.4322" />
</startup>
</configuration> please can I have a little help over here... Please advise... Thanks in advance....
... View more
03-07-2012
10:18 PM
|
0
|
0
|
563
|
POST
|
Thanks Guys for your value replies.... Please let me clarify my question in order to give you more details and let you help me more... I have created a SDE workspace using the following code: Dim pPropertySet As IPropertySet pPropertySet = New PropertySet With pPropertySet .SetProperty("Server", Server) .SetProperty("Instance", Instance) .SetProperty("User", Username) .SetProperty("Password", Password) .SetProperty("Version", Version) End With Dim sdeWrkspcFactroy As IWorkspaceFactory sdeWrkspcFactroy = New SdeWorkspaceFactory pWS = sdeWrkspcFactroy.Open(pPropertySet, 0) Moreover, this Workspace is containing more than 10 datasets and each Dataset may contain many FeatureClasses.... So I have a Workspace created through a connection (PropertySet) and this Workspace contains many DataSets and each Dataset contains many FeatureClasses... @ Neil: I hope to get some sample code from your side @ mukundbtech: I think that your code related to retrieve all Datasets in the Workspace and QI with FeatureClass type will not be a solution to me since there is a lot of FeatureClasses in each Dataset in the Workspace. In related to the second part of your code, I thank you very much but what I need and it is not mentioned in my first post which is really my fault,What I need is to list the fields of each FeatureClass that are assigned domains with the domains names.. appreciate your support...
... View more
03-06-2012
07:22 PM
|
0
|
0
|
121
|
POST
|
Greetings, Is there a way to get all the featureclasses in a worksapce through vb.net code? please advise.....
... View more
03-05-2012
10:12 PM
|
0
|
0
|
29
|
POST
|
Greetings, Lately I`ve assigned to a task that require me to list all the feature classes that are within a workspace. So I need help here with this....I have a feature workspace and I`m trying to list all the feature classes inisde it, then Loop over the fields of each featureclass....Is there a sample code to do this? ... Please advise.... Thanks in advance
... View more
03-05-2012
06:40 PM
|
0
|
7
|
514
|
Online Status |
Offline
|
Date Last Visited |
01-18-2021
12:18 PM
|