Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
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
Europe
Americas
Asia Pacific
Esri India
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
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
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
:
Native Maps SDKs
:
Runtime SDK WPF (Retired) Ques
:
Licensing error using offiline viewshed GPK
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
Licensing error using offiline viewshed GPK
Subscribe
2761
2
Jump to solution
06-06-2014 07:21 PM
Labels
(1)
Labels
Labels:
Runtime SDK for WPF
by
ColinWyatt
Deactivated User
06-06-2014
07:21 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I'm getting a licensing error when trying to call a viewshed GPK created in ArcMap Model Builder from Runtime For WPF SDK.
The problem is occuring at the beginning of the geo service call at:
arcpy.CheckOutExtension("spatial")
The Runtime sdk
states that the "standard" license includes viewshed
But I don't know how else to use viewshed except by creating an viewshed geoprocessing package which uses spatial extension!
What am I missing?
We're using Runtime for WPF 10.2 and have a standard license.
Solved!
Go to Solution.
Tags
(2)
Tags:
native_app_developers
wpf
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Solution
Accepted Solutions
by
KevinHibma
Esri Regular Contributor
06-10-2014
12:08 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Colin,
You'll need the spatial analyst extension as well for those tools.
http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#//01700000006r000000
"Spatial Analysis license level tools
The following geoprocessing tools are accessible to apps licensed for the Spatial Analysis extension."
View solution in original post
Reply
0
Kudos
2 Replies
by
ColinWyatt
Deactivated User
06-10-2014
07:15 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
The error seems to be when I call arcpy.gp.Con_sa(...), because when I remove this part of the model I no longer get the "tool is not licenced error.
But should this conditional tool be available for Runtime SDK as well?
Reply
0
Kudos
by
KevinHibma
Esri Regular Contributor
06-10-2014
12:08 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Colin,
You'll need the spatial analyst extension as well for those tools.
http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#//01700000006r000000
"Spatial Analysis license level tools
The following geoprocessing tools are accessible to apps licensed for the Spatial Analysis extension."
Reply
0
Kudos
Post Reply