I am trying to schedule the automation of a Data Reviewer batch job that I can run from a standalone script using task scheduler. My goal is to run a batch job nightly. When I run my script in the interactive python window in ArcMap everything works fine. However when I try to run the same script in IDLE I get this error:
Traceback (most recent call last):
File "M:\GisData\Depts\StormH2O\Python\Data_Reviewer_Compare_Geometry.py", line 29, in <module>
arcpy.CreateReviewerSession_Reviewer(reviewer_gdb, Session_Name, None, None, 'STORE_GEOMETRY', 'Python_Editor', None)
AttributeError: 'module' object has no attribute 'CreateReviewerSession_Reviewer'