Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Macro wont open. "Question tool load error, tool id missing associated question data"

warrencowan
9 - Comet

Had a spot of bother.... tried to run a workflow with a macro in it but got the above error.

 

alteryx errors message.PNG

I have tried to open macro directly through file explorer and alteryx open dialogue to no avail. Just flashes error dialogue and then fails to open on clear.

 

Have tried dragging it on to a an empty new workflow tab, and it seems to open a tab, but wont display any of the tools or settings. Worse still as i try to close the other blank new workflow tab, it just iterates up a number with each close.eg new workflow2, new workflow 3 etc etc

 

Seems very wrong to me.

 

There have been no changes since last successful run, but it seems corrupted somehow. I have upgraded the version since. Coudl that be the issue.

 

Any help much appreciated.

 

many thanks

 

Dubya

 

 

6 REPLIES 6
mmenth
11 - Bolide

Hey @warrencowan,

 

Can you open the macro by right-clicking on it in your workflow and going to 'Open Macro...' rather than through file explorer? 

 

Capture.PNG

warrencowan
9 - Comet

sorry @mmenth shouldve said, that was my first step, and it triggered the same error.

GouthamShetty
7 - Meteor

Hi If not already figured out - Just Open the yxmc file and look for your node number and delete the whole node section. I had same error with node 97 and deleted below section and saved - I recovered the file.

 

Hope this helps!

 

<Node ToolID="97">
<GuiSettings Plugin="AlteryxBasePluginsGui.MacroInput.MacroInput">
<Position x="306.0001" y="485.0003" />
</GuiSettings>
<Properties>
<Configuration>
<UseFileInput value="False" />
<Name>Mystuff</Name>
<Abbrev />
<ShowFieldMap value="False" />
<Optional value="True" />
<TextInput>
<Configuration>
<NumRows value="1" />
<Fields>
<Field name="Mystuff" />
</Fields>
<Data>
<r>
<c>mylinkforshowonly</c>
</r>
</Data>
</Configuration>
</TextInput>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText />
<Left value="True" />
</Annotation>
<MetaInfo connection="Output">
<RecordInfo>
<Field name="Mystuff" size="57" source="TextInput:" type="String" />
</RecordInfo>
</MetaInfo>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxMacroInput" />
</Node>

bhanuhitesh
5 - Atom

Thanks. Deleting Node solved it!

ntobon
Alteryx
Alteryx

Next time you get that error, check below article:

How To Troubleshoot "A question tool is missing the associated question data"
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/How-To-Troubleshoot-quot-A-question...

Labels