I am currently encountering an issue when I am trying to push an array of images through a table tool. The errors shown for the tool are:
Table (46) The PCXML snippet passed to this Reporting Text tool is malformed.
Layout (44) An unknown error occurred in II_PushRecord.
I noticed that instead of identifying the Image cells like normal : "Image - View Browse Tool Report Tab"
After I union the images from all of the different download attempts the cell shows: "(Multiple Sources) - View Browse Tool Report Tab"
When I push only one of the data paths through, without using the union, I encounter no errors whatsoever. My assumption is that the Union tool is causing the issue (maybe truncating the strings?) and I was wondering if there is a way to get around this. If any one has any guidance it would be much appreciated!
Solved! Go to Solution.
It depends how you have the Union configured.
Is it just default?
If so, check your field names and types. This is usually due to an incoming field from each with the same name but different type. You’ll want to make sure they contain the same type of data. If you have a lot of fields coming in you can change it to a manual configuration and the tool will show you how they align.
That solution worked great. Thank you very much!