Advertisement
goatbar

Untitled

May 2nd, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. TEST: ogr_fgdb_19 ... ERROR 1: Failed to open Geodatabase (General function failure.)
  2. fail (blowup)
  3. Traceback (most recent call last):
  4. File "../pymod/gdaltest_python2.py", line 42, in run_func
  5. result = func()
  6. File "ogr_fgdb.py", line 1651, in ogr_fgdb_19
  7. if ds.StartTransaction(force = True) != 0:
  8. AttributeError: 'NoneType' object has no attribute 'StartTransaction'
  9. TEST: ogr_fgdb_19bis ... ERROR 1: Failed to open Geodatabase (General function failure.)
  10. ERROR 1: Failed to open Geodatabase (General function failure.)
  11. fail (blowup)
  12. Traceback (most recent call last):
  13. File "../pymod/gdaltest_python2.py", line 42, in run_func
  14. result = func()
  15. File "ogr_fgdb.py", line 1839, in ogr_fgdb_19bis
  16. ret = ogr_fgdb_19()
  17. File "ogr_fgdb.py", line 1189, in ogr_fgdb_19
  18. if ds.TestCapability(ogr.ODsCEmulatedTransactions) != 1:
  19. AttributeError: 'NoneType' object has no attribute 'TestCapability'
  20. TEST: ogr_fgdb_20 ... ERROR 1: Failed to open Geodatabase (General function failure.)
  21. fail (blowup)
  22. Traceback (most recent call last):
  23. File "../pymod/gdaltest_python2.py", line 42, in run_func
  24. result = func()
  25. File "ogr_fgdb.py", line 1867, in ogr_fgdb_20
  26. lyr = ds.CreateLayer('ogr_fgdb_20', geom_type = ogr.wkbNone)
  27. AttributeError: 'NoneType' object has no attribute 'CreateLayer'
  28. TEST: ogr_fgdb_21 ... SDK 1.4 required
  29. skip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement