We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Troubleshooting Render Tool

vamadoya
5 - Atom

Someone please assist with this error o the render tool "

PortfolioComposerRender : Invalid object being set as parent while exporting document to grid."

4 REPLIES 4
geraldo
13 - Pulsar

@vamadoya 

 

I didn't understand. If you send a print of what you are doing or the render tool configuration maybe it will help.

vamadoya
5 - Atom

@geraldo i have attached the error message 

geraldo
13 - Pulsar

@vamadoya 

 


Is this END_OF_XML variable part of your data?
By the message there is a tool like layout number 569 and a render 581 that are giving error

apathetichell
20 - Arcturus

open your workflow in notepad. Find the xml related to tools 569. find the xml related to tool 581. post both here. Your first error usually means that something broke in the underlying xml of your workflow. This is fixed by fixing the xml and resaving your file (in notepad) as a new Alteryx file. 

 

you will see something like:

<Node ToolID="569">
<GuiSettings Plugin="PortfolioPluginsGui.ComposerTable.PortfolioComposerTable">
<Position x="761" y="779" />

 

the relevant part would be that until the </Node> pair.

 

Note - always make a  backup first.

Labels
Top Solution Authors