Custom Integrator Content Created With SQL Statement Getting Truncated
I am attempting to create a custom integrator and add content using a SQL query however my query is getting truncated when I attempt to Test Query or Apply. I didn't see any limitations in the documentation regarding query size and my query runs fine from TOAD so I know it's valid. My query also isn't gigantic, roughly around 3000 characters or so.
Has anyone out there run into this issue? Any thoughts on how to get around it?
Here is my stripped down query without any of the parameters I need. I have attempted to reduce the number of characters by removing any line feeds/returns, additional spaces, reduced the alias names, etc.: