lkain Posted February 16 Posted February 16 Hi team, I'm working on a variable data piece using VDP Designer 13.0.4 on Mac. While tweaking my document, FusionPro threw an Error no 1207, preventing me from previewing the document or being able to do any composition. In the past, when errors like this would pop, closing out Acrobat and FusionPro and restarting them would clear it, but I'm having no luck suddenly, even after restarting my computer. Any assistance that might help me identify the cause of this error, and more importantly, a solution, would be greatly appreciated! Quote
Dan Korn Posted February 16 Posted February 16 Error 1207 is "too much recursion." This is related to a text replacement rule, either a call to FusionPro.Composition.AddTextReplacement() in a JavaScript rule, or one of the "Replace Text" or "Global Replace Text" Form rules, or more likely, a combination of multiple text replacement rules. You probably have one rule that does something like "replace A with B," and another rule that does "replace B with A," and that sets up an infinite loop, or infinite recursion, which never gets resolved. As is my usual mantra, I would have to take a look at the job to figure out exactly where the problem is. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.