Select to view content in your preferred language

After 3.3 Upgrade, FeatureLayerCollectionManager.overwrite (using a zipped GDB) fails

294
1
05-30-2024 01:15 PM
MichaelSnook
Occasional Contributor III

Hi all,

Having another issue with the 3.3 update.  This was working fine (and still is) on 3.2 Pro machines.  Using the FeatureLayerCollectionManager.overwrite() method fails on 3.3 machines.  I am simply passing in a path to a zipped file GDB as I have always done, no schema changes etc have been made. 

The error result is 'The data file provided does not exist or could not be accessed. -- <class 'ValueError'>'

Again this exact script works fine on a 3.2 machine.

Any ideas would be great!

Thanks - Mike

0 Kudos
1 Reply
MichaelSnook
Occasional Contributor III

It appears to be a file size issue as I faked a 1k zip folder with the same name.  The script found the file and attempted to validate the file and obviously fails so at least there's progress.  Does anyone have any idea how to up the file size limitation?  The geodatabase in question is only about 65megs.

Thanks!

0 Kudos