Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Experience Builder
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS Spatial Analyst
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Public Safety
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Comunidad GEOTEC
Esri Italia Community
Europe
Asia Pacific
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
ArcObjects SDK
:
ArcObjects SDK Questions
:
Re: Geoprocessor and Versioned Data
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Geoprocessor and Versioned Data
Subscribe
1140
1
05-29-2013 02:52 PM
by
BrianBehling
Deactivated User
05-29-2013
02:52 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
I'm trying to use the Append class on a versioned workspace and the Geoprocessor class throws an error:
"Parameters are not valid.
ERROR 000732: Target Dataset: Dataset \DBO.dataset\.DBO.featrueclass does not exist or is not supported
Failed to execute"
Simple two lines of code:
Append append = new Append(selectFGDB.out_layer_or_view, featureClassSDEVersion);
append.schema_type = "NO_TEST";
If I change the above code to use a feature class from a non-versioned workspace, then the append tool works fine.
Seeing this bug here:
http://support.esri.com/es/knowledgebase/techarticles/detail/38239
I'm wondering if this has been resolved in 10.1?
Also have the same problem with the MakeFeatureLayer class, but In ArcMap, the Make Feature Layer tool works fine on versioned
data.
Tags
(5)
Tags:
_arcobjects
_engine
_server
desktop
gis_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Reply
by
BrianBehling
Deactivated User
06-13-2013
07:48 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
This is a confirmed bug. Tech support said this will be resolved in 10.2.
Reply
0
Kudos
Post Reply