I am having a little trouble, thought I would use Python to repair a number of broken data sources but hit the following issue:
>>> import arcpy
>>> md = arcpy.mapping.MapDocument("CURRENT")
Runtime error <type 'exceptions.RuntimeError'>: Object: CreateObject cannot open map document
Is this something super simple (I am new to arcpy and Python) or is there another way to get the MapDocument in ArcScene (and ArcGlobe?).