Solved! Go to Solution.
Please how can i handle the issue of schema Lock? This schema lock issue is really getting on my nerves.
import os buildings = r"C:\arcgisserver\python\buildings.bat" mapping = r"C:\arcgisserver\python\mapping.bat" MRs = r"C:\arcgisserver\python\MRs.bat" finish = r"C:\arcgisserver\python\finish.bat" os.system(mapping) os.system(buildings) os.system(MRs) os.system(finish)
cd C:\Python27\ArcGIS10.1 Python C:\arcgisserver\python\buildings.py Exit