My code written in python language using Arcpy works perfectly with small to average size datasets; however, with a big dataset, the script stops in the middle of execution which most likely is due to lack of memory. the solution I found is to employe the 64-bit background geoprocessing so that the whole RAM could be used during the running time. the problem is that my ArcGIS 10.2.2 is installed by the technical staff in our department and the 64 bit BG geoprocessing is not set up. According to the comments here , I downloaded the relevant patch but when I run it, the following error is appearing:
"The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded is missing, or the upgrade patch may upgrade a different version of the program"
Update: As I checked, the code jumps out as soon as it starts a function which needs to use FeatureToPolygon function.
do you know how to fix this error or any other workaround for installing the 64-bit background geoprocessing in ArcGIS 10.2.2?
