Geocoding with StreetMap Pro locator in Python produces the following error: "Failed to execute. Parameters are not valid." "Input Address Locator: Dataset <locatorpath> does not exist".
The user I was working with wanted this as a scheduled task, I suggested:1) Export the model to .vbs- Open a map document and add the VBS code to the macro editor- Change how GP is created- Use the OpenDocument function to call the code- Schedule the map document to open at a specific time2) Call the PY script from the macro editor- Use the OpenDocument function to call the code- Schedule the map document to open at a specific time