I have a macro that I use to dynamically update + execute a series of UPDATE statements in a Postgresql database. My laptop died and both the macro file + the workflow using the macro were auto-recovered when I reopened Alteryx. The job now returns errors when it gets to the macro.
1) The first error (which I believe I fixed) was something along the lines of referencing a control parameter that didn't exist. It was trying to hit Control Parameter (12), so I checked the macro and saw that it should be Control Parameter (7). Updated the XLM Config and that error isn't being returned any more so it seems fixed, but please let me know if I did something wrong here.
2) The error it's returning now is the below string, I'm not sure what to do with this one.
The Designer x64 reported: <EngineSettings> tag for ToolID="115" does not specify a plugin entry point and does not give a macro
Screenshots of tool configs + annotations included in case they're helpful.