Skip to main content
Question

Having difficulty copying feature classes from arcsde to a file geodatabase.

  • May 23, 2022
  • 2 replies
  • 9 views

Used arcmap to import xml of data schema only from arcsde into a file geodatabase. Using esri geodatabase (ArcSDE Geodb) reader to esri geodatabase (file geodb). receiving error message:

An error occurred while attempting to open an insert cursor on the table 'Beacons'.

The error number from ArcObjects is: '-2147216556'.

The error message from ArcObjects is: {Objects in this class cannot be updated outside an edit session [Beacons]}

 

 

2 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • May 23, 2022

Under your writer parameters, change Transaction Type to 'Edit Session'.image


  • Author
  • 1 reply
  • May 23, 2022

That worked. Thank you