Editor (arcpy.da) error at v. 10.2.1 and 10.2.2

2180
0
10-10-2014 07:03 AM
ErikLima
New Contributor III

Hello, people!

 

I have created a python script using Editor(arcpy.da) for insert data in a Oracle database through a SDE connection. I have executed at ArcGIS version 10.2.0 and it works, but don't works at versions 10.2.1 and 10.2.2. The error is "Can not open workspace...", the error raise at first line, follow below a part of the code:

        edit = arcpy.da.Editor(workspace)

        edit.startEditing(True, True)

        edit.startOperation()

 

  Anyone know a solution for this problem??

0 Kudos
0 Replies