Select to view content in your preferred language

AttributeError: module 'arcpy' has no attribute 'ExportDataChangeMessage_management'

1782
2
08-18-2022 12:05 PM
Labels (3)
DanielCarvalhoCosta
New Contributor
Hello community! I'm needing to use the following arcgis pro functionality in my python script: https://pro.arcgis.com/en/pro-app/2.9/tool-reference/data-management/export-data-change-message.htm 
When calling the function in my code, the following message appears:

DanielCarvalhoCosta_0-1660849752519.png

 

Remembering that I'm importing arcpy.

 

Tags (1)
0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

you have a standard or advanced license?

Export Data Change Message (Data Management)—ArcGIS Pro | Documentation

if so, on a lark try it as

arcpy.management.ExportDataChangeMessage(....


... sort of retired...
0 Kudos
Luke_Pinner
MVP Regular Contributor

What version of ArcGIS Pro are you using?  That tool is only available in 2.9 or 3.0 (or ArcGIS Desktop, it looks like it was one of the tools that didn't make it into Pro initially)

Luke_Pinner_1-1660856652032.png

 

 

0 Kudos