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".
Last Published: August 31, 2014No Product Found
Bug ID Number
NIM008230
Submitted
April 17, 2007
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
No Version Found
Status
Duplicate
The issue is a duplicate of an existing issue. See the issue's Additional Information section for details. Customers associated with the duplicate issue are automatically attached to the open issue.
Additional Information
nim001639
Workaround
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